| OLD | NEW |
| 1 '\" t | 1 '\" t |
| 2 .\" Title: git-freeze | 2 .\" Title: git-freeze |
| 3 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] | 3 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] |
| 4 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> | 4 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> |
| 5 .\" Date: 06/04/2014 | 5 .\" Date: 07/21/2016 |
| 6 .\" Manual: Chromium depot_tools Manual | 6 .\" Manual: Chromium depot_tools Manual |
| 7 .\" Source: depot_tools d39bbb5 | 7 .\" Source: depot_tools bf2a341 |
| 8 .\" Language: English | 8 .\" Language: English |
| 9 .\" | 9 .\" |
| 10 .TH "GIT\-FREEZE" "1" "06/04/2014" "depot_tools d39bbb5" "Chromium depot_tools M
anual" | 10 .TH "GIT\-FREEZE" "1" "07/21/2016" "depot_tools bf2a341" "Chromium depot_tools M
anual" |
| 11 .\" ----------------------------------------------------------------- | 11 .\" ----------------------------------------------------------------- |
| 12 .\" * Define some portability stuff | 12 .\" * Define some portability stuff |
| 13 .\" ----------------------------------------------------------------- | 13 .\" ----------------------------------------------------------------- |
| 14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 15 .\" http://bugs.debian.org/507673 | 15 .\" http://bugs.debian.org/507673 |
| 16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html | 16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html |
| 17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 18 .ie \n(.g .ds Aq \(aq | 18 .ie \n(.g .ds Aq \(aq |
| 19 .el .ds Aq ' | 19 .el .ds Aq ' |
| 20 .\" ----------------------------------------------------------------- | 20 .\" ----------------------------------------------------------------- |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 \fB$ git status \-\-short\fR | 53 \fB$ git status \-\-short\fR |
| 54 A added_file | 54 A added_file |
| 55 AM added_file_with_unstaged_changes | 55 AM added_file_with_unstaged_changes |
| 56 D deleted_file | 56 D deleted_file |
| 57 M modified_file | 57 M modified_file |
| 58 D unstaged_deleted_file | 58 D unstaged_deleted_file |
| 59 ?? unadded_file | 59 ?? unadded_file |
| 60 \fB$ git freeze\fR | 60 \fB$ git freeze\fR |
| 61 \fB$ git status \-\-short\fR | 61 \fB$ git status \-\-short\fR |
| 62 \fB$ git log \-n 2 \-\-stat\fR | 62 \fB$ git log \-n 2 \-\-stat\fR |
| 63 commit 13e157e1f666206fca297c48bec82f3f16ae3c2f | 63 commit fd6fc0bda72f3f60055d8d5f7953862a9566794b |
| 64 Author: local <local@chromium\&.org> | 64 Author: local <local@chromium\&.org> |
| 65 Date: Thu Apr 10 08:54:56 2014 +0000 | 65 Date: Thu Apr 10 08:54:56 2014 +0000 |
| 66 | 66 |
| 67 FREEZE\&.unindexed | 67 FREEZE\&.unindexed |
| 68 | 68 |
| 69 added_file_with_unstaged_changes | 1 + | 69 added_file_with_unstaged_changes | 1 + |
| 70 modified_file | 1 + | 70 modified_file | 1 + |
| 71 unadded_file | 0 | 71 unadded_file | 0 |
| 72 unstaged_deleted_file | 1 \- | 72 unstaged_deleted_file | 1 \- |
| 73 4 files changed, 2 insertions(+), 1 deletion(\-) | 73 4 files changed, 2 insertions(+), 1 deletion(\-) |
| 74 | 74 |
| 75 commit 30791edff23b9a8fecc5f863da134e820a4c9f1a | 75 commit 092c50e807dbdadd0979a43e7ccc50cbfd6b4c98 |
| 76 Author: local <local@chromium\&.org> | 76 Author: local <local@chromium\&.org> |
| 77 Date: Thu Apr 10 08:54:56 2014 +0000 | 77 Date: Thu Apr 10 08:54:56 2014 +0000 |
| 78 | 78 |
| 79 FREEZE\&.indexed | 79 FREEZE\&.indexed |
| 80 | 80 |
| 81 added_file | 1 + | 81 added_file | 1 + |
| 82 added_file_with_unstaged_changes | 1 + | 82 added_file_with_unstaged_changes | 1 + |
| 83 deleted_file | 1 \- | 83 deleted_file | 1 \- |
| 84 3 files changed, 2 insertions(+), 1 deletion(\-) | 84 3 files changed, 2 insertions(+), 1 deletion(\-) |
| 85 \fB$ git thaw\fR | 85 \fB$ git thaw\fR |
| (...skipping 16 matching lines...) Expand all Loading... |
| 102 .SH "SEE ALSO" | 102 .SH "SEE ALSO" |
| 103 .sp | 103 .sp |
| 104 \fBgit-thaw\fR(1) | 104 \fBgit-thaw\fR(1) |
| 105 .SH "CHROMIUM DEPOT_TOOLS" | 105 .SH "CHROMIUM DEPOT_TOOLS" |
| 106 .sp | 106 .sp |
| 107 Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
st with the development of chromium and related projects\&. Download the tools f
rom \m[blue]\fBhere\fR\m[]\&\s-2\u[1]\d\s+2\&. | 107 Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi
st with the development of chromium and related projects\&. Download the tools f
rom \m[blue]\fBhere\fR\m[]\&\s-2\u[1]\d\s+2\&. |
| 108 .SH "NOTES" | 108 .SH "NOTES" |
| 109 .IP " 1." 4 | 109 .IP " 1." 4 |
| 110 here | 110 here |
| 111 .RS 4 | 111 .RS 4 |
| 112 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git | 112 \%https://chromium.googlesource.com/chromium/tools/depot_tools |
| 113 .RE | 113 .RE |
| OLD | NEW |