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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « man/html/git-drover.html ('k') | man/src/_git-drover_desc.helper.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 '\" t
2 .\" Title: git-drover
3 .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
4 .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5 .\" Date: 08/20/2014
6 .\" Manual: Chromium depot_tools Manual
7 .\" Source: depot_tools b2c2b1c
8 .\" Language: English
9 .\"
10 .TH "GIT\-DROVER" "1" "08/20/2014" "depot_tools b2c2b1c" "Chromium depot_tools M anual"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 git-drover \- Apply a commit from the trunk to a release branch, or from one rel ease branch to another\&.
32 .SH "SYNOPSIS"
33 .sp
34 .nf
35 \fIgit drover\fR
36 .fi
37 .sp
38 .SH "DESCRIPTION"
39 .sp
40 git drover is NOT IMPLEMENTED yet\&. See the EXAMPLE section for the equivalent sequence of commands to run\&.
41 .SH "EXAMPLE"
42 .sp
43 Before working with branches, you must \*(Aqgclient sync \-\-with_branch_heads\* (Aq at least once to fetch the branches\&.
44 .sp
45 .if n \{\
46 .RS 4
47 .\}
48 .nf
49 \fB$ git log \-n 1 \-\-pretty=fuller\fR
50 commit d4bdf220b1b8d616ae71ab2d539f106f167c03e1
51 Author: some\&.committer <some\&.committer@chromium\&.org>
52 AuthorDate: Thu Apr 10 08:54:46 2014 +0000
53 Commit: some\&.committer <some\&.committer@chromium\&.org>
54 CommitDate: Thu Apr 10 08:54:46 2014 +0000
55
56 This change needs to go to branch 9999
57 \fB$ git checkout \-b drover_9999 branch\-heads/9999\fR
58 Branch drover_9999 set up to track remote ref refs/branch\-heads/9999\&.
59 # DO NOT leave off the \*(Aq\-x\*(Aq flag
60 \fB$ git cherry\-pick \-x d4bdf220b1b8d616ae71ab2d539f106f167c03e1\fR
61 [drover_9999 6356f5a] This change needs to go to branch 9999
62 Author: some\&.committer <some\&.committer@chromium\&.org>
63 Date: Thu Apr 10 08:54:46 2014 +0000
64 1 file changed, 1 insertion(+)
65 create mode 100644 modified_file
66 \fB$ git log \-n 1 \-\-pretty=fuller\fR
67 commit 6356f5a94785197320d59639e794b83783094329
68 Author: some\&.committer <some\&.committer@chromium\&.org>
69 AuthorDate: Thu Apr 10 08:54:46 2014 +0000
70 Commit: branch\&.maintainer <branch\&.maintainer@chromium\&.org>
71 CommitDate: Thu Apr 10 09:11:36 2014 +0000
72
73 This change needs to go to branch 9999
74
75 (cherry picked from commit d4bdf220b1b8d616ae71ab2d539f106f167c03e1)
76 \fB$ git cl upload\fR
77 # Get LGTM or TBR\&.
78 \fB$ git cl land\fR
79 .fi
80 .if n \{\
81 .RE
82 .\}
83 .sp
84 .SH "SEE ALSO"
85 .sp
86 \fBgit-cherry-pick\fR(1)
87 .SH "CHROMIUM DEPOT_TOOLS"
88 .sp
89 Part of the chromium \fBdepot_tools\fR(7) suite\&. These tools are meant to assi st with the development of chromium and related projects\&. Download the tools f rom \m[blue]\fBhere\fR\m[]\&\s-2\u[1]\d\s+2\&.
90 .SH "NOTES"
91 .IP " 1." 4
92 here
93 .RS 4
94 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
95 .RE
OLDNEW
« no previous file with comments | « man/html/git-drover.html ('k') | man/src/_git-drover_desc.helper.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698