Re: [PATCH 12/10] support pager.* for external commands
From: Junio C Hamano <hidden> Date: 2016-06-15 22:51:50
Jeff King [off-list ref] writes:
Without this patch, any commands that are not builtin would
not respect pager.* config. For example:
git config pager.stash false
git stash list
would still use a pager.
Unlike the [11/10] patch, I can see why this is a good change.
Thanks.