From 3a9f2496016e5ab61bd12080cc301362cbaf80b0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 4 Dec 2008 18:56:54 +0100 Subject: Remaned git-grep alias due to a name conflict --- etc/alias/short | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/alias') diff --git a/etc/alias/short b/etc/alias/short index f68eb8b..d7bd07e 100644 --- a/etc/alias/short +++ b/etc/alias/short @@ -29,7 +29,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-rgrep='grep --exclude-dir=.git -r' alias git-serve='git-daemon --verbose --export-all --base-path=. .' alias gtd-later='todo --database ~/var/gtd/later' -- cgit v1.2.3