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.78.1 <http://docbook.sf.net/> | 4 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/> |
5 .\" Date: 01/28/2016 | 5 .\" Date: 07/21/2016 |
6 .\" Manual: Chromium depot_tools Manual | 6 .\" Manual: Chromium depot_tools Manual |
7 .\" Source: depot_tools 7143379 | 7 .\" Source: depot_tools bf2a341 |
8 .\" Language: English | 8 .\" Language: English |
9 .\" | 9 .\" |
10 .TH "DEPOT_TOOLS" "7" "01/28/2016" "depot_tools 7143379" "Chromium depot_tools M
anual" | 10 .TH "DEPOT_TOOLS" "7" "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 14 matching lines...) Expand all Loading... |
35 .sp | 35 .sp |
36 There are two primary categories of tools\&. Some of these tools are \fIessentia
l\fR to the development flow, in the sense that you cannot successfully develop
Chromium without them\&. | 36 There are two primary categories of tools\&. Some of these tools are \fIessentia
l\fR to the development flow, in the sense that you cannot successfully develop
Chromium without them\&. |
37 .sp | 37 .sp |
38 Other tools are merely \fIhelper\fR tools\&. Not required, but they can substant
ially ease the develpment workflow\&. | 38 Other tools are merely \fIhelper\fR tools\&. Not required, but they can substant
ially ease the develpment workflow\&. |
39 .sp | 39 .sp |
40 A listing of both categories of tools follows\&. | 40 A listing of both categories of tools follows\&. |
41 .SH "HELPER TOOLS" | 41 .SH "HELPER TOOLS" |
42 .sp | 42 .sp |
43 A tutorial for these tools can be found at \fBdepot_tools_tutorial\fR(7)\&. | 43 A tutorial for these tools can be found at \fBdepot_tools_tutorial\fR(7)\&. |
44 .PP | 44 .PP |
| 45 \fBgit-auto-svn\fR(1) |
| 46 .RS 4 |
| 47 Automatically set up git\-svn metadata for a repo mirrored from SVN\&. |
| 48 .RE |
| 49 .PP |
45 \fBgit-cherry-pick-upload\fR(1) | 50 \fBgit-cherry-pick-upload\fR(1) |
46 .RS 4 | 51 .RS 4 |
47 Upload the diff between a revision and its parent to rietveld\&. | 52 Upload the diff between a revision and its parent to rietveld\&. |
48 .RE | 53 .RE |
49 .PP | 54 .PP |
50 \fBgit-drover\fR(1) | 55 \fBgit-drover\fR(1) |
51 .RS 4 | 56 .RS 4 |
52 Apply a commit from the trunk to a release branch, or from one release branch to
another\&. | 57 Apply a commit from the trunk to a release branch, or from one release branch to
another\&. |
53 .RE | 58 .RE |
54 .PP | 59 .PP |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 .RE | 133 .RE |
129 .PP | 134 .PP |
130 \fBgit-upstream-diff\fR(1) | 135 \fBgit-upstream-diff\fR(1) |
131 .RS 4 | 136 .RS 4 |
132 Print a diff of the current branch, compared to its upstream\&. | 137 Print a diff of the current branch, compared to its upstream\&. |
133 .RE | 138 .RE |
134 .SH "NOTES" | 139 .SH "NOTES" |
135 .IP " 1." 4 | 140 .IP " 1." 4 |
136 here | 141 here |
137 .RS 4 | 142 .RS 4 |
138 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git | 143 \%https://chromium.googlesource.com/chromium/tools/depot_tools |
139 .RE | 144 .RE |
OLD | NEW |