From b3fde6ccb1cbdd362dec19e317905f71528b3a53 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 26 May 2008 22:35:07 -0700 Subject: git diff --no-index: default to page like other diff frontends Signed-off-by: Junio C Hamano diff --git a/diff-no-index.c b/diff-no-index.c index b1ae791..f6994cf 100644 --- a/diff-no-index.c +++ b/diff-no-index.c @@ -198,6 +198,13 @@ void diff_no_index(struct rev_info *revs, die("git diff %s takes two paths", no_index ? "--no-index" : "[--no-index]"); + /* + * If the user asked for our exit code then don't start a + * pager or we would end up reporting its exit code instead. + */ + if (!DIFF_OPT_TST(&revs->diffopt, EXIT_WITH_STATUS)) + setup_pager(); + diff_setup(&revs->diffopt); if (!revs->diffopt.output_format) revs->diffopt.output_format = DIFF_FORMAT_PATCH; -- cgit v0.10.2-6-g49f6