diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-10-05 11:34:14 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-06-01 18:37:35 +0200 |
commit | 06c8d99b1bee04dea485b04822dad422f6103dce (patch) | |
tree | fe47c8fd1a9e125b5dcb220808542ff2fbd4b0a3 /git | |
parent | 07716876454c7bd171e761dfb415511b300b1648 (diff) | |
download | dotfiles-06c8d99b1bee04dea485b04822dad422f6103dce.tar.xz |
git: Make --verbose default for commit
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'git')
-rw-r--r-- | git/config | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -136,3 +136,5 @@ fsckobjects = true [fetch] fsckObjects = true +[commit] + verbose = true |