]> git.phdru.name Git - dotfiles.git/commitdiff
.gitconfig: reorder options for 'tags' alias
authorOleg Broytman <phd@phdru.name>
Thu, 6 Oct 2016 10:48:30 +0000 (13:48 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 6 Oct 2016 10:48:30 +0000 (13:48 +0300)
.gitconfig

index 4274c6f7acc52db3c24c4064fea18e632d80b836..f8d7c44b7e628e0d4f70515f72bd613d4cfa15b7 100644 (file)
   add-global-alias = "!exec git add-alias --global"
   add-local-alias = "!exec git add-alias --local"
 
-  tags = tag -n1 --list
+  tags = tag --list -n1
 
   # Find text in any commit ever
   grep-all = !"f() { git rev-list --all | xargs git grep \"$@\"; }; f"