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

Unified 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, 5 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
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: man/src/git-cherry-pick-upload.txt
diff --git a/man/src/git-cherry-pick-upload.txt b/man/src/git-cherry-pick-upload.txt
new file mode 100644
index 0000000000000000000000000000000000000000..88f9b6f7c8c97f043f1bba903b4752866eda8a9b
--- /dev/null
+++ b/man/src/git-cherry-pick-upload.txt
@@ -0,0 +1,35 @@
+git-cherry-pick-upload(1)
+=============
+
+NAME
+----
+git-cherry-pick-upload -
+include::_git-cherry-pick-upload_desc.helper.txt[]
+
+SYNOPSIS
+--------
+[verse]
+'git cherry-pick-upload' --branch <remote_branch_name> <commit_hash>
+
+DESCRIPTION
+-----------
+
+`git cherry-pick-upload` is used to upload a cherry pick to rietveld. It uses
+your view of the remote to generate the diff between a revision and its parent,
+and then uploads that diff to rietveld.
+
+The commit message is annotated with "(cherry picked from commit [parent sha1])"
+as if it were generated by `git cherry-pick -x`.
+
+EXAMPLE
+-------
+demo:1[]
+
+SEE ALSO
+--------
+linkgit:git-cherry-pick[1]
+linkgit:git-cl-upload[1]
+
+include::_footer.txt[]
+
+// vim: ft=asciidoc:
« 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