diff options
-rw-r--r-- | gitconfig | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,9 +19,9 @@ summary = true log = 5000 [branch "debian-merge"] - mergeoptions = --no-ff --no-commit + mergeoptions = --no-ff --no-commit --log=5000 [branch "debian"] - mergeoptions = --no-ff --no-commit + mergeoptions = --no-ff --no-commit --log=5000 [core] excludesfile = ~/.gitignore #[push] |