Merge branch 'jk/ref-cache-non-repository-optim'
commitad25723e69606d9f4f3596eeb427fde3abee76c3
authorJunio C Hamano <gitster@pobox.com>
Wed, 3 Feb 2016 22:16:07 +0000 (3 14:16 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Feb 2016 22:16:07 +0000 (3 14:16 -0800)
treec02dbf8b2fdc076220de3862410b4cef5cb2078f
parent48c39e98c6aff98b5dd165435373e517780302ad
parenta2d5156c2b0e6dbffc216b4a673156487a2f8b65
Merge branch 'jk/ref-cache-non-repository-optim'

The underlying machinery used by "ls-files -o" and other commands
have been taught not to create empty submodule ref cache for a
directory that is not a submodule.  This removes a ton of wasted
CPU cycles.

* jk/ref-cache-non-repository-optim:
  resolve_gitlink_ref: ignore non-repository paths
  clean: make is_git_repository a public function
builtin/clean.c
cache.h
refs/files-backend.c