From e63768ba226b3f7e1c7f3c25fae5c34b442bc96b Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 17 Jan 2019 17:48:43 +0000 Subject: [PATCH] Add alias to show the files `touched` in a commit --- config | 1 + 1 file changed, 1 insertion(+) diff --git a/config b/config index e6e5e3a..94ca06f 100644 --- a/config +++ b/config @@ -20,6 +20,7 @@ force = push --force-with-lease changes = !sh -c 'git log --oneline $1..' -- + touched = diff-tree --no-commit-id --name-only -r tree = log --graph --abbrev-commit --oneline --decorate \ --format=format:'%C(yellow)%h%C(reset) %C(blue)%aD%C(reset) %C(green)(%ar)%C(reset)%C(bold)%d%C(reset)%n %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'