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-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."; \
-- 
1.7.3.2

_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to