projects
/
cmccabe-bin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
feb108f
)
git-foo: add git ls-files -o
author
Colin Patrick Mccabe
<cmccabe@alumni.cmu.edu>
Wed, 20 Jun 2012 00:53:01 +0000 (17:53 -0700)
committer
Colin 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
patch
|
blob
|
history
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