From 8418d908e3c3a6e7b0b455b804c5178221b57292 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sun, 18 Aug 2024 19:16:04 +0200 Subject: git: add "fixes" as a prettyfier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also removed the `core.editor` option since the default $EDITOR is picked up anyways and that's already set up correctly. Signed-off-by: Miquel Sabaté Solà --- .gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index aa0f038..660192a 100644 --- a/.gitconfig +++ b/.gitconfig @@ -10,11 +10,13 @@ path = ~/.gitconfig-suse [core] - editor = emacsclient-a-nw excludesfile = ~/.gitignore whitespace = trailing-space,space-before-tab abbrev = 12 +[pretty] + fixes = Fixes: %h (\"%s\") + [help] autocorrect = 1 -- cgit v1.2.3