summaryrefslogtreecommitdiff
path: root/exec_cmd.c
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2011-08-18 15:01:32 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2011-08-19 15:52:25 -0700
commit92058e4d3e032714da6d2df5fa1fe2cf612979a5 (patch)
tree04002eec56f5a5c813e9b7e2c8cf686f6dee2c71 /exec_cmd.c
parentwant_color: automatically fallback to color.ui (diff)
downloadtgif-92058e4d3e032714da6d2df5fa1fe2cf612979a5.tar.xz
support pager.* for external commands
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. With this patch, pager.stash now has an effect. If it is not specified, we will still fall back to pager.log when we invoke "log" from "stash list". Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'exec_cmd.c')
0 files changed, 0 insertions, 0 deletions