From febfff28ce2b1c96adb0fd1f670727084437289a Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 6 Oct 2016 13:48:30 +0300 Subject: [PATCH] .gitconfig: reorder options for 'tags' alias --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 4274c6f..f8d7c44 100644 --- a/.gitconfig +++ b/.gitconfig @@ -101,7 +101,7 @@ 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" -- 2.39.2