From 01154d387ee6b7cce7bb15eba15fc56a11019d72 Mon Sep 17 00:00:00 2001 From: Joe Fleming Date: Thu, 5 Jul 2012 10:06:05 -0700 Subject: [PATCH] added todo/fix alias --- git/gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/gitconfig b/git/gitconfig index f239446..4c177d9 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -28,5 +28,7 @@ ra = !git r --all l = "!source ~/.githelpers && pretty_git_log" la = !git l --all + + todo = grep --heading --break --ignore-case -e ' FIX: *' -e ' TODO: *' [merge] tool = vimdiff