From 4ce5ee8fde550a8f57d11dc955e9f4eb9e43695c Mon Sep 17 00:00:00 2001 From: James Bunton Date: Fri, 1 Nov 2013 23:11:03 +1100 Subject: [PATCH] git: increased default rename limit for diffs --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index af4e38f..a2f91f1 100644 --- a/.gitconfig +++ b/.gitconfig @@ -8,6 +8,8 @@ editor = vim [log] decorate = full +[diff] + renamelimit = 10000 [push] # Set to tracking instead of upstream for backwards compatibility default = tracking -- 2.39.2