aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--git/config9
1 files changed, 5 insertions, 4 deletions
diff --git a/git/config b/git/config
index b4f6cb9..6ce133e 100644
--- a/git/config
+++ b/git/config
@@ -4,9 +4,9 @@
signingkey = 3A9D0BB5
[alias]
- amend = commit --amend --verbose
+ amend = commit --amend
br = branch
- ci = commit --verbose --signoff
+ ci = commit --signoff
co = checkout
di = diff
dc = diff --cached
@@ -56,6 +56,9 @@
status = never
tag = auto dense
+[commit]
+ verbose = true
+
[core]
# never use an askpass even if $SSH_ASKPASS is set
askpass =
@@ -134,8 +137,6 @@
[rerere]
enabled = true
-[commit]
- verbose = true
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f