tag: change default of `pager.tag` to "on"
commitff1e72483f416ecb58737205163031f54c24e754
authorMartin Ågren <martin.agren@gmail.com>
Wed, 2 Aug 2017 19:40:54 +0000 (2 21:40 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Aug 2017 18:08:11 +0000 (3 11:08 -0700)
treefcb549fb670cde54e20929749012ac52b1a691a1
parentde121ffe57fd14334c24f0ac51dbc6828a3bc315
tag: change default of `pager.tag` to "on"

The previous patch taught `git tag` to only respect `pager.tag` in
list-mode. That patch left the default value of `pager.tag` at "off".

After that patch, it makes sense to let the default value be "on"
instead, since it will help with listing many tags, but will not hurt
users of `git tag -a` as it would have before. Make that change. Update
documentation and tests.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-tag.txt
builtin/tag.c
t/t7006-pager.sh