<html><head></head><body>I like this patch, but we'll want to let people know about it and give a quick intro on howe to use it.<br>
<br>
Thanks<br>
-Ben <br><br><div class="gmail_quote">Maciej Blizinski <maciej@opencsw.org> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div style="white-space: pre-wrap; word-wrap:break-word; ">This allows to create a series of patches from a single editing session.
---
 gar/v2/<a href="http://gar.mk">gar.mk</a> |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
 diff --git a/gar/v2/<a href="http://gar.mk">gar.mk</a> b/gar/v2/<a href="http://gar.mk">gar.mk</a> index 26ab578..c9cca43 100644
--- a/gar/v2/<a href="http://gar.mk">gar.mk</a>
+++ b/gar/v2/<a href="http://gar.mk">gar.mk</a>
@@ -490,7 +490,7 @@ makepatch-modulated: $(FILEDIR)
        @( if [ -d "$(WORKSRC)/.git" ]; then \
                echo " ==> Makepatch: Looking for changes in modulation $(MODULATION)"; \
                cd $(WORKSRC); \
-               git add -u; \
+               git add -u -p; \
                git diff --cached --quiet; \
                if test $$? -eq 0; then \
                        echo "No changes."; \
-- 
<a href="http://1.7.3.2">1.7.3.2</a>


</div></blockquote></div></body></html>