| OLD | NEW |
| 1 '\" t | 1 '\" t |
| 2 .\" Title: git-map | 2 .\" Title: git-map |
| 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: 04/10/2014 | 5 .\" Date: 07/21/2016 |
| 6 .\" Manual: Chromium depot_tools Manual | 6 .\" Manual: Chromium depot_tools Manual |
| 7 .\" Source: depot_tools 68b1017 | 7 .\" Source: depot_tools bf2a341 |
| 8 .\" Language: English | 8 .\" Language: English |
| 9 .\" | 9 .\" |
| 10 .TH "GIT\-MAP" "1" "04/10/2014" "depot_tools 68b1017" "Chromium depot_tools Manu
al" | 10 .TH "GIT\-MAP" "1" "07/21/2016" "depot_tools bf2a341" "Chromium depot_tools Manu
al" |
| 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 Each value of the \fIdepot\-tools\&.map\-extra\fR config variable is applied as
an additional argument to git log during the execution of git map\&. If you wish
to configure this, use git config \-\-add depot\-tools\&.map\-extra <value> to
do so\&. | 131 Each value of the \fIdepot\-tools\&.map\-extra\fR config variable is applied as
an additional argument to git log during the execution of git map\&. If you wish
to configure this, use git config \-\-add depot\-tools\&.map\-extra <value> to
do so\&. |
| 132 .SH "EXAMPLE" | 132 .SH "EXAMPLE" |
| 133 .sp | 133 .sp |
| 134 Running \fIgit map\fR would result in an output something like: | 134 Running \fIgit map\fR would result in an output something like: |
| 135 .sp | 135 .sp |
| 136 .if n \{\ | 136 .if n \{\ |
| 137 .RS 4 | 137 .RS 4 |
| 138 .\} | 138 .\} |
| 139 .nf | 139 .nf |
| 140 \fB$ git map\fR | 140 \fB$ git map\fR |
| 141 \fB* d0fb9c7» \fR (\fBfrozen_branch\fR) 2014\-04\-10 ~ FREEZE\&.unindexed | 141 * \fBd0fb9c7» \fR (HEAD \-> frozen_branch) 2014\-04\-10 ~ FREEZE\&.unindexed |
| 142 * \fBf48f415 \fR 2014\-04\-10 ~ modfile | 142 * \fBf48f415 \fR 2014\-04\-10 ~ modfile |
| 143 * \fB4c5b9c0 \fR 2014\-04\-10 ~ a deleted file | 143 * \fB4c5b9c0 \fR 2014\-04\-10 ~ a deleted file |
| 144 * \fBf7ce1e4 \fR (\fBfixit\fR) 2014\-04\-10 ~ Add neat feature\fB <(frozen
_branch)\fR | 144 * \fBf7ce1e4 \fR (\fBfixit\fR) 2014\-04\-10 ~ Add neat feature\fB <(frozen
_branch)\fR |
| 145 * \fB3726937 \fR 2014\-04\-10 ~ Epic README update | 145 * \fB3726937 \fR 2014\-04\-10 ~ Epic README update |
| 146 | * \fB14db2e5 \fR (\fBcool_feature\fR) 2014\-04\-10 ~ Respond to CL comments | 146 | * \fB14db2e5 \fR (\fBcool_feature\fR) 2014\-04\-10 ~ Respond to CL comments |
| 147 | | * \fBee3f972 \fR (\fBsubfeature\fR) 2014\-04\-10 ~ integrate with Coo
lService | 147 | | * \fBee3f972 \fR (\fBsubfeature\fR) 2014\-04\-10 ~ integrate with Coo
lService |
| 148 | | * \fB4f9f508 \fR 2014\-04\-10 ~ slick commenting action | 148 | | * \fB4f9f508 \fR 2014\-04\-10 ~ slick commenting action |
| 149 | |/ | 149 | |/ |
| 150 | * \fB7d84f85 \fR 2014\-04\-10 ~ another improvement\fB <(subfeature)\fR | 150 | * \fB7d84f85 \fR 2014\-04\-10 ~ another improvement\fB <(subfeature)\fR |
| 151 | * \fB27abea4 \fR (\fBspleen_tag\fR) 2014\-04\-10 ~ Refactor spleen | 151 | * \fB27abea4 \fR (\fBspleen_tag\fR) 2014\-04\-10 ~ Refactor spleen |
| (...skipping 16 matching lines...) Expand all Loading... |
| 168 .SH "SEE ALSO" | 168 .SH "SEE ALSO" |
| 169 .sp | 169 .sp |
| 170 \fBgit-map-branches\fR(1) | 170 \fBgit-map-branches\fR(1) |
| 171 .SH "CHROMIUM DEPOT_TOOLS" | 171 .SH "CHROMIUM DEPOT_TOOLS" |
| 172 .sp | 172 .sp |
| 173 Part of the chromium \fBdepot_tools\fR(7) 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\&. | 173 Part of the chromium \fBdepot_tools\fR(7) 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\&. |
| 174 .SH "NOTES" | 174 .SH "NOTES" |
| 175 .IP " 1." 4 | 175 .IP " 1." 4 |
| 176 here | 176 here |
| 177 .RS 4 | 177 .RS 4 |
| 178 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git | 178 \%https://chromium.googlesource.com/chromium/tools/depot_tools |
| 179 .RE | 179 .RE |
| OLD | NEW |