From e49c4685e1c86e8cdc1b1e7d6acad7c445a1169e Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Tue, 5 Nov 2013 13:53:24 +0100 Subject: Git: add "gg" alias for "log -p --grep" (extension of single "g") MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index e09daa1..6d107db 100644 --- a/.gitconfig +++ b/.gitconfig @@ -6,6 +6,7 @@ ai = add -ip c = commit -s g = log --grep + gg = log -p --grep dh = diff HEAD wd = diff --word-diff swd = show --word-diff -- cgit