make git commits verbose (show diff)
This commit is contained in:
parent
465d5cfc4d
commit
79d4e732c8
|
@ -1,4 +1,3 @@
|
|||
# -*- indent-tabs-mode: t -*-
|
||||
[user]
|
||||
email = tastytea@tastytea.de
|
||||
name = tastytea
|
||||
|
@ -24,6 +23,7 @@
|
|||
tool = meld
|
||||
[commit]
|
||||
gpgSign = true
|
||||
verbose = true
|
||||
[tag]
|
||||
gpgSign = true
|
||||
[log]
|
||||
|
@ -52,3 +52,5 @@
|
|||
user = tastytea
|
||||
[include]
|
||||
path = config.local
|
||||
|
||||
; vim: set noet: -*- indent-tabs-mode: t -*-
|
||||
|
|
Loading…
Reference in New Issue
Block a user