Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: docs/html/depot_tools.html

Issue 184253003: Add git-reup and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@freeze_thaw
Patch Set: fix pylint Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | docs/html/git-freeze.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/html/depot_tools.html
diff --git a/docs/html/depot_tools.html b/docs/html/depot_tools.html
index 1c3084a73ca2b44579bfa5a9634c25089921c7e0..0382625e22b3894736776a081432ff2e8a61f1fd 100644
--- a/docs/html/depot_tools.html
+++ b/docs/html/depot_tools.html
@@ -799,6 +799,14 @@ Display history of all branches in a colorized terminal format.
</dl></div>
<div class="dlist"><dl>
<dt class="hdlist1">
+<a href="git-mark-merge-base.html">git-mark-merge-base(1)</a>
+</dt>
+<dd>
+<p>
+Manually interact with depot_tools' merge-base markers.
+</p>
+</dd>
+<dt class="hdlist1">
<a href="git-nav-downstream.html">git-nav-downstream(1)</a>
</dt>
<dd>
@@ -815,6 +823,46 @@ Checkout the upstream branch of the currently checked out branch.
</p>
</dd>
<dt class="hdlist1">
+<a href="git-new-branch.html">git-new-branch(1)</a>
+</dt>
+<dd>
+<p>
+Create a new branch with correct tracking information.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="git-rebase-update.html">git-rebase-update(1)</a>
+</dt>
+<dd>
+<p>
+Updates all branches to have the latest changes from their upstreams.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="git-rename-branch.html">git-rename-branch(1)</a>
+</dt>
+<dd>
+<p>
+Rename a branch and correctly preserve all downstream relationships.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="git-reparent-branch.html">git-reparent-branch(1)</a>
+</dt>
+<dd>
+<p>
+Alter the parentage (upstream) for the current branch.
+</p>
+</dd>
+<dt class="hdlist1">
+<a href="git-squash-branch.html">git-squash-branch(1)</a>
+</dt>
+<dd>
+<p>
+Takes all commits in a single branch and replaces them with a single commit.
+</p>
+</dd>
+<dt class="hdlist1">
<a href="git-thaw.html">git-thaw(1)</a>
</dt>
<dd>
@@ -822,6 +870,14 @@ Checkout the upstream branch of the currently checked out branch.
Un-freeze all changes on a frozen branch.
</p>
</dd>
+<dt class="hdlist1">
+<a href="git-upstream-diff.html">git-upstream-diff(1)</a>
+</dt>
+<dd>
+<p>
+Print a diff of the current branch, compared to its upstream.
+</p>
+</dd>
</dl></div>
</div>
</div>
@@ -829,7 +885,7 @@ Un-freeze all changes on a frozen branch.
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-03-14 13:12:40 PDT
+Last updated 2014-03-25 15:09:11 PDT
</div>
</div>
</body>
« no previous file with comments | « no previous file | docs/html/git-freeze.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698