diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-10-03 13:09:25 +0200 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2013-10-03 13:09:25 +0200 |
| commit | c527a8bdb11d0e67533b4850184423fa24138830 (patch) | |
| tree | d27887af54d896f95e4f2ef66784b5c3c539f271 /Makefile | |
| parent | ecde03dfc47d9992e16afabef312566358ef3215 (diff) | |
Quick commit
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,5 @@ -all: check format push +all: quick push +xml: check format push check: @echo Checking for valid XML find . -name \*.xml -type f | while read xml; do \ @@ -11,5 +12,7 @@ format: mv "$$xml.tmp" "$$xml"; \ done git commit -a -m 'Reformatted XML' || exit 0 +quick: + git commit -a -m 'Quick commit' || exit 0 push: git push origin hosts |
