projects
/
cmccabe-bin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d9e5c76
)
add git-foo, which lists new and modified files from git
author
Colin Patrick Mccabe
<cmccabe@alumni.cmu.edu>
Sat, 5 May 2012 20:26:16 +0000 (13:26 -0700)
committer
Colin Patrick Mccabe
<cmccabe@alumni.cmu.edu>
Sat, 5 May 2012 20:26:16 +0000 (13:26 -0700)
Signed-off-by: Colin McCabe <cmccabe@alumni.cmu.edu>
git-foo
[new file with mode: 0755]
patch
|
blob
diff --git a/git-foo
b/git-foo
new file mode 100755
(executable)
index 0000000..
476edd2
--- /dev/null
+++ b/
git-foo
@@ -0,0
+1,3
@@
+#!/bin/bash
+
+git status | egrep '(modified:)|(new file:)' | sed 's/.*://'