From cd79ead5b01d9e8e8eb36db86b2cbfb00dd31fa4 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sat, 28 Jan 2012 12:21:52 -0500 Subject: [PATCH] .gitconfig: Aliases for log oneline no-limit, patience diff, and word-diff --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index a9358ab..728bb87 100644 --- a/.gitconfig +++ b/.gitconfig @@ -12,6 +12,7 @@ thanks = !git-thanks track = !git-track ll = log --pretty=oneline --abbrev-commit --max-count=15 + lll = log --pretty=oneline --abbrev-commit review = log -p --max-count=1 fp = format-patch --stdout ci = commit @@ -28,6 +29,8 @@ outgoing = !git-outgoing out = !git-outgoing subtree = !git-subtree + df = diff --patience + dw = diff --patience --word-diff=color [core] filemode = true -- 2.43.0