Merge branch 'cc/cherry-pick-series' into next
commit26c504f003fb3714667690071580e8303d68fd59
authorJunio C Hamano <gitster@pobox.com>
Fri, 18 Jun 2010 16:32:22 +0000 (18 09:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 18 Jun 2010 16:32:22 +0000 (18 09:32 -0700)
treed0c390b5027209a4b92fe7888abb030290c9223b
parent183c13e7e846fd5334ecde2d8dbd912c58eda294
parent86c7bb47c76948bd1240a0db5b8dd88cf9db855d
Merge branch 'cc/cherry-pick-series' into next

* cc/cherry-pick-series:
  Documentation/revert: describe passing more than one commit
  Documentation/cherry-pick: describe passing more than one commit
  revert: add tests to check cherry-picking many commits
  revert: allow cherry-picking more than one commit
  revert: change help_msg() to take no argument
  revert: refactor code into a do_pick_commit() function
  revert: use run_command_v_opt() instead of execv_git_cmd()
  revert: cleanup code for -x option