Merge branch 'fc/cherry-pick'
authorFelipe Contreras <felipe.contreras@gmail.com>
Sat, 24 May 2014 01:55:30 +0000 (20:55 -0500)
committerFelipe Contreras <felipe.contreras@gmail.com>
Sat, 24 May 2014 01:55:30 +0000 (20:55 -0500)
commitf411d45a3ea3d767c1ba6dc1ff11673b8f4539f9
tree16c423120b975e3c2aab4a6cafd05e14be340f4c
parent2fadd70cd8112ca54ddfb43745a93d300d8bdb2c
parent8a3cb22fef6c0394b133e242a072906c43154a1f
Merge branch 'fc/cherry-pick'

* fc/cherry-pick:
  cherry-pick: copy notes and run hooks
  cherry-pick: add --action-name option
  builtin: rewrite: add copy_rewrite_notes()
  builtin: move run_rewrite_hook() to rewrite.c
  cherry-pick: don't store skipped commit
  cherry-pick: store rewritten commits
  builtin: add rewrite helper
  cherry-pick: remember rerere-autoupdate
  revert/cherry-pick: cleanup rerere info on --abort
  revert/cherry-pick: add --skip option
  revert/cherry-pick: add --quiet option
  cherry-pick: add --skip-empty option
  cherry-pick: don't barf when there's nothing to do
Documentation/config.txt
Documentation/git-cherry-pick.txt
Makefile
builtin/commit.c