From 095e3c71c8d98f6263d0730014bc685cd6c27cf9 Mon Sep 17 00:00:00 2001 From: Frieder Schlesier Date: Tue, 7 Mar 2017 18:02:07 +0100 Subject: [PATCH] add gitlab user and merge-log --- .gitconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitconfig b/.gitconfig index 38a4eea..76dd92b 100755 --- a/.gitconfig +++ b/.gitconfig @@ -10,6 +10,14 @@ # Include summaries of merged commits in newly created merge commit messages log = true +[gitlab] + user = fschl + + [merge] + + # Include summaries of merged commits in newly created merge commit messages + log = true + [diff] # Detect copies as well as renames