From 512c14b3350dd106cfe490bc399724cbdb1e5cd1 Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Mon, 29 Aug 2022 16:38:16 -0500 Subject: [PATCH] Add author to rebase commit format --- gitconfig.local | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig.local b/gitconfig.local index 0fa828c..b4f89af 100644 --- a/gitconfig.local +++ b/gitconfig.local @@ -21,5 +21,7 @@ status-show-untracked-files = yes [pull] rebase = false +[rebase] + instructionFormat = (%al) %s [rerere] enabled = true