builtin-am: support automatic notes copying
commit88b291fe9db645366853fc759d497342c130fd35
authorPaul Tan <pyokagan@gmail.com>
Tue, 4 Aug 2015 13:51:55 +0000 (4 21:51 +0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Aug 2015 05:02:11 +0000 (4 22:02 -0700)
tree5ce2f5bfdc3a6bb89062389f27ed665b24d913a1
parent13b97ea5f0bec8f529e8b819a24502023bfbacba
builtin-am: support automatic notes copying

Since eb2151b (rebase: support automatic notes copying, 2010-03-12),
git-am.sh supported automatic notes copying in --rebasing mode by
invoking "git notes copy" once it has finished applying all the patches.

Re-implement this feature in builtin/am.c.

Signed-off-by: Paul Tan <pyokagan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/am.c