diff options
author | June McEnroe <june@causal.agency> | 2019-02-10 13:08:18 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-02-10 13:08:18 -0500 |
commit | e1299bd6414c5b8842c66418491f5a5b4d9e8547 (patch) | |
tree | beca8f263c28ef799914360b4679d855d1fdfc43 | |
parent | Add back missing static keyword (diff) | |
download | src-e1299bd6414c5b8842c66418491f5a5b4d9e8547.tar.gz src-e1299bd6414c5b8842c66418491f5a5b4d9e8547.zip |
Set git commit.verbose
Diffstat (limited to '')
-rw-r--r-- | home/.config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.config/git/config b/home/.config/git/config index baf0e91a..f377b399 100644 --- a/home/.config/git/config +++ b/home/.config/git/config @@ -4,6 +4,7 @@ [commit] gpgSign = true + verbose = true [merge] conflictStyle = diff3 |