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>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 770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
781 <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> | 781 <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> |
782 <span style="color: #19c518">A</span> added_file | 782 <span style="color: #19c518">A</span> added_file |
783 <span style="color: #19c518">A</span><span style="color: #e42e16">M</span> added
_file_with_unstaged_changes | 783 <span style="color: #19c518">A</span><span style="color: #e42e16">M</span> added
_file_with_unstaged_changes |
784 <span style="color: #19c518">D</span> deleted_file | 784 <span style="color: #19c518">D</span> deleted_file |
785 <span style="color: #e42e16">M</span> modified_file | 785 <span style="color: #e42e16">M</span> modified_file |
786 <span style="color: #e42e16">D</span> unstaged_deleted_file | 786 <span style="color: #e42e16">D</span> unstaged_deleted_file |
787 <span style="color: #e42e16">??</span> unadded_file | 787 <span style="color: #e42e16">??</span> unadded_file |
788 <span style="font-weight: bold; color: #ffffff">$ git freeze</span> | 788 <span style="font-weight: bold; color: #ffffff">$ git freeze</span> |
789 <span style="font-weight: bold; color: #ffffff">$ git status --short</span> | 789 <span style="font-weight: bold; color: #ffffff">$ git status --short</span> |
790 <span style="font-weight: bold; color: #ffffff">$ git log -n 2 --stat</span> | 790 <span style="font-weight: bold; color: #ffffff">$ git log -n 2 --stat</span> |
791 <span style="color: #e7e71c">commit 2903a59a5323dd12438a9b3912a878a546b5d68a</sp
an> | 791 <span style="color: #e7e71c">commit 648c29b68da0142bcad41872339f9732c6ec4470</sp
an> |
792 Author: local <local@chromium.org> | 792 Author: local <local@chromium.org> |
793 Date: Thu Apr 10 08:54:56 2014 +0000 | 793 Date: Thu Apr 10 08:54:56 2014 +0000 |
794 | 794 |
795 FREEZE.unindexed | 795 FREEZE.unindexed |
796 | 796 |
797 added_file_with_unstaged_changes | 1 <span style="color: #19c518">+</span> | 797 added_file_with_unstaged_changes | 1 <span style="color: #19c518">+</span> |
798 modified_file | 1 <span style="color: #19c518">+</span> | 798 modified_file | 1 <span style="color: #19c518">+</span> |
799 unadded_file | 0 | 799 unadded_file | 0 |
800 unstaged_deleted_file | 1 <span style="color: #e42e16">-</span> | 800 unstaged_deleted_file | 1 <span style="color: #e42e16">-</span> |
801 4 files changed, 2 insertions(+), 1 deletion(-) | 801 4 files changed, 2 insertions(+), 1 deletion(-) |
802 | 802 |
803 <span style="color: #e7e71c">commit 19e09ed3f4a23417cf46ce0961fc7434132d0295</sp
an> | 803 <span style="color: #e7e71c">commit a4e49c2896814f52feec3fc06ef0454962ee6b8c</sp
an> |
804 Author: local <local@chromium.org> | 804 Author: local <local@chromium.org> |
805 Date: Thu Apr 10 08:54:56 2014 +0000 | 805 Date: Thu Apr 10 08:54:56 2014 +0000 |
806 | 806 |
807 FREEZE.indexed | 807 FREEZE.indexed |
808 | 808 |
809 added_file | 1 <span style="color: #19c518">+</span> | 809 added_file | 1 <span style="color: #19c518">+</span> |
810 added_file_with_unstaged_changes | 1 <span style="color: #19c518">+</span> | 810 added_file_with_unstaged_changes | 1 <span style="color: #19c518">+</span> |
811 deleted_file | 1 <span style="color: #e42e16">-</span> | 811 deleted_file | 1 <span style="color: #e42e16">-</span> |
812 3 files changed, 2 insertions(+), 1 deletion(-) | 812 3 files changed, 2 insertions(+), 1 deletion(-) |
813 <span style="font-weight: bold; color: #ffffff">$ git thaw</span> | 813 <span style="font-weight: bold; color: #ffffff">$ git thaw</span> |
(...skipping 23 matching lines...) Expand all Loading... |
837 </div> | 837 </div> |
838 </div> | 838 </div> |
839 <div id="footnotes"><hr /></div> | 839 <div id="footnotes"><hr /></div> |
840 <div id="footer"> | 840 <div id="footer"> |
841 <div id="footer-text"> | 841 <div id="footer-text"> |
842 Last updated 2014-04-10 14:23:11 PDT | 842 Last updated 2014-04-10 14:23:11 PDT |
843 </div> | 843 </div> |
844 </div> | 844 </div> |
845 </body> | 845 </body> |
846 </html> | 846 </html> |
OLD | NEW |