From 4ca76b6340d862eb8d3d958bcf2791098c29ed29 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sat, 25 Jul 2026 18:49:53 -0700 Subject: [PATCH] git: Allow empty message fixups --- git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/config b/git/config index 24d9da4..2b33e39 100644 --- a/git/config +++ b/git/config @@ -95,7 +95,7 @@ dw = diff --word-diff dww = diff --word-diff --word-diff-regex=. f = fetch fb = fetch-branch -fixup = commit --amend --no-edit +fixup = commit --amend --no-edit --allow-empty-message fp = fetch --prune lag = log --graph --decorate --pretty='%C(auto)%h%d %s | %C(cyan)%an%C(reset) %C(green)<%ar>%C(reset)' lcg = log --graph --decorate --pretty='%C(auto)%h%d %s | %C(cyan)%cn%C(reset) %C(green)<%cr>%C(reset)'