Thread (2 messages) flat view 2 messages, 2 authors, 2016-06-15

Re: [PATCH] Make is_gitfile a non-static generic function

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

Possibly related (same subject, not in this thread)

Phil Hord [off-list ref] writes:
On Tue, Oct 11, 2011 at 7:45 PM, Junio C Hamano [off-list ref] wrote:
quoted
After looking at this patch and the way the other caller in transport.c
uses it, I am more and more convinced that "is_gitfile()" is a stupid and
horrible mistake.
I think I misunderstood your objection before.  Now I think I
understand.  Tell me if I am right.


I think you mean that instead of this:
        } else if (is_local(url) && is_file(url) && !is_gitfile(url)) {

you would like to see this:
        } else if (is_local(url) && is_file(url) && is_bundle(url)) {

Or maybe even this:
        } else if (is_bundle(url)) {
Exactly.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help