summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Jäger <hendrik.jaeger@dswiss.com>2020-11-13 13:41:51 +0100
committerHendrik Jäger <henk@hnjs.ch>2020-11-13 13:42:11 +0100
commit90374340b9e95df7cc6a29af9b3b3cb401e9da2c (patch)
tree69d75e2f7b8bab9e70e49a237863c0a70e6c1fd8
parent23a47734a74d9371cde4bbcbac1690df95e19824 (diff)
Commit --all when doing a fixup commit
-rw-r--r--.config/git/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config
index d9efee8..73b6dfa 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -55,7 +55,7 @@
ca = commit --amend
amend = commit --amend
caa = commit -a --amend -C HEAD
- fix = commit --fixup
+ fix = commit -a --fixup
# }}}
# log commands {{{
ls = log --pretty=format:"%C(green)%h\\ %C(yellow)[%ad]%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=relative