| Index: docs/html/git-freeze.html
|
| diff --git a/git_docs/htmlout/git-freeze.html b/docs/html/git-freeze.html
|
| similarity index 86%
|
| copy from git_docs/htmlout/git-freeze.html
|
| copy to docs/html/git-freeze.html
|
| index 3f1abf51637c0fcf29534839ec0d635dc48a7a98..f938c5c1de129e9943e5cfe1382be47dcd950920 100644
|
| --- a/git_docs/htmlout/git-freeze.html
|
| +++ b/docs/html/git-freeze.html
|
| @@ -535,6 +535,13 @@ body.manpage div.sectionbody {
|
| }
|
|
|
|
|
| +div.listingblock > div.content {
|
| + background: rgb(28, 28, 28);
|
| +}
|
| +
|
| +div.listingblock > div > pre > code {
|
| + color: rgb(187, 187, 187);
|
| +}
|
| </style>
|
| <script type="text/javascript">
|
| /*<![CDATA[*/
|
| @@ -739,7 +746,7 @@ git-freeze(1) Manual Page
|
| <h2>NAME</h2>
|
| <div class="sectionbody">
|
| <p>git-freeze -
|
| - Freeze all changes on a branch (indexed and unindexed)
|
| + Freeze all changes on a branch (indexed and unindexed).
|
| </p>
|
| </div>
|
| </div>
|
| @@ -769,6 +776,54 @@ time you ran git freeze (freshly modified files, new files, etc.).</p></div>
|
| </div>
|
| </div>
|
| <div class="sect1">
|
| +<h2 id="_example">EXAMPLE</h2>
|
| +<div class="sectionbody">
|
| +<div class="listingblock">
|
| +<div class="content">
|
| +<pre><code><strong><span class="white">$ git status --short</span></strong>
|
| +<span class="green">A</span> added_file
|
| +<span class="green">A</span>​<span class="red">M</span> added_file_with_unstaged_changes
|
| +<span class="green">D</span> deleted_file
|
| + <span class="red">M</span> modified_file
|
| + <span class="red">D</span> unstaged_deleted_file
|
| +<span class="red">??</span> unadded_file
|
| +<strong><span class="white">$ git freeze</span></strong>
|
| +<strong><span class="white">$ git status --short</span></strong>
|
| +<strong><span class="white">$ git log -n 2 --stat</span></strong>
|
| +<span class="yellow">commit 182eccae8e385acba21c9ff2713e98ff4b7e17cd</span>
|
| +Author: Robert Iannucci <iannucci@chromium.org>
|
| +Date: Thu Mar 13 17:42:37 2014 -0700
|
| +
|
| + FREEZE.unindexed
|
| +
|
| + added_file_with_unstaged_changes | 3 <span class="green">++</span>​<span class="red">-</span>
|
| + modified_file | 4 <span class="green">+++</span>​<span class="red">-</span>
|
| + unadded_file | 3 <span class="green">+++</span>
|
| + unstaged_deleted_file | 1 <span class="red">-</span>
|
| + 4 files changed, 8 insertions(+), 3 deletions(-)
|
| +
|
| +<span class="yellow">commit ce07bdc49a61f54e6142b4bba5cc517cf6802bd4</span>
|
| +Author: Robert Iannucci <iannucci@chromium.org>
|
| +Date: Thu Mar 13 17:42:37 2014 -0700
|
| +
|
| + FREEZE.indexed
|
| +
|
| + added_file | 3 <span class="green">+++</span>
|
| + added_file_with_unstaged_changes | 1 <span class="green">+</span>
|
| + deleted_file | 1 <span class="red">-</span>
|
| + 3 files changed, 4 insertions(+), 1 deletion(-)
|
| +<strong><span class="white">$ git thaw</span></strong>
|
| +<strong><span class="white">$ git status --short</span></strong>
|
| +<span class="green">A</span> added_file
|
| +<span class="green">A</span>​<span class="red">M</span> added_file_with_unstaged_changes
|
| +<span class="green">D</span> deleted_file
|
| + <span class="red">M</span> modified_file
|
| + <span class="red">D</span> unstaged_deleted_file
|
| +<span class="red">??</span> unadded_file</code></pre>
|
| +</div></div>
|
| +</div>
|
| +</div>
|
| +<div class="sect1">
|
| <h2 id="_see_also">SEE ALSO</h2>
|
| <div class="sectionbody">
|
| <div class="paragraph"><p><a href="git-thaw.html">git-thaw(1)</a></p></div>
|
| @@ -777,16 +832,16 @@ time you ran git freeze (freshly modified files, new files, etc.).</p></div>
|
| <div class="sect1">
|
| <h2 id="_chromium_depot_tools">CHROMIUM DEPOT_TOOLS</h2>
|
| <div class="sectionbody">
|
| -<div class="paragraph"><p>Part of the chromium depot_tools suite. These tools are meant to assist with the
|
| -development of chromium and related projects. Download the tools from
|
| -<a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">here</a>.</p></div>
|
| +<div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_tools(1)</a> suite. These tools are meant to
|
| +assist with the development of chromium and related projects. Download the tools
|
| +from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">here</a>.</p></div>
|
| </div>
|
| </div>
|
| </div>
|
| <div id="footnotes"><hr /></div>
|
| <div id="footer">
|
| <div id="footer-text">
|
| -Last updated 2014-03-13 17:20:25 PDT
|
| +Last updated 2014-03-14 14:01:10 PDT
|
| </div>
|
| </div>
|
| </body>
|
|
|