From: Junio C Hamano Date: Mon, 11 Mar 2019 07:16:25 +0000 (+0900) Subject: Merge branch 'js/find-lib-h-with-ls-files-when-possible' X-Git-Tag: v2.22.0-rc0~151 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c0d97d299e85490d60b24e0a7905017d38c530cf Merge branch 'js/find-lib-h-with-ls-files-when-possible' The Makefile uses 'find' utility to enumerate all the *.h header files, which is expensive on platforms with slow filesystems; it now optionally uses "ls-files" if working within a repository, which is a trick similar to how all sources are enumerated to run ETAGS on. * js/find-lib-h-with-ls-files-when-possible: Makefile: use `git ls-files` to list header files, if possible --- c0d97d299e85490d60b24e0a7905017d38c530cf