From 9a84c77656bf16d71d1057caaa597c86bda092ed Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Thu, 6 Aug 2015 13:08:36 +0200 Subject: git: Add --signoff to ci alias MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/config b/git/config index b3d486a..bd33940 100644 --- a/git/config +++ b/git/config @@ -6,7 +6,7 @@ [alias] amend = commit --amend --verbose br = branch - ci = commit --verbose + ci = commit --verbose --signoff co = checkout di = diff dc = diff --cached -- cgit v1.2.3-54-g00ecf