diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/git/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config index 12a9803..4916f4a 100644 --- a/.config/git/config +++ b/.config/git/config @@ -16,6 +16,9 @@ # delete tracking references and info about remote branches # does not delete any branches prune = true +[format] + # show a lot of info by default + pretty=fuller [grep] # show linenumber (-n) lineNumber = true |