From 8e9aa65760f16ea037cff383b56059e04d622bf8 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 9 Jul 2018 13:56:05 -0400 Subject: [PATCH] Support changed-files Not sure how this was removed, but supporting it again. --- configs/shared/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/shared/.gitconfig b/configs/shared/.gitconfig index 35082ffcb..dbccffc79 100644 --- a/configs/shared/.gitconfig +++ b/configs/shared/.gitconfig @@ -4,7 +4,7 @@ [alias] recent = for-each-ref --count=10 --sort=-committerdate refs/heads/ --format=\"%(refname:short)\" today = ! git log --date=relative --since=00:00:00 --all --no-merges --oneline --author=\"$(git config --get user.email)\" - changed-files = + changed-files = ! git diff --name-only $(current_branch) $(git merge-base $(current_branch) master) conflicts = diff --name-only --diff-filter=U yday = ! git log --name-only --since=yesterday.midnight --until=today.midnight --author=\"$(git config --get user.email)\" patch-grep = log -p -S