Merge branch 'bm/interpret-trailers-cut-line-is-eom'
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 May 2017 03:34:52 +0000 (12:34 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 May 2017 03:34:53 +0000 (12:34 +0900)
"git interpret-trailers", when used as GIT_EDITOR for "git commit
-v", looked for and appended to a trailer block at the very end,
i.e. at the end of the "diff" output. The command has been
corrected to pay attention to the cut-mark line "commit -v" adds to
the buffer---the real trailer block should appear just before it.

* bm/interpret-trailers-cut-line-is-eom:
interpret-trailers: honor the cut line

1  2 
builtin/commit.c
commit.c
wt-status.c
Simple merge
diff --cc commit.c
Simple merge
diff --cc wt-status.c
Simple merge