Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH 3/3] completion: match ctags symbol names in grep patterns

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:52:17

Matthieu Moy [off-list ref] writes:
Junio C Hamano [off-list ref] writes:
quoted
quoted
quoted
+git_check = $(shell git ls-files >/dev/null 2>&1; echo $$?)
+ifeq ($(git_check),0)
quoted
Hmm, how would this punish anybody exactly (I just took the structure
from the way how the auto-depend is done)?
The "shell git ls-files" is ran unconditionnally, hence a small
performance penality even if you don't run ctags.
You mean it is run once whenever you type "make <RETURN>"?  Doesn't the
same argument apply for the auto-depend thingy against "make doc<RETURN>"?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help