Merge branch 'bc/append-signed-off-by' into next
commit32f7ac29215250e910e84a111ca9a47a1af6a82e
authorJunio C Hamano <gitster@pobox.com>
Mon, 25 Feb 2013 18:32:36 +0000 (25 10:32 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 25 Feb 2013 18:32:36 +0000 (25 10:32 -0800)
treedb12f0f3589328d95b1a31dcc268e7534f76cde4
parent8249b614c4fe7b8ea3c475a3997190bc01df0c80
parent8c613fd5efa1c3bbd48845ed91c533192e699c08
Merge branch 'bc/append-signed-off-by' into next

* bc/append-signed-off-by:
  git-commit: populate the edit buffer with 2 blank lines before s-o-b
  Unify appending signoff in format-patch, commit and sequencer
  format-patch: update append_signoff prototype
  t4014: more tests about appending s-o-b lines
  sequencer.c: teach append_signoff to avoid adding a duplicate newline
  sequencer.c: teach append_signoff how to detect duplicate s-o-b
  sequencer.c: always separate "(cherry picked from" from commit body
  sequencer.c: require a conforming footer to be preceded by a blank line
  sequencer.c: recognize "(cherry picked from ..." as part of s-o-b footer
  t/t3511: add some tests of 'cherry-pick -s' functionality
  t/test-lib-functions.sh: allow to specify the tag name to test_commit
  commit, cherry-pick -s: remove broken support for multiline rfc2822 fields
  sequencer.c: rework search for start of footer to improve clarity
builtin/commit.c
builtin/log.c
log-tree.c
revision.h
sequencer.c
t/t4014-format-patch.sh
t/t7502-commit.sh
t/test-lib-functions.sh