Merge branch 'cc/replace-graft' into next
commit9b14090315a13c818aa7b29fce22e7c48eaaa682
authorJunio C Hamano <gitster@pobox.com>
Tue, 22 Jul 2014 18:02:26 +0000 (22 11:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Jul 2014 18:02:27 +0000 (22 11:02 -0700)
tree1824335a21e4679c21d2fbebf92891f1bf483460
parent76482939ecca84ff22727a4c117fb09794efaa0e
parent3fa102590758594e3df45c58caba945894a608e5
Merge branch 'cc/replace-graft' into next

"git replace" learned a "--graft" option to rewrite parents of a
commit.

* cc/replace-graft:
  replace: add test for --graft with a mergetag
  replace: check mergetags when using --graft
  replace: add test for --graft with signed commit
  replace: remove signature when using --graft
  contrib: add convert-grafts-to-replace-refs.sh
  Documentation: replace: add --graft option
  replace: add test for --graft
  replace: add --graft option
  replace: cleanup redirection style in tests
Documentation/git-replace.txt
builtin/replace.c
commit.c
commit.h