Re: [PATCH 2/7] contrib/subtree: Use %B for Split Subject/Body

2013-01-22 Thread greened
Junio C Hamano writes: > gree...@obbligato.org writes: > >> Are you incorporating the other patches? Should I drop them >> from my list? > > I actually was planning to accept patches to this subdirectory only > through you, hopefully as messages that forward others' changes with > your Acked-by:

Re: [PATCH 2/7] contrib/subtree: Use %B for Split Subject/Body

2013-01-16 Thread Junio C Hamano
gree...@obbligato.org writes: > Are you incorporating the other patches? Should I drop them > from my list? I actually was planning to accept patches to this subdirectory only through you, hopefully as messages that forward others' changes with your Acked-by: tagline. That frees me from having

Re: [PATCH 2/7] contrib/subtree: Use %B for Split Subject/Body

2013-01-15 Thread greened
Junio C Hamano writes: > David, how would you like to handle a reroll of this piece? I'll just get the test fix from Techlive Zheng, apply it to my branch and re-send. Are you incorporating the other patches? Should I drop them from my list? -David -- To unsubscribe fr

Re: [PATCH 2/7] contrib/subtree: Use %B for Split Subject/Body

2013-01-15 Thread greened
Junio C Hamano writes: > "David A. Greene" writes: > >> From: Techlive Zheng >> >> Use %B to format the commit message and body to avoid an extra newline >> if a commit only has a subject line. >> >> Signed-off-by: Techlive Zheng >> >> Signed-off-by: David A. Greene >> --- > > This time (only

Re: [PATCH 2/7] contrib/subtree: Use %B for Split Subject/Body

2013-01-08 Thread Junio C Hamano
"郑文辉(Techlive Zheng)" writes: >> +test_expect_success 'check hash of split' ' >> +spl1=$(git subtree split --prefix subdir) && >> +undo && >> +git subtree split --prefix subdir --branch splitbr1test && >> +check_equal ''"$(git rev-parse splitbr1test)"'' "$spl1" >>

Re: [PATCH 2/7] contrib/subtree: Use %B for Split Subject/Body

2013-01-08 Thread Techlive Zheng
2013/1/8 David A. Greene : > From: Techlive Zheng > > Use %B to format the commit message and body to avoid an extra newline > if a commit only has a subject line. > > Signed-off-by: Techlive Zheng > > Signed-off-by: David A. Greene > --- > contrib/subtree/git-subtree.sh |6 +- > co

Re: [PATCH 2/7] contrib/subtree: Use %B for Split Subject/Body

2013-01-08 Thread Junio C Hamano
"David A. Greene" writes: > From: Techlive Zheng > > Use %B to format the commit message and body to avoid an extra newline > if a commit only has a subject line. > > Signed-off-by: Techlive Zheng > > Signed-off-by: David A. Greene > --- This time (only), I'll try to fix them up at my end, bu

[PATCH 2/7] contrib/subtree: Use %B for Split Subject/Body

2013-01-08 Thread David A. Greene
From: Techlive Zheng Use %B to format the commit message and body to avoid an extra newline if a commit only has a subject line. Signed-off-by: Techlive Zheng Signed-off-by: David A. Greene --- contrib/subtree/git-subtree.sh |6 +- contrib/subtree/t/t7900-subtree.sh | 15 ++