From: Ivan Kohler Date: Tue, 6 Mar 2012 21:12:24 +0000 (-0800) Subject: uuh, seems to be working for me without -p? X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=19eb5bfe24e9748fecb06f8d428ab4eb6791e195 uuh, seems to be working for me without -p? --- diff --git a/bin/231commit b/bin/231commit index fa031b5d6..ca28ede1e 100755 --- a/bin/231commit +++ b/bin/231commit @@ -20,8 +20,8 @@ die "no files!" unless @ARGV; system join('', "( cd /home/$USER/freeside2.3/$prefix; git pull ) && ", "( cd /home/$USER/freeside2.1/$prefix; git pull ) && ", - "git diff -u @ARGV | ( cd /home/$USER/freeside2.3/$prefix; patch -p0 ) ", - " && git diff -u @ARGV | ( cd /home/$USER/freeside2.1/$prefix; patch -p0 ) ", + "git diff -u @ARGV | ( cd /home/$USER/freeside2.3/$prefix; patch ) ", + " && git diff -u @ARGV | ( cd /home/$USER/freeside2.1/$prefix; patch ) ", " && ( ( git commit -m $desc @ARGV && git push); ", "( cd /home/$USER/freeside2.3/$prefix; git commit -m $desc @ARGV && git push); ", "( cd /home/$USER/freeside2.1/$prefix; git commit -m $desc @ARGV && git push) )" diff --git a/bin/23commit b/bin/23commit index 3416925d7..b7b0c1e57 100755 --- a/bin/23commit +++ b/bin/23commit @@ -19,8 +19,8 @@ die "no files!" unless @ARGV; #print <