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

Unified Diff: docs/html/git-rename-branch.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 | « docs/html/git-rebase-update.html ('k') | docs/html/git-reparent-branch.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/html/git-rename-branch.html
diff --git a/docs/html/git-thaw.html b/docs/html/git-rename-branch.html
similarity index 95%
copy from docs/html/git-thaw.html
copy to docs/html/git-rename-branch.html
index a568e7db5ae6065c28eab796545a0643f9ed4224..b3663a4264f5d36b1d29ed659cb10a69a026652c 100644
--- a/docs/html/git-thaw.html
+++ b/docs/html/git-rename-branch.html
@@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
<meta name="generator" content="AsciiDoc 8.6.9" />
-<title>git-thaw(1)</title>
+<title>git-rename-branch(1)</title>
<style type="text/css">
/* Shared CSS for AsciiDoc xhtml11 and html5 backends */
@@ -741,12 +741,12 @@ asciidoc.install();
<body class="manpage">
<div id="header">
<h1>
-git-thaw(1) Manual Page
+git-rename-branch(1) Manual Page
</h1>
<h2>NAME</h2>
<div class="sectionbody">
-<p>git-thaw -
- Un-freeze all changes on a frozen branch.
+<p>git-rename-branch -
+ Rename a branch and correctly preserve all downstream relationships.
</p>
</div>
</div>
@@ -755,7 +755,8 @@ git-thaw(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git thaw</em></pre>
+<pre class="content"><em>git rename-branch</em> &lt;new_name&gt;
+<em>git rename-branch</em> &lt;old_name&gt; &lt;new_name&gt;</pre>
<div class="attribution">
</div></div>
</div>
@@ -763,16 +764,15 @@ git-thaw(1) Manual Page
<div class="sect1">
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
-<div class="paragraph"><p><code>git thaw</code> takes a frozen branch (as made by <a href="git-freeze.html">git-freeze(1)</a>), and returns
-it to the status that it was in before it was frozen.</p></div>
-<div class="paragraph"><p>If you freeze a branch multiple times (i.e. change files, freeze, change files,
-freeze), <code>git thaw</code> will thaw all of the freezes.</p></div>
+<div class="paragraph"><p>Rename the current (or specified) branch, then update all dowstream branches'
+tracking information to preserve inter-branch dependencies.</p></div>
</div>
</div>
<div class="sect1">
<h2 id="_see_also">SEE ALSO</h2>
<div class="sectionbody">
-<div class="paragraph"><p><a href="git-freeze.html">git-freeze(1)</a></p></div>
+<div class="paragraph"><p><a href="git-rebase-update.html">git-rebase-update(1)</a>, <a href="git-reparent-branch.html">git-reparent-branch(1)</a>,
+<a href="git-new-branch.html">git-new-branch(1)</a>, <a href="git-upstream-diff.html">git-upstream-diff(1)</a></p></div>
</div>
</div>
<div class="sect1">
@@ -787,7 +787,7 @@ from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">
<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 | « docs/html/git-rebase-update.html ('k') | docs/html/git-reparent-branch.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698