git-foo: add git ls-files -o
authorColin Patrick Mccabe <cmccabe@alumni.cmu.edu>
Wed, 20 Jun 2012 00:53:01 +0000 (17:53 -0700)
committerColin Patrick Mccabe <cmccabe@alumni.cmu.edu>
Wed, 20 Jun 2012 00:53:01 +0000 (17:53 -0700)
Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>

git-foo

diff --git a/git-foo b/git-foo
index 476edd2..d2817cf 100755 (executable)
--- a/git-foo
+++ b/git-foo
@@ -1,3 +1,5 @@
 #!/bin/bash
 
 git status | egrep '(modified:)|(new file:)' | sed 's/.*://'
+
+git ls-files -o