| 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.78.1 <http://docbook.sf.net/> |
| 5 .\" Date: 03/26/2014 | 5 .\" Date: 04/04/2014 |
| 6 .\" Manual: Chromium depot_tools Manual | 6 .\" Manual: Chromium depot_tools Manual |
| 7 .\" Source: depot_tools 9c0c59f | 7 .\" Source: depot_tools b4ee6b0 |
| 8 .\" Language: English | 8 .\" Language: English |
| 9 .\" | 9 .\" |
| 10 .TH "DEPOT_TOOLS" "7" "03/26/2014" "depot_tools 9c0c59f" "Chromium depot_tools M
anual" | 10 .TH "DEPOT_TOOLS" "7" "04/04/2014" "depot_tools b4ee6b0" "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 11 matching lines...) Expand all Loading... |
| 32 .SH "DESCRIPTION" | 32 .SH "DESCRIPTION" |
| 33 .sp | 33 .sp |
| 34 The Chromium depot_tools suite contains many tools to assist/augment the Chromiu
m development environment\&. The tools may be downloaded from \m[blue]\fBhere\fR
\m[]\&\s-2\u[1]\d\s+2\&. | 34 The Chromium depot_tools suite contains many tools to assist/augment the Chromiu
m development environment\&. The tools may be downloaded from \m[blue]\fBhere\fR
\m[]\&\s-2\u[1]\d\s+2\&. |
| 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 |
| 43 A tutorial for these tools can be found at \fBdepot_tools_tutorial\fR(7)\&. |
| 42 .PP | 44 .PP |
| 43 \fBgit-freeze\fR(1) | 45 \fBgit-freeze\fR(1) |
| 44 .RS 4 | 46 .RS 4 |
| 45 Freeze all changes on a branch (indexed and unindexed)\&. | 47 Freeze all changes on a branch (indexed and unindexed)\&. |
| 46 .RE | 48 .RE |
| 47 .PP | 49 .PP |
| 48 \fBgit-map-branches\fR(1) | 50 \fBgit-map-branches\fR(1) |
| 49 .RS 4 | 51 .RS 4 |
| 50 Helper script to display all local git branches with \(oqupstream\(cq hierarchy
in colorized terminal format\&. | 52 Helper script to display all local git branches with \(oqupstream\(cq hierarchy
in colorized terminal format\&. |
| 51 .RE | 53 .RE |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 \fBgit-upstream-diff\fR(1) | 105 \fBgit-upstream-diff\fR(1) |
| 104 .RS 4 | 106 .RS 4 |
| 105 Print a diff of the current branch, compared to its upstream\&. | 107 Print a diff of the current branch, compared to its upstream\&. |
| 106 .RE | 108 .RE |
| 107 .SH "NOTES" | 109 .SH "NOTES" |
| 108 .IP " 1." 4 | 110 .IP " 1." 4 |
| 109 here | 111 here |
| 110 .RS 4 | 112 .RS 4 |
| 111 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git | 113 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git |
| 112 .RE | 114 .RE |
| OLD | NEW |