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

Side by Side Diff: man/src/git-cherry-pick-upload.txt

Issue 397593004: Add git cherry picking extension (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 git-cherry-pick-upload(1)
2 =============
3
4 NAME
5 ----
6 git-cherry-pick-upload -
7 include::_git-cherry-pick-upload_desc.helper.txt[]
8
9 SYNOPSIS
10 --------
11 [verse]
12 'git cherry-pick-upload' --branch <remote_branch_name> <commit_hash>
13
14 DESCRIPTION
15 -----------
16
17 `git cherry-pick-upload` is used to upload a cherry pick to rietveld. It uses
18 your view of the remote to generate the diff between a revision and its parent,
19 and then uploads that diff to rietveld.
20
21 The commit message is annotated with "(cherry picked from commit [parent sha1])"
22 as if it were generated by `git cherry-pick -x`.
23
24 EXAMPLE
25 -------
26 demo:1[]
27
28 SEE ALSO
29 --------
30 linkgit:git-cherry-pick[1]
31 linkgit:git-cl-upload[1]
32
33 include::_footer.txt[]
34
35 // vim: ft=asciidoc:
OLDNEW
« no previous file with comments | « man/src/_git-cherry-pick-upload_desc.helper.txt ('k') | man/src/git-cherry-pick-upload.demo.1.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698