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: 04/10/2014 | 5 .\" Date: 04/10/2014 |
6 .\" Manual: Chromium depot_tools Manual | 6 .\" Manual: Chromium depot_tools Manual |
7 .\" Source: depot_tools 68b1017 | 7 .\" Source: depot_tools 68b1017 |
8 .\" Language: English | 8 .\" Language: English |
9 .\" | 9 .\" |
10 .TH "GIT\-FREEZE" "1" "04/10/2014" "depot_tools 68b1017" "Chromium depot_tools M
anual" | 10 .TH "GIT\-FREEZE" "1" "04/10/2014" "depot_tools 68b1017" "Chromium depot_tools M
anual" |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 \fB$ git status \-\-short\fR | 51 \fB$ git status \-\-short\fR |
52 A added_file | 52 A added_file |
53 AM added_file_with_unstaged_changes | 53 AM added_file_with_unstaged_changes |
54 D deleted_file | 54 D deleted_file |
55 M modified_file | 55 M modified_file |
56 D unstaged_deleted_file | 56 D unstaged_deleted_file |
57 ?? unadded_file | 57 ?? unadded_file |
58 \fB$ git freeze\fR | 58 \fB$ git freeze\fR |
59 \fB$ git status \-\-short\fR | 59 \fB$ git status \-\-short\fR |
60 \fB$ git log \-n 2 \-\-stat\fR | 60 \fB$ git log \-n 2 \-\-stat\fR |
61 commit bed4472f2ad34bebabd7cf79f3155ebc6d86707d | 61 commit 85b90eda860a6f62d95efdb29a09ebe2bace018d |
62 Author: local <local@chromium\&.org> | 62 Author: local <local@chromium\&.org> |
63 Date: Thu Apr 10 08:54:56 2014 +0000 | 63 Date: Thu Apr 10 08:54:56 2014 +0000 |
64 | 64 |
65 FREEZE\&.unindexed | 65 FREEZE\&.unindexed |
66 | 66 |
67 added_file_with_unstaged_changes | 1 + | 67 added_file_with_unstaged_changes | 1 + |
68 modified_file | 1 + | 68 modified_file | 1 + |
69 unadded_file | 0 | 69 unadded_file | 0 |
70 unstaged_deleted_file | 1 \- | 70 unstaged_deleted_file | 1 \- |
71 4 files changed, 2 insertions(+), 1 deletion(\-) | 71 4 files changed, 2 insertions(+), 1 deletion(\-) |
72 | 72 |
73 commit cde1eb5500ede60053ae47b3fb1231e9e62be793 | 73 commit 4d4db1b3bfbb42b0c9c87326bd522cc9d6946911 |
74 Author: local <local@chromium\&.org> | 74 Author: local <local@chromium\&.org> |
75 Date: Thu Apr 10 08:54:56 2014 +0000 | 75 Date: Thu Apr 10 08:54:56 2014 +0000 |
76 | 76 |
77 FREEZE\&.indexed | 77 FREEZE\&.indexed |
78 | 78 |
79 added_file | 1 + | 79 added_file | 1 + |
80 added_file_with_unstaged_changes | 1 + | 80 added_file_with_unstaged_changes | 1 + |
81 deleted_file | 1 \- | 81 deleted_file | 1 \- |
82 3 files changed, 2 insertions(+), 1 deletion(\-) | 82 3 files changed, 2 insertions(+), 1 deletion(\-) |
83 \fB$ git thaw\fR | 83 \fB$ git thaw\fR |
(...skipping 14 matching lines...) Expand all Loading... |
98 \fBgit-thaw\fR(1) | 98 \fBgit-thaw\fR(1) |
99 .SH "CHROMIUM DEPOT_TOOLS" | 99 .SH "CHROMIUM DEPOT_TOOLS" |
100 .sp | 100 .sp |
101 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\&. | 101 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\&. |
102 .SH "NOTES" | 102 .SH "NOTES" |
103 .IP " 1." 4 | 103 .IP " 1." 4 |
104 here | 104 here |
105 .RS 4 | 105 .RS 4 |
106 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git | 106 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git |
107 .RE | 107 .RE |
OLD | NEW |