diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-06-29 12:04:21 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-06-29 12:04:21 +0200 |
commit | cb91c9a82c53c12399fb11f7d186f51ecc1fb9ea (patch) | |
tree | 7dc21e14f3d80f61fa776b59f0d7947048d806c6 /.gitconfig | |
parent | fa83b9f4c293dab8e8c5923cb1d6afe61b3a6ad1 (diff) | |
download | dotfiles-cb91c9a82c53c12399fb11f7d186f51ecc1fb9ea.tar.gz dotfiles-cb91c9a82c53c12399fb11f7d186f51ecc1fb9ea.tar.xz |
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -24,7 +24,7 @@ p = push --follow-tags dw = diff --color-words [merge] - tool = vimdiff + tool = kdiff3 conflictstyle = diff3 [push] default = current @@ -59,3 +59,5 @@ show = /usr/share/git/diff-highlight/diff-highlight | less [grep] lineNumber = true +[tag] + sort = version:refname |