Am 23.05.2012 00:18, schrieb Junio C Hamano:
René Scharfe<rene.scharfe@xxxxxxxxxxxxxx> writes:
What has git grep to do with refs? It checks if the path in the command
above is a ref, which makes it iterate over all of them..
Do you mean:
/* Is it a rev? */
get_sha1()
-> ...
-> get_sha1_basic()
-> dwim_ref()
callpath?
Yes, indeed. Hmm, this is done even if the paths come after a
double-dash. Anyway, I don't consider the check to be a performance
issue, just a quick way to test the allocation count that i stumbled
upon while working on the recent grep patches.
René
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html