Re: [csw-devel] [POLICY] mGAR v2: Use git add -p during makepatch

2011-02-07 Thread Maciej Bliziński
2011/2/7 Ben Walton : > Excerpts from Maciej Bliziński's message of Sun Feb 06 11:36:52 -0500 2011: > >> Yes.  There might also be a problem with use: > > This is likely due to the 'intelligent' method I used to set the > starting patch number in the call to format-patch.  It either needs a > tweak

Re: [csw-devel] [POLICY] mGAR v2: Use git add -p during makepatch

2011-02-07 Thread Ben Walton
Excerpts from Maciej Bliziński's message of Sun Feb 06 11:36:52 -0500 2011: > Yes. There might also be a problem with use: This is likely due to the 'intelligent' method I used to set the starting patch number in the call to format-patch. It either needs a tweak or a revamp to make it handle th

Re: [csw-devel] [POLICY] mGAR v2: Use git add -p during makepatch

2011-02-06 Thread Maciej Bliziński
2011/2/6 Ben Walton : > ...it does require multiple invocations of makepatch though. Yes. There might also be a problem with use: mgar makepatch result: 0001-... mgar makepatch result: 0002-... 0003-... mgar makepatch result: 0004-... 0005-... 0006-... I'll need to test it some more. _

Re: [csw-devel] [POLICY] mGAR v2: Use git add -p during makepatch

2011-02-06 Thread Ben Walton
...it does require multiple invocations of makepatch though. Maciej Blizinski wrote: This allows to create a series of patches from a single editing session. --- gar/v2/gar.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gar/v2/gar.mk b/gar/v2/gar.mk index 26ab578..c9cc

Re: [csw-devel] [POLICY] mGAR v2: Use git add -p during makepatch

2011-02-06 Thread Ben Walton
I like this patch, but we'll want to let people know about it and give a quick intro on howe to use it. Thanks -Ben Maciej Blizinski wrote: This allows to create a series of patches from a single editing session. --- gar/v2/gar.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[csw-devel] [POLICY] mGAR v2: Use git add -p during makepatch

2011-02-06 Thread Maciej Blizinski
This allows to create a series of patches from a single editing session. --- gar/v2/gar.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gar/v2/gar.mk b/gar/v2/gar.mk index 26ab578..c9cca43 100644 --- a/gar/v2/gar.mk +++ b/gar/v2/gar.mk @@ -490,7 +490,7 @@ makepatch-mod