Merge branch 'cc/cherry-pick-series'
commit8c7da8690d2dfc84c9f827796bc730d900b5fba7
authorJunio C Hamano <gitster@pobox.com>
Tue, 22 Jun 2010 16:45:21 +0000 (22 09:45 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Jun 2010 16:45:21 +0000 (22 09:45 -0700)
treee61ba7ae6c62f649622a268f64169af0036a9ce3
parenta214afd25b7077fd4efebb90cf65d5403ce82dc0
parent86c7bb47c76948bd1240a0db5b8dd88cf9db855d
Merge branch 'cc/cherry-pick-series'

* 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