From ecc29888dd2616af70779130cfa6f9a27177a014 Mon Sep 17 00:00:00 2001 From: Colin Patrick Mccabe Date: Sat, 5 May 2012 13:26:16 -0700 Subject: [PATCH] add git-foo, which lists new and modified files from git Signed-off-by: Colin McCabe --- git-foo | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) create mode 100755 git-foo diff --git a/git-foo b/git-foo new file mode 100755 index 0000000..476edd2 --- /dev/null +++ b/git-foo @@ -0,0 +1,3 @@ +#!/bin/bash + +git status | egrep '(modified:)|(new file:)' | sed 's/.*://' -- 1.6.6.rc1.39.g9a42