From b36561c2df2b9f92f237fdfdd0e1697c7239826e Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Tue, 26 Nov 2013 10:04:14 +0100 Subject: .gitconfig: Make `git rebase` safer on OS X See . Closes #291. --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index 008278c..e72e4ea 100644 --- a/.gitconfig +++ b/.gitconfig @@ -38,6 +38,9 @@ # [default] space-before-tab: looks for spaces before tabs at the beginning of # a line whitespace = space-before-tab,indent-with-non-tab,trailing-space + # Make `git rebase` safer on OS X + # More info: + trustctime = false [color] # Use colors in Git commands that are capable of colored output when -- cgit v1.2.3