| OLD | NEW |
| 1 '\" t | 1 '\" t |
| 2 .\" Title: git-map-branches | 2 .\" Title: git-map-branches |
| 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: 03/14/2014 | 5 .\" Date: 03/25/2014 |
| 6 .\" Manual: Chromium depot_tools Manual | 6 .\" Manual: Chromium depot_tools Manual |
| 7 .\" Source: depot_tools a57ed8f | 7 .\" Source: depot_tools 207bff1 |
| 8 .\" Language: English | 8 .\" Language: English |
| 9 .\" | 9 .\" |
| 10 .TH "GIT\-MAP\-BRANCHES" "1" "03/14/2014" "depot_tools a57ed8f" "Chromium depot_
tools Manual" | 10 .TH "GIT\-MAP\-BRANCHES" "1" "03/25/2014" "depot_tools 207bff1" "Chromium depot_
tools Manual" |
| 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 frozen_changes * | 141 frozen_changes * |
| 142 master | 142 master |
| 143 {NO UPSTREAM} | 143 {NO UPSTREAM} |
| 144 bogus_noparent | 144 bogus_noparent |
| 145 duplicate_cool_feature_no_upstream | 145 duplicate_cool_feature_no_upstream |
| 146 .fi | 146 .fi |
| 147 .if n \{\ | 147 .if n \{\ |
| 148 .RE | 148 .RE |
| 149 .\} | 149 .\} |
| 150 .sp | 150 .sp |
| 151 .SH "SUGGESTED ALIASES" |
| 152 .sp |
| 153 Some common short\-hand aliases\&. Feel free to add these to your \fI~/\&.gitcon
fig\fR file\&. |
| 154 .sp |
| 155 .if n \{\ |
| 156 .RS 4 |
| 157 .\} |
| 158 .nf |
| 159 [alias] |
| 160 git bmap = map\-branches |
| 161 .fi |
| 162 .if n \{\ |
| 163 .RE |
| 164 .\} |
| 165 .sp |
| 151 .SH "SEE ALSO" | 166 .SH "SEE ALSO" |
| 152 .sp | 167 .sp |
| 153 \fBgit-map\fR(1) | 168 \fBgit-map\fR(1) |
| 154 .SH "CHROMIUM DEPOT_TOOLS" | 169 .SH "CHROMIUM DEPOT_TOOLS" |
| 155 .sp | 170 .sp |
| 156 Part of the chromium \fBdepot_tools\fR(1) 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\&. | 171 Part of the chromium \fBdepot_tools\fR(1) 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\&. |
| 157 .SH "NOTES" | 172 .SH "NOTES" |
| 158 .IP " 1." 4 | 173 .IP " 1." 4 |
| 159 here | 174 here |
| 160 .RS 4 | 175 .RS 4 |
| 161 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git | 176 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git |
| 162 .RE | 177 .RE |
| OLD | NEW |