summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Brocard <acme@astray.com>2009-02-20 16:30:59 +0800
committerLeon Brocard <acme@astray.com>2009-02-20 16:30:59 +0800
commit2bab0636fd7890b7f252b039f74b158a58919c44 (patch)
tree432f77ba0a0f7613fedd263201747403a4485d3a
parent5c9c28c6793ca919087c2d34fbac700aa9375ff7 (diff)
downloadperl-2bab0636fd7890b7f252b039f74b158a58919c44.tar.gz
Remove the -x from the cherry pick and show how to merge the whole branch (suggested by rgs)
-rw-r--r--pod/perlrepository.pod6
1 files changed, 5 insertions, 1 deletions
diff --git a/pod/perlrepository.pod b/pod/perlrepository.pod
index 5df2596127..873657bd6b 100644
--- a/pod/perlrepository.pod
+++ b/pod/perlrepository.pod
@@ -637,7 +637,11 @@ And you can see the commits:
If you approve of a specific commit, you can cherry pick it:
- % git cherry-pick -x 3adac458cb1c1d41af47fc66e67b49c8dec2323f
+ % git cherry-pick 3adac458cb1c1d41af47fc66e67b49c8dec2323f
+
+Or you could just merge the whole branch if you like it all:
+
+ % git merge dandv/blead
And then push back to the repository: