diff options
author | Karel Kočí <karel.koci@nic.cz> | 2017-07-18 13:19:09 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2017-07-18 13:19:09 +0200 |
commit | 943bb7eb6103ca53b680670ca0753263f8998a22 (patch) | |
tree | 519c0a040c3ce4f85a0b610aff4fafbb8ed313da /gitconfig | |
parent | 1d25fbde2c6ab4363578e363ddb77c0f2a892356 (diff) | |
download | myconfigs-943bb7eb6103ca53b680670ca0753263f8998a22.tar.gz myconfigs-943bb7eb6103ca53b680670ca0753263f8998a22.tar.bz2 myconfigs-943bb7eb6103ca53b680670ca0753263f8998a22.zip |
Verbose git commits
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,3 +18,5 @@ hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short type = cat-file -t dump = cat-file -p +[commit] + verbose = true |