diff --git a/share/completions/git.fish b/share/completions/git.fish index 77faf74e2..45d8dc74c 100644 --- a/share/completions/git.fish +++ b/share/completions/git.fish @@ -28,7 +28,7 @@ function __fish_git_branches end function __fish_git_tags - command git tag ^/dev/null + command git tag --sort=-creatordate ^/dev/null end function __fish_git_dir