From f6d8f2006c27fa736b78940b1cca60957beb72c2 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Thu, 12 May 2022 10:50:05 +0300 Subject: [PATCH] Add git fixes trailer config --- .bin/git-ffwd-update | 1 + .gitconfig | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.bin/git-ffwd-update b/.bin/git-ffwd-update index ca2b0a8..f6313ae 100755 --- a/.bin/git-ffwd-update +++ b/.bin/git-ffwd-update @@ -1,4 +1,5 @@ #!/bin/bash +# Update all local branches from remote # src: https://stackoverflow.com/a/9076361 main() { diff --git a/.gitconfig b/.gitconfig index 17f4e53..87907e8 100644 --- a/.gitconfig +++ b/.gitconfig @@ -42,3 +42,9 @@ advertisePushOptions = true [gc] writeCommitGraph = true +[color] + ui = auto +[core] + abbrev = 12 +[pretty] + fixes = Fixes: %h (\"%s\")