diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-12-25 18:10:44 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-12-25 18:10:44 +0100 |
commit | 19dd43f53c8cc1aa3bc3f11364736364e0f9686f (patch) | |
tree | 54759b50311080b192237a8c54b0f385ee6c0ad2 /.gitconfig | |
parent | 62faba9b5db29d4bc170fb7d278350786d55b76d (diff) | |
download | dotfiles-19dd43f53c8cc1aa3bc3f11364736364e0f9686f.tar.gz dotfiles-19dd43f53c8cc1aa3bc3f11364736364e0f9686f.tar.xz |
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -52,3 +52,9 @@ decorate = full [gc] autopacklimit = 20 +[pager] + diff = /usr/share/git/diff-highlight/diff-highlight | less + log = /usr/share/git/diff-highlight/diff-highlight | less + show = /usr/share/git/diff-highlight/diff-highlight | less +[grep] + lineNumber = true |