From: Junio C Hamano Date: Thu, 30 Jun 2011 00:03:11 +0000 (-0700) Subject: Merge branch 'jc/diff-index-quick-exit-early' X-Git-Tag: v1.7.7-rc0~123 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=57e4d61686b20ef3ad4982753407cf0bd87335f2;p=git.git Merge branch 'jc/diff-index-quick-exit-early' * jc/diff-index-quick-exit-early: diff-index --quiet: learn the "stop feeding the backend early" logic Conflicts: unpack-trees.h --- 57e4d61686b20ef3ad4982753407cf0bd87335f2 diff --cc unpack-trees.h index 64f02cb03,4c6c54033..799894830 --- a/unpack-trees.h +++ b/unpack-trees.h @@@ -46,8 -46,8 +46,9 @@@ struct unpack_trees_options debug_unpack, skip_sparse_checkout, gently, + exiting_early, - show_all_errors; + show_all_errors, + dry_run; const char *prefix; int cache_bottom; struct dir_struct *dir;