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

Side by Side Diff: man/html/git-freeze.html

Issue 2170623003: Update docs with latest changes (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools@asciidoc
Patch Set: Created 4 years, 5 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 unified diff | Download patch
« no previous file with comments | « man/html/git-footers.html ('k') | man/html/git-hyper-blame.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> 3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4 <head> 4 <head>
5 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" / > 5 <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" / >
6 <meta name="generator" content="AsciiDoc 8.6.9" /> 6 <meta name="generator" content="AsciiDoc 8.6.9" />
7 <title>git-freeze(1)</title> 7 <title>git-freeze(1)</title>
8 <style type="text/css"> 8 <style type="text/css">
9 /* Shared CSS for AsciiDoc xhtml11 and html5 backends */ 9 /* Shared CSS for AsciiDoc xhtml11 and html5 backends */
10 10
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 <div class="paragraph"><p></p></div><div class="listingblock"><div class="conten t"><pre><code><span style="font-weight: bold; color: #ffffff">$ git status --sho rt</span> 783 <div class="paragraph"><p></p></div><div class="listingblock"><div class="conten t"><pre><code><span style="font-weight: bold; color: #ffffff">$ git status --sho rt</span>
784 <span style="color: #19c518">A</span> added_file 784 <span style="color: #19c518">A</span> added_file
785 <span style="color: #19c518">A</span><span style="color: #e42e16">M</span> added _file_with_unstaged_changes 785 <span style="color: #19c518">A</span><span style="color: #e42e16">M</span> added _file_with_unstaged_changes
786 <span style="color: #19c518">D</span> deleted_file 786 <span style="color: #19c518">D</span> deleted_file
787 <span style="color: #e42e16">M</span> modified_file 787 <span style="color: #e42e16">M</span> modified_file
788 <span style="color: #e42e16">D</span> unstaged_deleted_file 788 <span style="color: #e42e16">D</span> unstaged_deleted_file
789 <span style="color: #e42e16">??</span> unadded_file 789 <span style="color: #e42e16">??</span> unadded_file
790 <span style="font-weight: bold; color: #ffffff">$ git freeze</span> 790 <span style="font-weight: bold; color: #ffffff">$ git freeze</span>
791 <span style="font-weight: bold; color: #ffffff">$ git status --short</span> 791 <span style="font-weight: bold; color: #ffffff">$ git status --short</span>
792 <span style="font-weight: bold; color: #ffffff">$ git log -n 2 --stat</span> 792 <span style="font-weight: bold; color: #ffffff">$ git log -n 2 --stat</span>
793 <span style="color: #e7e71c">commit 07f208f5916bd8ee3affbf8d182c918a8dc1a699</sp an> 793 <span style="color: #e7e71c">commit 42c38320f46c6bc9a8aba7f15b41971e5f1db75b</sp an>
794 Author: local &lt;local@chromium.org&gt; 794 Author: local &lt;local@chromium.org&gt;
795 Date: Thu Apr 10 08:54:56 2014 +0000 795 Date: Thu Apr 10 08:54:56 2014 +0000
796 796
797 FREEZE.unindexed 797 FREEZE.unindexed
798 798
799 added_file_with_unstaged_changes | 1 <span style="color: #19c518">+</span> 799 added_file_with_unstaged_changes | 1 <span style="color: #19c518">+</span>
800 modified_file | 1 <span style="color: #19c518">+</span> 800 modified_file | 1 <span style="color: #19c518">+</span>
801 unadded_file | 0 801 unadded_file | 0
802 unstaged_deleted_file | 1 <span style="color: #e42e16">-</span> 802 unstaged_deleted_file | 1 <span style="color: #e42e16">-</span>
803 4 files changed, 2 insertions(+), 1 deletion(-) 803 4 files changed, 2 insertions(+), 1 deletion(-)
804 804
805 <span style="color: #e7e71c">commit 9f803ff1f05dd0c77d31b8958992520e37ed6278</sp an> 805 <span style="color: #e7e71c">commit 5e0079a0fd55960682c389e71e0283594a80c02b</sp an>
806 Author: local &lt;local@chromium.org&gt; 806 Author: local &lt;local@chromium.org&gt;
807 Date: Thu Apr 10 08:54:56 2014 +0000 807 Date: Thu Apr 10 08:54:56 2014 +0000
808 808
809 FREEZE.indexed 809 FREEZE.indexed
810 810
811 added_file | 1 <span style="color: #19c518">+</span> 811 added_file | 1 <span style="color: #19c518">+</span>
812 added_file_with_unstaged_changes | 1 <span style="color: #19c518">+</span> 812 added_file_with_unstaged_changes | 1 <span style="color: #19c518">+</span>
813 deleted_file | 1 <span style="color: #e42e16">-</span> 813 deleted_file | 1 <span style="color: #e42e16">-</span>
814 3 files changed, 2 insertions(+), 1 deletion(-) 814 3 files changed, 2 insertions(+), 1 deletion(-)
815 <span style="font-weight: bold; color: #ffffff">$ git thaw</span> 815 <span style="font-weight: bold; color: #ffffff">$ git thaw</span>
(...skipping 22 matching lines...) Expand all
838 <h2 id="_see_also">SEE ALSO</h2> 838 <h2 id="_see_also">SEE ALSO</h2>
839 <div class="sectionbody"> 839 <div class="sectionbody">
840 <div class="paragraph"><p><a href="git-thaw.html">git-thaw(1)</a></p></div> 840 <div class="paragraph"><p><a href="git-thaw.html">git-thaw(1)</a></p></div>
841 </div> 841 </div>
842 </div> 842 </div>
843 <div class="sect1"> 843 <div class="sect1">
844 <h2 id="_chromium_depot_tools">CHROMIUM DEPOT_TOOLS</h2> 844 <h2 id="_chromium_depot_tools">CHROMIUM DEPOT_TOOLS</h2>
845 <div class="sectionbody"> 845 <div class="sectionbody">
846 <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_ tools(7)</a> suite. These tools are meant to 846 <div class="paragraph"><p>Part of the chromium <a href="depot_tools.html">depot_ tools(7)</a> suite. These tools are meant to
847 assist with the development of chromium and related projects. Download the tools 847 assist with the development of chromium and related projects. Download the tools
848 from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git"> here</a>.</p></div> 848 from <a href="https://chromium.googlesource.com/chromium/tools/depot_tools">here </a>.</p></div>
849 </div> 849 </div>
850 </div> 850 </div>
851 </div> 851 </div>
852 <div id="footnotes"><hr /></div> 852 <div id="footnotes"><hr /></div>
853 <div id="footer"> 853 <div id="footer">
854 <div id="footer-text"> 854 <div id="footer-text">
855 Last updated 2014-06-04 16:12:59 PDT 855 Last updated 2016-07-21 10:09:00 PDT
856 </div> 856 </div>
857 </div> 857 </div>
858 </body> 858 </body>
859 </html> 859 </html>
OLDNEW
« no previous file with comments | « man/html/git-footers.html ('k') | man/html/git-hyper-blame.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698