| 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\&.
|
|
|