| 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: 03/14/2014 | 5 .\" Date: 03/23/2014 |
| 6 .\" Manual: Chromium depot_tools Manual | 6 .\" Manual: Chromium depot_tools Manual |
| 7 .\" Source: depot_tools a57ed8f | 7 .\" Source: depot_tools 936565b |
| 8 .\" Language: English | 8 .\" Language: English |
| 9 .\" | 9 .\" |
| 10 .TH "DEPOT_TOOLS" "1" "03/14/2014" "depot_tools a57ed8f" "Chromium depot_tools M
anual" | 10 .TH "DEPOT_TOOLS" "1" "03/23/2014" "depot_tools 936565b" "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 27 matching lines...) Expand all Loading... |
| 48 \fBgit-map-branches\fR(1) | 48 \fBgit-map-branches\fR(1) |
| 49 .RS 4 | 49 .RS 4 |
| 50 Helper script to display all local git branches with \(oqupstream\(cq hierarchy
in colorized terminal format\&. | 50 Helper script to display all local git branches with \(oqupstream\(cq hierarchy
in colorized terminal format\&. |
| 51 .RE | 51 .RE |
| 52 .PP | 52 .PP |
| 53 \fBgit-map\fR(1) | 53 \fBgit-map\fR(1) |
| 54 .RS 4 | 54 .RS 4 |
| 55 Display history of all branches in a colorized terminal format\&. | 55 Display history of all branches in a colorized terminal format\&. |
| 56 .RE | 56 .RE |
| 57 .PP | 57 .PP |
| 58 \fBgit-mark-merge-base\fR(1) |
| 59 .RS 4 |
| 60 Manually interact with depot_tools\*(Aq merge\-base markers\&. |
| 61 .RE |
| 62 .PP |
| 58 \fBgit-nav-downstream\fR(1) | 63 \fBgit-nav-downstream\fR(1) |
| 59 .RS 4 | 64 .RS 4 |
| 60 Checkout a downstream branch of the currently checked out branch\&. | 65 Checkout a downstream branch of the currently checked out branch\&. |
| 61 .RE | 66 .RE |
| 62 .PP | 67 .PP |
| 63 \fBgit-nav-upstream\fR(1) | 68 \fBgit-nav-upstream\fR(1) |
| 64 .RS 4 | 69 .RS 4 |
| 65 Checkout the upstream branch of the currently checked out branch\&. | 70 Checkout the upstream branch of the currently checked out branch\&. |
| 66 .RE | 71 .RE |
| 67 .PP | 72 .PP |
| 73 \fBgit-new-branch\fR(1) |
| 74 .RS 4 |
| 75 Create a new branch with correct tracking information\&. |
| 76 .RE |
| 77 .PP |
| 78 \fBgit-rebase-update\fR(1) |
| 79 .RS 4 |
| 80 Updates all branches to have the latest changes from their upstreams\&. |
| 81 .RE |
| 82 .PP |
| 83 \fBgit-rename-branch\fR(1) |
| 84 .RS 4 |
| 85 Rename a branch and correctly preserve all downstream relationships\&. |
| 86 .RE |
| 87 .PP |
| 88 \fBgit-reparent-branch\fR(1) |
| 89 .RS 4 |
| 90 Alter the parentage (upstream) for the current branch\&. |
| 91 .RE |
| 92 .PP |
| 93 \fBgit-squash-branch\fR(1) |
| 94 .RS 4 |
| 95 Takes all commits in a single branch and replaces them with a single commit\&. |
| 96 .RE |
| 97 .PP |
| 68 \fBgit-thaw\fR(1) | 98 \fBgit-thaw\fR(1) |
| 69 .RS 4 | 99 .RS 4 |
| 70 Un\-freeze all changes on a frozen branch\&. | 100 Un\-freeze all changes on a frozen branch\&. |
| 71 .RE | 101 .RE |
| 102 .PP |
| 103 \fBgit-upstream-diff\fR(1) |
| 104 .RS 4 |
| 105 Print a diff of the current branch, compared to its upstream\&. |
| 106 .RE |
| 72 .SH "NOTES" | 107 .SH "NOTES" |
| 73 .IP " 1." 4 | 108 .IP " 1." 4 |
| 74 here | 109 here |
| 75 .RS 4 | 110 .RS 4 |
| 76 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git | 111 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git |
| 77 .RE | 112 .RE |
| OLD | NEW |