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

Unified Diff: man/man1/git-drover.1

Issue 494873003: Add stub git-drover documentation. (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
Index: man/man1/git-drover.1
diff --git a/man/man1/git-drover.1 b/man/man1/git-drover.1
new file mode 100644
index 0000000000000000000000000000000000000000..284718afd6ee51d281cfa61dade2300e214f6a96
--- /dev/null
+++ b/man/man1/git-drover.1
@@ -0,0 +1,94 @@
+'\" t
+.\" Title: git-drover
+.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
+.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
+.\" Date: 08/20/2014
+.\" Manual: Chromium depot_tools Manual
+.\" Source: depot_tools 90f4e10
+.\" Language: English
+.\"
+.TH "GIT\-DROVER" "1" "08/20/2014" "depot_tools 90f4e10" "Chromium depot_tools Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+git-drover \- Apply a commit from the trunk to a release branch, or from one release branch to another\&.
+.SH "SYNOPSIS"
+.sp
+.nf
+\fIgit drover\fR
+.fi
+.sp
+.SH "DESCRIPTION"
+.sp
+git drover is NOT IMPLEMENTED yet\&. See the EXAMPLE section for the equivalent sequence of commands to run\&.
+.SH "EXAMPLE"
+.sp
+Before working with branches, you must \*(Aqgclient sync \-\-with_branch_heads\*(Aq at least once to fetch the branches\&.
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+\fB$ git log \-n 1 \-\-pretty=fuller\fR
+commit 4b7d957c1946b4041ee4f956e5e07ca8042a9043
+Author: some\&.committer <some\&.committer@chromium\&.org>
+AuthorDate: Thu Apr 10 08:54:46 2014 +0000
+Commit: some\&.committer <some\&.committer@chromium\&.org>
+CommitDate: Thu Apr 10 08:54:46 2014 +0000
+
+ This change needs to go to branch 9999
+\fB$ git checkout \-b drover_9999 branch\-heads/9999\fR
+Branch drover_9999 set up to track remote ref refs/branch\-heads/9999\&.
+\fB$ git cherry\-pick \-x 4b7d957c1946b4041ee4f956e5e07ca8042a9043\fR
+[drover_9999 fee8df3] This change needs to go to branch 9999
+ Author: some\&.committer <some\&.committer@chromium\&.org>
+ Date: Thu Apr 10 08:54:46 2014 +0000
+ 1 file changed, 1 insertion(+)
+ create mode 100644 modified_file
+\fB$ git log \-n 1 \-\-pretty=fuller\fR
+commit fee8df353825a61bea7d22e3328f3cb5a3c3b6bc
+Author: some\&.committer <some\&.committer@chromium\&.org>
+AuthorDate: Thu Apr 10 08:54:46 2014 +0000
+Commit: branch\&.maintainer <branch\&.maintainer@chromium\&.org>
+CommitDate: Thu Apr 10 09:11:36 2014 +0000
+
+ This change needs to go to branch 9999
+
+ (cherry picked from commit 4b7d957c1946b4041ee4f956e5e07ca8042a9043)
+\fB$ git cl upload\fR
+# Get LGTM or TBR\&.
+\fB$ git cl land\fR
+.fi
+.if n \{\
+.RE
+.\}
+.sp
+.SH "SEE ALSO"
+.sp
+\fBgit-cherry-pick\fR(1)
+.SH "CHROMIUM DEPOT_TOOLS"
+.sp
+Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assist with the development of chromium and related projects\&. Download the tools from \m[blue]\fBhere\fR\m[]\&\s-2\u[1]\d\s+2\&.
+.SH "NOTES"
+.IP " 1." 4
+here
+.RS 4
+\%https://chromium.googlesource.com/chromium/tools/depot_tools.git
+.RE

Powered by Google App Engine
This is Rietveld 408576698