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
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
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.
_
...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
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
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