From 7e3bf0b05b4008a3a2cbc27e30ffa727607084b8 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 2 Feb 2016 18:59:14 +0100 Subject: gitconfig: add log=5000 to more mergeoptions --- gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gitconfig') diff --git a/gitconfig b/gitconfig index fc78559..f944978 100644 --- a/gitconfig +++ b/gitconfig @@ -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] -- cgit v1.2.3