From 3c4dc303c7c768ec7821d416aa916aff9f6f7ce6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 13 Oct 2008 19:26:13 +0200 Subject: short aliases: Added git-grep --- etc/alias/short | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/alias/short b/etc/alias/short index 9c45432..95b9393 100644 --- a/etc/alias/short +++ b/etc/alias/short @@ -27,6 +27,7 @@ alias gitf='git pull' alias gitl='git log' alias gitp='git push' alias gits='git status' +alias git-grep='grep --exclude-dir=.git -r' alias git-serve='git-daemon --verbose --export-all --base-path=. .' ## Mercurial (hg) -- cgit v1.2.3