aboutsummaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-05-01 01:01:09 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-05-01 01:01:09 +1200
commit6f189038ec70cca4d8c26436a9f8548ba2929b87 (patch)
treee7540cc028400a2bd4ad5b2bc188717ee9118613 /git
parentFurther increase aggression of gscr(1df) (diff)
downloaddotfiles-6f189038ec70cca4d8c26436a9f8548ba2929b87.tar.gz
dotfiles-6f189038ec70cca4d8c26436a9f8548ba2929b87.zip
Sort tags by tag date descending
Diffstat (limited to 'git')
-rw-r--r--git/config.mi53
1 files changed, 3 insertions, 0 deletions
diff --git a/git/config.mi5 b/git/config.mi5
index 78616077..cc7456b5 100644
--- a/git/config.mi5
+++ b/git/config.mi5
@@ -34,6 +34,9 @@
[status]
short = true
+[tag]
+ sort = -taggerdate
+
[user]
name = <% NAME %>
email = <% EMAIL %>