tag: support configuring --sort via .gitconfig
commitb150794dafb0a7a1c5caba6fdf7d517a1a15cb59
authorJacob Keller <jacob.e.keller@intel.com>
Wed, 16 Jul 2014 21:48:02 +0000 (16 14:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Jul 2014 16:22:20 +0000 (17 09:22 -0700)
treec9be5e6f007751afc160a475fa96040ea048f471
parentdc662d449f56cb969025db4fe54fa3374777495c
tag: support configuring --sort via .gitconfig

Add support for configuring default sort ordering for git tags. Command
line option will override this configured value, using the exact same
syntax.

Cc: Jeff King <peff@peff.net>
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/git-tag.txt
builtin/tag.c
t/t7004-tag.sh