summaryrefslogtreecommitdiff
path: root/builtin/blame.c
diff options
context:
space:
mode:
authorLibravatar Jörn Engel <joern@logfs.org>2014-04-21 16:46:22 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2014-04-28 16:03:22 -0700
commitc0459ca4dc47edf5d63850a34a5f67febd966f3d (patch)
treea068073ba6d7936b9b11c5dcf0c7acc8cf6e4772 /builtin/blame.c
parentGit 1.9.2 (diff)
downloadtgif-c0459ca4dc47edf5d63850a34a5f67febd966f3d.tar.xz
pager: do allow spawning pager recursively
This reverts commit 88e8f908f2b0c56f9ccf8134d8ff9f689af9cc84, which tried to allow GIT_PAGER="git -p column --mode='dense color'" git -p branch and still wanted to avoid "git -p column" to invoke itself. However, this falls into "don't do that -p then" category. In particular, inside "git log", with results going through less, a potentially interesting commit may be found and from there inside "less", the user may want to execute "git show <commit>". Before the commit being reverted, this used to show the patch in less but it no longer does. Signed-off-by: Jörn Engel <joern@logfs.org> Reviewed-by: Jeff King <peff@peff.net> Reviewed-by: Matthieu Moy <Matthieu.Moy@imag.fr> Acked-by: Duy Nguyen <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/blame.c')
0 files changed, 0 insertions, 0 deletions