From: Junio C Hamano Date: Tue, 30 May 2017 02:16:40 +0000 (+0900) Subject: Merge branch 'bw/pathspec-sans-the-index' X-Git-Tag: v2.14.0-rc0~147 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3c5a78280fa5535050fe83b51cafb9ca51e8d9e8?hp=3c5a78280fa5535050fe83b51cafb9ca51e8d9e8 Merge branch 'bw/pathspec-sans-the-index' Simplify parse_pathspec() codepath and stop it from looking at the default in-core index. * bw/pathspec-sans-the-index: pathspec: convert find_pathspecs_matching_against_index to take an index pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAP ls-files: prevent prune_cache from overeagerly pruning submodules pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flag submodule: add die_in_unpopulated_submodule function pathspec: provide a more descriptive die message ---