From 14c3f90cd164df0cef254a8af29b34728d59ed8e Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 20 May 2018 20:13:28 +0100 Subject: [PATCH] dot/gitconfig.in: Remove output filename; force full indices. The output filename can't be overridden because Git is too picky. There doesn't seem to be a different way to force full-length hashes in diff indices. --- dot/gitconfig.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot/gitconfig.in b/dot/gitconfig.in index 46d6335..5de53a6 100644 --- a/dot/gitconfig.in +++ b/dot/gitconfig.in @@ -88,7 +88,7 @@ [alias] egrep = "grep -E" - patch = "format-patch -o p -s" + patches = "format-patch --full-index" graph = "log --pretty=oneline --abbrev-commit --graph" release = !"sh -e -c ' \ [ $# -gt 0 ] || { \ -- 2.11.0