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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « man/man1/git-drover.1 ('k') | man/src/git-drover.demo.1.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: man/man7/depot_tools.7
diff --git a/man/man7/depot_tools.7 b/man/man7/depot_tools.7
index d09a06d1fc43f2a6a6bab5f8c946eae324f83ad2..d37d90e8874f72f0cac7f232c48a04bafbe1fcdb 100644
--- a/man/man7/depot_tools.7
+++ b/man/man7/depot_tools.7
@@ -1,13 +1,13 @@
'\" t
.\" Title: depot_tools
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\" Date: 04/10/2014
+.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
+.\" Date: 08/25/2014
.\" Manual: Chromium depot_tools Manual
-.\" Source: depot_tools 68b1017
+.\" Source: depot_tools 19f1c45
.\" Language: English
.\"
-.TH "DEPOT_TOOLS" "7" "04/10/2014" "depot_tools 68b1017" "Chromium depot_tools Manual"
+.TH "DEPOT_TOOLS" "7" "08/25/2014" "depot_tools 19f1c45" "Chromium depot_tools Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -42,6 +42,16 @@ A listing of both categories of tools follows\&.
.sp
A tutorial for these tools can be found at \fBdepot_tools_tutorial\fR(7)\&.
.PP
+\fBgit-cherry-pick-upload\fR(1)
+.RS 4
+Upload the diff between a revision and its parent to rietveld\&.
+.RE
+.PP
+\fBgit-drover\fR(1)
+.RS 4
+Apply a commit from the trunk to a release branch, or from one release branch to another\&.
+.RE
+.PP
\fBgit-freeze\fR(1)
.RS 4
Freeze all changes on a branch (indexed and unindexed)\&.
@@ -92,6 +102,11 @@ Rename a branch and correctly preserve all downstream relationships\&.
Alter the parentage (upstream) for the current branch\&.
.RE
.PP
+\fBgit-retry\fR(1)
+.RS 4
+Bootstrap function to retry a git command\&.
+.RE
+.PP
\fBgit-squash-branch\fR(1)
.RS 4
Takes all commits in a single branch and replaces them with a single commit\&.
« 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