From: Colin Patrick Mccabe Date: Wed, 20 Jun 2012 00:53:01 +0000 (-0700) Subject: git-foo: add git ls-files -o X-Git-Url: http://club.cc.cmu.edu/~cmccabe/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c1e447111e0043adcb0a8c8418a6ee02e82e8e1;p=cmccabe-bin git-foo: add git ls-files -o Signed-off-by: Colin McCabe --- diff --git a/git-foo b/git-foo index 476edd2..d2817cf 100755 --- a/git-foo +++ b/git-foo @@ -1,3 +1,5 @@ #!/bin/bash git status | egrep '(modified:)|(new file:)' | sed 's/.*://' + +git ls-files -o