]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
use porcelain
authorElan Ruusamäe <glen@delfi.ee>
Fri, 7 Jun 2013 13:03:18 +0000 (16:03 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 7 Jun 2013 13:03:18 +0000 (16:03 +0300)
update-geoip.sh

index 0774e76b99a121d144ebc10eef69ff66f4fcafdc..3ab52a35a06a0fe1f12372afc49e175359071ba7 100755 (executable)
@@ -61,6 +61,6 @@ done
 
 for pkg in ${*:-$pkgs}; do
        cd $pkg
-       git status -s
+       git status --porcelain
        cd ..
 done
This page took 0.064366 seconds and 4 git commands to generate.