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

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
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 90f4e10
8 .\" Language: English
9 .\"
10 .TH "GIT\-DROVER" "1" "08/20/2014" "depot_tools 90f4e10" "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 4b7d957c1946b4041ee4f956e5e07ca8042a9043
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 \fB$ git cherry\-pick \-x 4b7d957c1946b4041ee4f956e5e07ca8042a9043\fR
60 [drover_9999 fee8df3] This change needs to go to branch 9999
61 Author: some\&.committer <some\&.committer@chromium\&.org>
62 Date: Thu Apr 10 08:54:46 2014 +0000
63 1 file changed, 1 insertion(+)
64 create mode 100644 modified_file
65 \fB$ git log \-n 1 \-\-pretty=fuller\fR
66 commit fee8df353825a61bea7d22e3328f3cb5a3c3b6bc
67 Author: some\&.committer <some\&.committer@chromium\&.org>
68 AuthorDate: Thu Apr 10 08:54:46 2014 +0000
69 Commit: branch\&.maintainer <branch\&.maintainer@chromium\&.org>
70 CommitDate: Thu Apr 10 09:11:36 2014 +0000
71
72 This change needs to go to branch 9999
73
74 (cherry picked from commit 4b7d957c1946b4041ee4f956e5e07ca8042a9043)
75 \fB$ git cl upload\fR
76 # Get LGTM or TBR\&.
77 \fB$ git cl land\fR
78 .fi
79 .if n \{\
80 .RE
81 .\}
82 .sp
83 .SH "SEE ALSO"
84 .sp
85 \fBgit-cherry-pick\fR(1)
86 .SH "CHROMIUM DEPOT_TOOLS"
87 .sp
88 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\&.
89 .SH "NOTES"
90 .IP " 1." 4
91 here
92 .RS 4
93 \%https://chromium.googlesource.com/chromium/tools/depot_tools.git
94 .RE
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698