From: Martin Ågren Date: Wed, 2 Aug 2017 19:40:54 +0000 (+0200) Subject: tag: change default of `pager.tag` to "on" X-Git-Tag: v2.14.2~40^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ff1e72483f416ecb58737205163031f54c24e754?ds=inline;hp=ff1e72483f416ecb58737205163031f54c24e754 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 Signed-off-by: Junio C Hamano ---