Merge branch 'fc/cherry-pick' into integration
authorFelipe Contreras <felipe.contreras@gmail.com>
Wed, 18 May 2016 16:55:03 +0000 (11:55 -0500)
committerFelipe Contreras <felipe.contreras@gmail.com>
Wed, 18 May 2016 16:55:03 +0000 (11:55 -0500)
commit9647d8ac3bd43ce7a41b67368af4e472484280fd
tree673d4a431fd4357e8d68546656bd8e0e471cd2dd
parentf22cea70e0a556c5e5b04a32720fe4e44ee52276
parent7993d57e9c9a62f2682de1d64f8c735b0677718e
Merge branch 'fc/cherry-pick' into integration

* 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