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: 09/09/2014 | 5 .\" Date: 01/28/2016 |
6 .\" Manual: Chromium depot_tools Manual | 6 .\" Manual: Chromium depot_tools Manual |
7 .\" Source: depot_tools 40ce153 | 7 .\" Source: depot_tools 7143379 |
8 .\" Language: English | 8 .\" Language: English |
9 .\" | 9 .\" |
10 .TH "DEPOT_TOOLS" "7" "09/09/2014" "depot_tools 40ce153" "Chromium depot_tools M
anual" | 10 .TH "DEPOT_TOOLS" "7" "01/28/2016" "depot_tools 7143379" "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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 \fBgit-footers\fR(1) | 55 \fBgit-footers\fR(1) |
56 .RS 4 | 56 .RS 4 |
57 Extract meta\-information expressed as footers in a commit message\&. | 57 Extract meta\-information expressed as footers in a commit message\&. |
58 .RE | 58 .RE |
59 .PP | 59 .PP |
60 \fBgit-freeze\fR(1) | 60 \fBgit-freeze\fR(1) |
61 .RS 4 | 61 .RS 4 |
62 Freeze all changes on a branch (indexed and unindexed)\&. | 62 Freeze all changes on a branch (indexed and unindexed)\&. |
63 .RE | 63 .RE |
64 .PP | 64 .PP |
| 65 \fBgit-hyper-blame\fR(1) |
| 66 .RS 4 |
| 67 Like git blame, but with the ability to ignore or bypass certain commits\&. |
| 68 .RE |
| 69 .PP |
65 \fBgit-map-branches\fR(1) | 70 \fBgit-map-branches\fR(1) |
66 .RS 4 | 71 .RS 4 |
67 Helper script to display all local git branches with \(oqupstream\(cq hierarchy
in colorized terminal format\&. | 72 Helper script to display all local git branches with \(oqupstream\(cq hierarchy
in colorized terminal format\&. |
68 .RE | 73 .RE |
69 .PP | 74 .PP |
70 \fBgit-map\fR(1) | 75 \fBgit-map\fR(1) |
71 .RS 4 | 76 .RS 4 |
72 Display history of all branches in a colorized terminal format\&. | 77 Display history of all branches in a colorized terminal format\&. |
73 .RE | 78 .RE |
74 .PP | 79 .PP |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 \fBgit-upstream-diff\fR(1) | 130 \fBgit-upstream-diff\fR(1) |
126 .RS 4 | 131 .RS 4 |
127 Print a diff of the current branch, compared to its upstream\&. | 132 Print a diff of the current branch, compared to its upstream\&. |
128 .RE | 133 .RE |
129 .SH "NOTES" | 134 .SH "NOTES" |
130 .IP " 1." 4 | 135 .IP " 1." 4 |
131 here | 136 here |
132 .RS 4 | 137 .RS 4 |
133 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git | 138 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git |
134 .RE | 139 .RE |
OLD | NEW |