diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/git/gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/git/gitconfig b/etc/git/gitconfig index 9c7827ced2..4dc2f69606 100644 --- a/etc/git/gitconfig +++ b/etc/git/gitconfig @@ -7,7 +7,7 @@ [format] forceinbodyfrom = true # help preserve commit authorship thread = shallow - useAutoBase = true + useAutoBase = whenAble [pull] rebase = true |