Watch
1
0
Fork
You've already forked dotfiles
0

git: Allow empty message fixups

This commit is contained in:
Jeremy Kaplan 2026-07-25 18:49:53 -07:00
commit 4ca76b6340

View file

@ -95,7 +95,7 @@ dw = diff --word-diff
dww = diff --word-diff --word-diff-regex=. dww = diff --word-diff --word-diff-regex=.
f = fetch f = fetch
fb = fetch-branch fb = fetch-branch
fixup = commit --amend --no-edit fixup = commit --amend --no-edit --allow-empty-message
fp = fetch --prune fp = fetch --prune
lag = log --graph --decorate --pretty='%C(auto)%h%d %s | %C(cyan)%an%C(reset) %C(green)<%ar>%C(reset)' 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)' lcg = log --graph --decorate --pretty='%C(auto)%h%d %s | %C(cyan)%cn%C(reset) %C(green)<%cr>%C(reset)'