Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(977)

Side by Side Diff: man/man7/depot_tools.7

Issue 507513002: Add some more context to git-drover tutorial. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « man/man1/git-drover.1 ('k') | man/src/git-drover.demo.1.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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.76.1 <http://docbook.sf.net/>
5 .\" Date: 04/10/2014 5 .\" Date: 08/25/2014
6 .\" Manual: Chromium depot_tools Manual 6 .\" Manual: Chromium depot_tools Manual
7 .\" Source: depot_tools 68b1017 7 .\" Source: depot_tools 19f1c45
8 .\" Language: English 8 .\" Language: English
9 .\" 9 .\"
10 .TH "DEPOT_TOOLS" "7" "04/10/2014" "depot_tools 68b1017" "Chromium depot_tools M anual" 10 .TH "DEPOT_TOOLS" "7" "08/25/2014" "depot_tools 19f1c45" "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 14 matching lines...) Expand all
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 42 .sp
43 A tutorial for these tools can be found at \fBdepot_tools_tutorial\fR(7)\&. 43 A tutorial for these tools can be found at \fBdepot_tools_tutorial\fR(7)\&.
44 .PP 44 .PP
45 \fBgit-cherry-pick-upload\fR(1)
46 .RS 4
47 Upload the diff between a revision and its parent to rietveld\&.
48 .RE
49 .PP
50 \fBgit-drover\fR(1)
51 .RS 4
52 Apply a commit from the trunk to a release branch, or from one release branch to another\&.
53 .RE
54 .PP
45 \fBgit-freeze\fR(1) 55 \fBgit-freeze\fR(1)
46 .RS 4 56 .RS 4
47 Freeze all changes on a branch (indexed and unindexed)\&. 57 Freeze all changes on a branch (indexed and unindexed)\&.
48 .RE 58 .RE
49 .PP 59 .PP
50 \fBgit-map-branches\fR(1) 60 \fBgit-map-branches\fR(1)
51 .RS 4 61 .RS 4
52 Helper script to display all local git branches with \(oqupstream\(cq hierarchy in colorized terminal format\&. 62 Helper script to display all local git branches with \(oqupstream\(cq hierarchy in colorized terminal format\&.
53 .RE 63 .RE
54 .PP 64 .PP
(...skipping 30 matching lines...) Expand all
85 \fBgit-rename-branch\fR(1) 95 \fBgit-rename-branch\fR(1)
86 .RS 4 96 .RS 4
87 Rename a branch and correctly preserve all downstream relationships\&. 97 Rename a branch and correctly preserve all downstream relationships\&.
88 .RE 98 .RE
89 .PP 99 .PP
90 \fBgit-reparent-branch\fR(1) 100 \fBgit-reparent-branch\fR(1)
91 .RS 4 101 .RS 4
92 Alter the parentage (upstream) for the current branch\&. 102 Alter the parentage (upstream) for the current branch\&.
93 .RE 103 .RE
94 .PP 104 .PP
105 \fBgit-retry\fR(1)
106 .RS 4
107 Bootstrap function to retry a git command\&.
108 .RE
109 .PP
95 \fBgit-squash-branch\fR(1) 110 \fBgit-squash-branch\fR(1)
96 .RS 4 111 .RS 4
97 Takes all commits in a single branch and replaces them with a single commit\&. 112 Takes all commits in a single branch and replaces them with a single commit\&.
98 .RE 113 .RE
99 .PP 114 .PP
100 \fBgit-thaw\fR(1) 115 \fBgit-thaw\fR(1)
101 .RS 4 116 .RS 4
102 Un\-freeze all changes on a frozen branch\&. 117 Un\-freeze all changes on a frozen branch\&.
103 .RE 118 .RE
104 .PP 119 .PP
105 \fBgit-upstream-diff\fR(1) 120 \fBgit-upstream-diff\fR(1)
106 .RS 4 121 .RS 4
107 Print a diff of the current branch, compared to its upstream\&. 122 Print a diff of the current branch, compared to its upstream\&.
108 .RE 123 .RE
109 .SH "NOTES" 124 .SH "NOTES"
110 .IP " 1." 4 125 .IP " 1." 4
111 here 126 here
112 .RS 4 127 .RS 4
113 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git 128 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
114 .RE 129 .RE
OLDNEW
« no previous file with comments | « man/man1/git-drover.1 ('k') | man/src/git-drover.demo.1.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698