- 13 Mar, 2017 1 commit
-
-
Aaron Gable authored
The most important git subcommand in depot_tools never had a man page until today. And now "git help cl" and "git cl --help" will work. BUG=695623 Change-Id: Ic0d05fa8d70d2ef6e71d58e0d7d3e7adc4a2fa32 Reviewed-on: https://chromium-review.googlesource.com/447216Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org>
-
- 16 Dec, 2016 1 commit
-
-
Quinten Yearsley authored
Specifically, this CL was made by running codespell (https://github.com/lucasdemarchi/codespell), manually filtering for changes in non-third-party files that appear correct. Change-Id: Ia16c1b29483d777744450d7bea45a178cf877a25 Reviewed-on: https://chromium-review.googlesource.com/420871 Commit-Queue: Quinten Yearsley <qyearsley@chromium.org> Reviewed-by:
Aaron Gable <agable@chromium.org>
-
- 22 Sep, 2016 1 commit
-
-
agable authored
We no longer support git-svn as a workflow. R=iannucci@chromium.org BUG=475320 Review-Url: https://codereview.chromium.org/2360143002
-
- 22 Jul, 2016 1 commit
-
-
agable authored
R=iannucci@chromium.org BUG=630312 Review-Url: https://codereview.chromium.org/2170623003
-
- 03 Feb, 2016 1 commit
-
-
mgiuca@chromium.org authored
Currently, the script requires you to pass the unwanted commits on the command line, but eventually, you could configure it with a file (checked into the repo) that provides a fixed set of commits to always skip (such as commits that do a huge amount of renaming and nothing else). BUG=574290 Review URL: https://codereview.chromium.org/1559943003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@298544 0039d316-1c4b-4281-b951-d872f2087c98
-
- 09 Sep, 2014 1 commit
-
-
mmoss@chromium.org authored
R=luqui@chromium.org Review URL: https://codereview.chromium.org/558783003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@291893 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Aug, 2014 1 commit
-
-
mmoss@chromium.org authored
BUG=407284 R=iannucci@google.com Review URL: https://codereview.chromium.org/507513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@291619 0039d316-1c4b-4281-b951-d872f2087c98
-
- 28 Apr, 2014 1 commit
-
-
iannucci@chromium.org authored
This makes the depot_tools manpages automatically show up in the effective MANPATH for mac/linux. R=agable@chromium.org BUG= Review URL: https://codereview.chromium.org/259863004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@266667 0039d316-1c4b-4281-b951-d872f2087c98
-
- 11 Apr, 2014 1 commit
-
-
iannucci@chromium.org authored
TBR=agable@chromium.org, szager@chromium.org BUG=261743 Review URL: https://codereview.chromium.org/225433003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@263164 0039d316-1c4b-4281-b951-d872f2087c98
-
- 26 Mar, 2014 2 commits
-
-
iannucci@chromium.org authored
R=stip@chromium.org BUG= Review URL: https://codereview.chromium.org/212593006 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259655 0039d316-1c4b-4281-b951-d872f2087c98
-
iannucci@chromium.org authored
git-rebase-update - ensure all branches are up to date git-new-branch - create branches git-rename-branch - rename a branch while preserving parentage relationships git-reparent-branch - change the parent of a branch, including rebasing it correctly onto that new parent. git-squash-branch - collapse a branch into a single commit git-upstream-diff - show the diff between the current branch and it's upstream branch git-mark-merge-base - explicitly set what you want the above tools to consider the merge-base for the current branch. R=agable@chromium.org, hinoka@chromium.org, stip@chromium.org, szager@chromium.org BUG=261738 Review URL: https://codereview.chromium.org/184253003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259520 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Mar, 2014 1 commit
-
-
iannucci@chromium.org authored
git-nav-upstream, as well as introduce a generic 'depot_tools' manpage with a listing of the other tools. This change also fully colorizes the EXAMPLE sections for the git-* commands to reflect their actual appearance on the console (html only, manpage has bolding hints). R=agable@chromium.org, szager@chromium.org BUG=261738 Review URL: https://codereview.chromium.org/200903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@259338 0039d316-1c4b-4281-b951-d872f2087c98
-