Sign in
chromium
/
chromium
/
tools
/
depot_tools.git
/
4c61dccd9dbddc3e174fdb73b13732ea0e36507d
/
git_cl.py
4c61dcc
Add period below review URL when adding review URL footer to committed CLs
by
[email protected]
· 10 years ago
9d0644d
Add experimental support for python in 'git cl format'
by
[email protected]
· 10 years ago
4442454
Fix bug in git cl patch using raw patch URL.
by
[email protected]
· 10 years ago
5b3bebb
In PatchIssue, add CL description to commit message
by
[email protected]
· 10 years ago
79e43ff
Allow properties to be overridden in buildbucket tries.
by
[email protected]
· 10 years ago
6ebaf78
git cl try uses buildbucket via OAuth2
by
[email protected]
· 10 years ago
609f395
Make git cl upload correctly track upstream refs when uploading to Gerrit
by
[email protected]
· 10 years ago
a872e75
Don't clean up after conflict in "git cl patch"
by
[email protected]
· 10 years ago
eed4df3
Add OAuth2 support for end users (i.e. 3-legged flow with the browser).
by
[email protected]
· 10 years ago
cf6a5d2
Extract authentication options handling into a separate function.
by
[email protected]
· 10 years ago
71437c0
git-squash-branch: handle empty squashes
by
[email protected]
· 10 years ago
ef96622
Add ability to CQ dry run patchsets during "git cl upload".
by
[email protected]
· 10 years ago
46309bf
Disallow applying patches when git tree is dirty
by
[email protected]
· 10 years ago
063e4e5
In "git cl description", skip updating when unchanged
by
[email protected]
· 10 years ago
37b2ec0
Unify style of subcommand docstrings in git-cl
by
[email protected]
· 10 years ago
16ca29c
Enable help generation for some git-cl subcommands
by
[email protected]
· 10 years ago
ffde55c
Make git-map-branches -vvv show CL status colors.
by
[email protected]
· 10 years ago
406c440
git_cl: Add reverse issue lookup.
by
[email protected]
· 10 years ago
c68112d
Stop defaulting unrecognized branches to master except for handful of special refs.
by
[email protected]
· 10 years ago
013731e
Handle KeyboardInterrupt consistently in python scripts
by
[email protected]
· 10 years ago
5626a92
Add ability to specify and run post upload hooks.
by
[email protected]
· 10 years ago
e0a7c5d
Run dartfmt when invoking git cl format.
by
[email protected]
· 10 years ago
27386dd
Add a --squash option to Gerrit uploads.
by
[email protected]
· 10 years ago
0692853
Allow branch name to be the same as directory name for "git cl diff"
by
[email protected]
· 10 years ago
455dc92
Support --target-branch option to git-cl upload for Rietveld
by
[email protected]
· 10 years ago
5291413
Remove testfilter support from "git cl"
by
[email protected]
· 10 years ago
7970606
Add checks to GitSanityChecks (upstream branch or current branch can be None)
by
[email protected]
· 10 years ago
64e1436
Added error check to git cl that we are on a branch when we try to upload.
by
[email protected]
· 10 years ago
2138f50
Add pending prefix to the target_ref if it is specified
by
[email protected]
· 10 years ago
d1e3758
depot_tools: Send the remote tracked ref to Rietveld via upload.py.
by
[email protected]
· 10 years ago
9819b1b
Let `git cl format` format java files, too.
by
[email protected]
· 10 years ago
a1950c4
Fix git-cl-dcommit hook tests.
by
[email protected]
· 10 years ago
6abc652
Rewrite Google Code http URLs with https on git svn dcommit.
by
[email protected]
· 10 years ago
71284d9
Improved git cl patch generated commit message to include patchset information
by
[email protected]
· 11 years ago
5cab2d3
Fix git cl comments when there's no issue associated with the current branch.
by
[email protected]
· 11 years ago
e4efd51
Extend the git-cl-comments command functionality
by
[email protected]
· 11 years ago
3421c99
Be a bit more space-efficient.
by
[email protected]
· 11 years ago
d62c61f
Make 'git cl patch' work when not on a named branch.
by
[email protected]
· 11 years ago
80c51ae
Revert 292493 since it broke CQ
by
[email protected]
· 11 years ago
82549e0
Fix reitveld base URL for googlesource.com repos.
by
[email protected]
· 11 years ago
782570c
Report the entire hash in the "committed" message.
by
[email protected]
· 11 years ago
b99fbd9
Factor out Changelist GetStatus() for eventual use by other tools
by
[email protected]
· 11 years ago
552c31b
Fix ascii art escaping.
by
[email protected]
· 11 years ago
29404b5
Add git cl lol.
by
[email protected]
· 11 years ago
5f32a96
Grammar up.
by
[email protected]
· 11 years ago
bd2a9b9
Make git cl format work on my Windows box.
by
[email protected]
· 11 years ago
bbe9cc5
Return 1 from git_cl land when you Ctrl-C it in the middle.
by
[email protected]
· 11 years ago
336f912
Add a --tbr-owners option to git cl upload
by
[email protected]
· 11 years ago
34504a1
Use full hash in Committed link when closing issue via git-cl.
by
[email protected]
· 11 years ago
6c217b1
Make git-cl-{dcommit,land} fail if retcode is not zero after push.
by
[email protected]
· 11 years ago
e6896b5
Make git-cl-land wait
by
[email protected]
· 11 years ago
52d224a
Add the patchset id to the manual commit messages
by
[email protected]
· 11 years ago
749fbd9
Be verbose about what's happening in 'git cl land' when pusing to pending ref.
by
[email protected]
· 11 years ago
e758545
Fix git-cl when working on branches.
by
[email protected]
· 11 years ago
82114c0
Stop git cl using CQ_TRYBOTS.
by
[email protected]
· 11 years ago
566a02a
Teach 'git cl land' to land to pending ref.
by
[email protected]
· 11 years ago
787e306
Have git-cl try fail when used on a closed CL
by
[email protected]
· 11 years ago
2b34d55
Auto find tryserver master for git cl try
by
[email protected]
· 11 years ago
b9f2751
Added hyphen-only options
by
[email protected]
· 11 years ago
27b15a3
Do not put an 'r' in front of the revision when commenting on Rietveld after committing.
by
[email protected]
· 11 years ago
671c7a3
Make “git cl land” handle core.abbrev > 7.
by
[email protected]
· 11 years ago
fbfecb7
Update git cl try command to mention tryserver.chromium.linux.
by
[email protected]
· 11 years ago
85616e0
Do not fetch the CL description when using git cl status --fast.
by
[email protected]
· 11 years ago
abbaa84
Removed git cl push command
by
[email protected]
· 11 years ago
bda8155
Remove confirmation from git cl land.
by
[email protected]
· 11 years ago
05fb911
Revert of Allow git cl also in repos with read-only git-svn. (https://codereview.chromium.org/344013005/)
by
[email protected]
· 11 years ago
8e05af1
Allow git cl also in repos with read-only git-svn.
by
[email protected]
· 11 years ago
090df6a
Added support for git cl upload automatic trybot determination.
by
[email protected]
· 11 years ago
16f10f7
Show an error message when the user tries to set the commit flag or add trybots to a private issue.
by
[email protected]
· 11 years ago
2a13d4f
Correct remote URL when uploading from a repo cloned from a git_cache.
by
[email protected]
· 11 years ago
152cf83
Upload project option in 'gcl' and 'git cl' uploading commands.
by
[email protected]
· 11 years ago
5839eb5
Handle the case of git cl lint when the CL is empty.
by
[email protected]
· 11 years ago
d057f9a
Explicitly print diff stats to sys.stdout, if possible.
by
[email protected]
· 11 years ago
279c218
Use `git rev-list A..B` to get the list of commits to be uploaded to Gerrit by git cl.
by
[email protected]
· 11 years ago
a656e70
Revert of use canonical base URL for projects (https://codereview.chromium.org/271703010/)
by
[email protected]
· 11 years ago
6a9ead2
use canonical base URL for projects
by
[email protected]
· 11 years ago
cee6dc4
git cl push -> git cl land
by
[email protected]
· 11 years ago
f75c230
Warn before uploading more than one commit to Gerrit.
by
[email protected]
· 11 years ago
ea84ef1
Get presubmit_support to compute diffs against a given upstream.
by
[email protected]
· 11 years ago
c9cf90a
Clear configured merge-base when switching upstream.
by
[email protected]
· 11 years ago
a4c0305
Process first branch status request before spawning threads.
by
[email protected]
· 11 years ago
5724c96
Abort `git cl push` if pushing into a local branch.
by
[email protected]
· 11 years ago
9e84927
Use get_or_create_merge_base in git-cl-upload to correctly deal with rebased
by
[email protected]
· 11 years ago
b5cded6
Infer CL author and reviewer list from local state if the issue has not previously been uploaded.
by
[email protected]
· 11 years ago
8da7f27
Add an error message when explicitly specifying bots without specifying the master
by
[email protected]
· 11 years ago
f204d4b
Pass through "--filter" arguments from "git cl lint" to cpplint.py
by
[email protected]
· 11 years ago
44202a2
Implement git cl lint.
by
[email protected]
· 11 years ago
04d5a22
Add git cl format --diff option to print format diff without modifying files
by
[email protected]
· 11 years ago
58a69cb
Support multiple try masters when sending tries to rietveld.
by
[email protected]
· 11 years ago
8ca1aa3
clang-format: Allow .proto files to be formatted (supported by an upcoming binary/script; this change is safe if you are running an older binary); remove warnings.
by
[email protected]
· 11 years ago
7a54e81
git_cl: Do not cache the relative root in Settings.
by
[email protected]
· 11 years ago
8b0553c
Cleanup: Merge a bunch of redundent env['GIT_PAGER'] = 'cat' statements.
by
[email protected]
· 11 years ago
e139d95
Let `git cl format` format .mm files too.
by
[email protected]
· 11 years ago
555cfe4
Support passing files/directories to git cl format
by
[email protected]
· 11 years ago
3b7e15c
Add a canned clang-format presubmit check
by
[email protected]
· 11 years ago
0680c69
git_cl format: allow WebKit style to be picked up from .clang-format
by
[email protected]
· 11 years ago
3ac1c4e
Depot tools: use the clang-format binaries that are now included
by
[email protected]
· 11 years ago
9075258
Add support for BUG_PREFIX in codereview.settings.
by
[email protected]
· 11 years ago
3ec0d54
Indiciate the tree status in the rietveld message when bypassing hooks
by
[email protected]
· 11 years ago
9114137
Added --email to git_cl.py
by
[email protected]
· 11 years ago
Next »