From 03d05800893ee5d8df859fb9f7d3c826e5483fa0 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sat, 31 Oct 2009 05:34:49 -0400 Subject: Added auto-commiting of TODO files to tools/push --- tools/push | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/push') diff --git a/tools/push b/tools/push index 7b149e8f..2d8be6a2 100755 --- a/tools/push +++ b/tools/push @@ -1,5 +1,9 @@ #!/bin/sh +set -e + +(cd plan/data; git push) +(cd plan; git commit -a -m "Update TODO files" && git push) git checkout master git merge --no-ff next git checkout next -- cgit v1.2.3