OLD | NEW |
1 '\" t | 1 '\" t |
2 .\" Title: depot_tools | 2 .\" Title: depot_tools |
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.76.1 <http://docbook.sf.net/> | 4 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/> |
5 .\" Date: 08/25/2014 | 5 .\" Date: 09/09/2014 |
6 .\" Manual: Chromium depot_tools Manual | 6 .\" Manual: Chromium depot_tools Manual |
7 .\" Source: depot_tools 19f1c45 | 7 .\" Source: depot_tools 40ce153 |
8 .\" Language: English | 8 .\" Language: English |
9 .\" | 9 .\" |
10 .TH "DEPOT_TOOLS" "7" "08/25/2014" "depot_tools 19f1c45" "Chromium depot_tools M
anual" | 10 .TH "DEPOT_TOOLS" "7" "09/09/2014" "depot_tools 40ce153" "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 24 matching lines...) Expand all Loading... |
45 \fBgit-cherry-pick-upload\fR(1) | 45 \fBgit-cherry-pick-upload\fR(1) |
46 .RS 4 | 46 .RS 4 |
47 Upload the diff between a revision and its parent to rietveld\&. | 47 Upload the diff between a revision and its parent to rietveld\&. |
48 .RE | 48 .RE |
49 .PP | 49 .PP |
50 \fBgit-drover\fR(1) | 50 \fBgit-drover\fR(1) |
51 .RS 4 | 51 .RS 4 |
52 Apply a commit from the trunk to a release branch, or from one release branch to
another\&. | 52 Apply a commit from the trunk to a release branch, or from one release branch to
another\&. |
53 .RE | 53 .RE |
54 .PP | 54 .PP |
| 55 \fBgit-footers\fR(1) |
| 56 .RS 4 |
| 57 Extract meta\-information expressed as footers in a commit message\&. |
| 58 .RE |
| 59 .PP |
55 \fBgit-freeze\fR(1) | 60 \fBgit-freeze\fR(1) |
56 .RS 4 | 61 .RS 4 |
57 Freeze all changes on a branch (indexed and unindexed)\&. | 62 Freeze all changes on a branch (indexed and unindexed)\&. |
58 .RE | 63 .RE |
59 .PP | 64 .PP |
60 \fBgit-map-branches\fR(1) | 65 \fBgit-map-branches\fR(1) |
61 .RS 4 | 66 .RS 4 |
62 Helper script to display all local git branches with \(oqupstream\(cq hierarchy
in colorized terminal format\&. | 67 Helper script to display all local git branches with \(oqupstream\(cq hierarchy
in colorized terminal format\&. |
63 .RE | 68 .RE |
64 .PP | 69 .PP |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 \fBgit-upstream-diff\fR(1) | 125 \fBgit-upstream-diff\fR(1) |
121 .RS 4 | 126 .RS 4 |
122 Print a diff of the current branch, compared to its upstream\&. | 127 Print a diff of the current branch, compared to its upstream\&. |
123 .RE | 128 .RE |
124 .SH "NOTES" | 129 .SH "NOTES" |
125 .IP " 1." 4 | 130 .IP " 1." 4 |
126 here | 131 here |
127 .RS 4 | 132 .RS 4 |
128 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git | 133 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git |
129 .RE | 134 .RE |
OLD | NEW |