OLD | NEW |
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>depot_tools(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 |
11 /* Default font. */ | 11 /* Default font. */ |
12 body { | 12 body { |
13 font-family: Georgia,serif; | 13 font-family: Georgia,serif; |
14 } | 14 } |
15 | 15 |
16 /* Title font. */ | 16 /* Title font. */ |
17 h1, h2, h3, h4, h5, h6, | 17 h1, h2, h3, h4, h5, h6, |
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
528 } | 528 } |
529 body.manpage div.sectionbody { | 529 body.manpage div.sectionbody { |
530 margin-left: 3em; | 530 margin-left: 3em; |
531 } | 531 } |
532 | 532 |
533 @media print { | 533 @media print { |
534 body.manpage div#toc { display: none; } | 534 body.manpage div#toc { display: none; } |
535 } | 535 } |
536 | 536 |
537 | 537 |
| 538 div.listingblock > div.content { |
| 539 background: rgb(28, 28, 28); |
| 540 } |
| 541 |
| 542 div.listingblock > div > pre > code { |
| 543 color: rgb(187, 187, 187); |
| 544 } |
538 </style> | 545 </style> |
539 <script type="text/javascript"> | 546 <script type="text/javascript"> |
540 /*<![CDATA[*/ | 547 /*<![CDATA[*/ |
541 var asciidoc = { // Namespace. | 548 var asciidoc = { // Namespace. |
542 | 549 |
543 ///////////////////////////////////////////////////////////////////// | 550 ///////////////////////////////////////////////////////////////////// |
544 // Table Of Contents generator | 551 // Table Of Contents generator |
545 ///////////////////////////////////////////////////////////////////// | 552 ///////////////////////////////////////////////////////////////////// |
546 | 553 |
547 /* Author: Mihai Bazon, September 2002 | 554 /* Author: Mihai Bazon, September 2002 |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
727 } | 734 } |
728 | 735 |
729 } | 736 } |
730 asciidoc.install(); | 737 asciidoc.install(); |
731 /*]]>*/ | 738 /*]]>*/ |
732 </script> | 739 </script> |
733 </head> | 740 </head> |
734 <body class="manpage"> | 741 <body class="manpage"> |
735 <div id="header"> | 742 <div id="header"> |
736 <h1> | 743 <h1> |
737 git-freeze(1) Manual Page | 744 depot_tools(1) Manual Page |
738 </h1> | 745 </h1> |
739 <h2>NAME</h2> | 746 <h2>NAME</h2> |
740 <div class="sectionbody"> | 747 <div class="sectionbody"> |
741 <p>git-freeze - | 748 <p>depot_tools - |
742 Freeze all changes on a branch (indexed and unindexed) | 749 A collection of tools for dealing with Chromium development. |
743 </p> | 750 </p> |
744 </div> | 751 </div> |
745 </div> | 752 </div> |
746 <div id="content"> | 753 <div id="content"> |
747 <div class="sect1"> | 754 <div class="sect1"> |
748 <h2 id="_synopsis">SYNOPSIS</h2> | 755 <h2 id="_description">DESCRIPTION</h2> |
749 <div class="sectionbody"> | 756 <div class="sectionbody"> |
750 <div class="verseblock"> | 757 <div class="paragraph"><p>The Chromium depot_tools suite contains many tools to
assist/augment the |
751 <pre class="content"><em>git freeze</em></pre> | 758 Chromium development environment. The tools may be downloaded from |
752 <div class="attribution"> | 759 <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">here<
/a>.</p></div> |
753 </div></div> | 760 <div class="paragraph"><p>There are two primary categories of tools. Some of the
se tools are <em>essential</em> |
| 761 to the development flow, in the sense that you cannot successfully develop |
| 762 Chromium without them.</p></div> |
| 763 <div class="paragraph"><p>Other tools are merely <em>helper</em> tools. Not requ
ired, but they can substantially |
| 764 ease the develpment workflow.</p></div> |
| 765 <div class="paragraph"><p>A listing of both categories of tools follows.</p></di
v> |
754 </div> | 766 </div> |
755 </div> | 767 </div> |
756 <div class="sect1"> | 768 <div class="sect1"> |
757 <h2 id="_description">DESCRIPTION</h2> | 769 <h2 id="_helper_tools">HELPER TOOLS</h2> |
758 <div class="sectionbody"> | 770 <div class="sectionbody"> |
759 <div class="paragraph"><p><code>git freeze</code> works a lot like <code>git sta
sh</code>, in that it stores the current changes | 771 <div class="dlist"><dl> |
760 in your working copy and index <em>somewhere</em>. Unlike <code>git stash</code>
, <code>git freeze</code> | 772 <dt class="hdlist1"> |
761 stores those changes on your current branch. This effectively allows you to | 773 <a href="git-freeze.html">git-freeze(1)</a> |
762 <em>pause</em> development of a branch, work on something else, and then come ba
ck to | 774 </dt> |
763 exactly the same working state later (by running <code>git thaw</code>).</p></di
v> | 775 <dd> |
764 <div class="paragraph"><p><code>git freeze</code> will make up to 2 commits on y
our branch. A commit with the message | 776 <p> |
765 <code>FREEZE.indexed</code> will contain all changes which you’ve added to your
index (like | 777 Freeze all changes on a branch (indexed and unindexed). |
766 with <em>git add</em>, <em>git mv</em>, <em>git rm</em>, etc.). A commit with th
e message | 778 </p> |
767 <code>FREEZE.unindexed</code> will contain all changes which were not in your in
dex at the | 779 </dd> |
768 time you ran git freeze (freshly modified files, new files, etc.).</p></div> | 780 <dt class="hdlist1"> |
769 </div> | 781 <a href="git-map-branches.html">git-map-branches(1)</a> |
770 </div> | 782 </dt> |
771 <div class="sect1"> | 783 <dd> |
772 <h2 id="_see_also">SEE ALSO</h2> | 784 <p> |
773 <div class="sectionbody"> | 785 Helper script to display all local git branches with ‘upstream’ hierarchy in |
774 <div class="paragraph"><p><a href="git-thaw.html">git-thaw(1)</a></p></div> | 786 colorized terminal format. |
775 </div> | 787 </p> |
776 </div> | 788 </dd> |
777 <div class="sect1"> | 789 </dl></div> |
778 <h2 id="_chromium_depot_tools">CHROMIUM DEPOT_TOOLS</h2> | 790 <div class="dlist"><dl> |
779 <div class="sectionbody"> | 791 <dt class="hdlist1"> |
780 <div class="paragraph"><p>Part of the chromium depot_tools suite. These tools ar
e meant to assist with the | 792 <a href="git-map.html">git-map(1)</a> |
781 development of chromium and related projects. Download the tools from | 793 </dt> |
782 <a href="https://chromium.googlesource.com/chromium/tools/depot_tools.git">here<
/a>.</p></div> | 794 <dd> |
| 795 <p> |
| 796 Display history of all branches in a colorized terminal format. |
| 797 </p> |
| 798 </dd> |
| 799 </dl></div> |
| 800 <div class="dlist"><dl> |
| 801 <dt class="hdlist1"> |
| 802 <a href="git-nav-downstream.html">git-nav-downstream(1)</a> |
| 803 </dt> |
| 804 <dd> |
| 805 <p> |
| 806 Checkout a downstream branch of the currently checked out branch. |
| 807 </p> |
| 808 </dd> |
| 809 <dt class="hdlist1"> |
| 810 <a href="git-nav-upstream.html">git-nav-upstream(1)</a> |
| 811 </dt> |
| 812 <dd> |
| 813 <p> |
| 814 Checkout the upstream branch of the currently checked out branch. |
| 815 </p> |
| 816 </dd> |
| 817 <dt class="hdlist1"> |
| 818 <a href="git-thaw.html">git-thaw(1)</a> |
| 819 </dt> |
| 820 <dd> |
| 821 <p> |
| 822 Un-freeze all changes on a frozen branch. |
| 823 </p> |
| 824 </dd> |
| 825 </dl></div> |
783 </div> | 826 </div> |
784 </div> | 827 </div> |
785 </div> | 828 </div> |
786 <div id="footnotes"><hr /></div> | 829 <div id="footnotes"><hr /></div> |
787 <div id="footer"> | 830 <div id="footer"> |
788 <div id="footer-text"> | 831 <div id="footer-text"> |
789 Last updated 2014-03-13 17:20:25 PDT | 832 Last updated 2014-03-14 13:12:40 PDT |
790 </div> | 833 </div> |
791 </div> | 834 </div> |
792 </body> | 835 </body> |
793 </html> | 836 </html> |
OLD | NEW |