Re: [PATCH v3 00/11] unify appending of sob

2013-01-31 Thread Brandon Casey
On Wed, Jan 30, 2013 at 9:37 AM, Junio C Hamano gits...@pobox.com wrote:
 Junio C Hamano gits...@pobox.com writes:

 Jonathan Nieder jrnie...@gmail.com writes:

 Brandon Casey wrote:

 Round 3.

 Thanks for a pleasant read.  My only remaining observations are
 cosmetic, except for a portability question in Duy's test script, a
 small behavior change when the commit message ends with an
 RFC2822-style header with no trailing newline and the possibility of
 tightening the pattern in sequencer.c to match the strictness of
 format-patch (which could easily wait for a later patch).

 Thanks for a quick review.  I agree that this series is getting very
 close with your help.

 Unless Brandon and/or Jonathan wants to have another chance to
 excise warts from the recorded history by rerolling the entire
 series one more time, I think what we have queued is in a good
 enough shape to merge to 'next' and any further improvement and fix
 can be done incrementally.

 OK?  Or stop, I want to reroll?

 I'll wait for a day or two.

Let's hold off so I can do another round.  I worked on this last night
and was able to simplify some things nicely.  I'll try to finish up
tonight and resubmit.

-Brandon
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v3 00/11] unify appending of sob

2013-01-30 Thread Junio C Hamano
Junio C Hamano gits...@pobox.com writes:

 Jonathan Nieder jrnie...@gmail.com writes:

 Brandon Casey wrote:

 Round 3.

 Thanks for a pleasant read.  My only remaining observations are
 cosmetic, except for a portability question in Duy's test script, a
 small behavior change when the commit message ends with an
 RFC2822-style header with no trailing newline and the possibility of
 tightening the pattern in sequencer.c to match the strictness of
 format-patch (which could easily wait for a later patch).

 Thanks for a quick review.  I agree that this series is getting very
 close with your help.

Unless Brandon and/or Jonathan wants to have another chance to
excise warts from the recorded history by rerolling the entire
series one more time, I think what we have queued is in a good
enough shape to merge to 'next' and any further improvement and fix
can be done incrementally.

OK?  Or stop, I want to reroll?

I'll wait for a day or two.
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH v3 00/11] unify appending of sob

2013-01-27 Thread Brandon Casey
Round 3.

-Brandon

Brandon Casey (9):
  sequencer.c: rework search for start of footer to improve clarity
  commit, cherry-pick -s: remove broken support for multiline rfc2822
fields
  t/test-lib-functions.sh: allow to specify the tag name to test_commit
  t/t3511: add some tests of 'cherry-pick -s' functionality
  sequencer.c: recognize (cherry picked from ... as part of s-o-b
footer
  sequencer.c: always separate (cherry picked from from commit body
  sequencer.c: teach append_signoff how to detect duplicate s-o-b
  sequencer.c: teach append_signoff to avoid adding a duplicate newline
  Unify appending signoff in format-patch, commit and sequencer

Nguyễn Thái Ngọc Duy (2):
  t4014: more tests about appending s-o-b lines
  format-patch: update append_signoff prototype

 builtin/commit.c |   2 +-
 builtin/log.c|  13 +--
 log-tree.c   |  92 ++---
 revision.h   |   2 +-
 sequencer.c  | 150 ++-
 sequencer.h  |   4 +-
 t/t3511-cherry-pick-x.sh | 219 +++
 t/t4014-format-patch.sh  | 263 +++
 t/test-lib-functions.sh  |   8 +-
 9 files changed, 600 insertions(+), 153 deletions(-)
 create mode 100755 t/t3511-cherry-pick-x.sh

-- 
1.8.1.1.450.g0327af3

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v3 00/11] unify appending of sob

2013-01-27 Thread Jonathan Nieder
Brandon Casey wrote:

 Round 3.

Thanks for a pleasant read.  My only remaining observations are
cosmetic, except for a portability question in Duy's test script, a
small behavior change when the commit message ends with an
RFC2822-style header with no trailing newline and the possibility of
tightening the pattern in sequencer.c to match the strictness of
format-patch (which could easily wait for a later patch).

Jonathan
--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH v3 00/11] unify appending of sob

2013-01-27 Thread Junio C Hamano
Jonathan Nieder jrnie...@gmail.com writes:

 Brandon Casey wrote:

 Round 3.

 Thanks for a pleasant read.  My only remaining observations are
 cosmetic, except for a portability question in Duy's test script, a
 small behavior change when the commit message ends with an
 RFC2822-style header with no trailing newline and the possibility of
 tightening the pattern in sequencer.c to match the strictness of
 format-patch (which could easily wait for a later patch).

 Jonathan

Thanks for a quick review.  I agree that this series is getting very
close with your help.

--
To unsubscribe from this list: send the line unsubscribe git in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html