git: Allow empty message fixups
This commit is contained in:
parent
58aec46f3a
commit
4ca76b6340
1 changed files with 1 additions and 1 deletions
|
|
@ -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)'
|
||||
|
|
|
|||
Loading…
Reference in a new issue