Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
get_ref_dir(): change signature
[gitweb.git]
/
Documentation
/
git-cherry-pick.txt
diff --git
a/Documentation/git-cherry-pick.txt
b/Documentation/git-cherry-pick.txt
index 2660a842fc2ac76660963bc65c95ca47cb0e97cb..fed5097e00b4a031c2992ac3d421f6df975e6152 100644
(file)
--- a/
Documentation/git-cherry-pick.txt
+++ b/
Documentation/git-cherry-pick.txt
@@
-9,8
+9,9
@@
SYNOPSIS
--------
[verse]
'git cherry-pick' [--edit] [-n] [-m parent-number] [-s] [-x] [--ff] <commit>...
-'git cherry-pick' --reset
'git cherry-pick' --continue
+'git cherry-pick' --quit
+'git cherry-pick' --abort
DESCRIPTION
-----------