diff options
-rw-r--r-- | gitconfig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,7 +15,11 @@ branch = auto [http] sslCAPath = /etc/ssl/certs +[pull] + mergeoptions = --ff-only + ff = only [merge] + ff = false summary = true log = 5000 [branch "debian-merge"] |