From 2c1e447111e0043adcb0a8c8418a6ee02e82e8e1 Mon Sep 17 00:00:00 2001 From: Colin Patrick Mccabe Date: Tue, 19 Jun 2012 17:53:01 -0700 Subject: [PATCH] git-foo: add git ls-files -o Signed-off-by: Colin McCabe --- git-foo | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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 -- 1.6.6.rc1.39.g9a42