Re: Difficulties in advertising a new branch to git newbies

From: Junio C Hamano <junkio@cox.net>
Date: 2007-02-06 18:46:19
Jeff King <peff@peff.net> writes:

> sha1_name: match refs in 'refs/remotes/*/%s'
>
> If no other matches are found for a ref, then look for it in every defined
> remote. This will not complain of ambiguity, since we only do the lookup if
> no other ref matches.

I think the abstraction is wrong -- why do you even need to
iterate over .git/remotes (and .git/config remote.*) when the
only thing this cares about is refs under refs/remotes/*
hierarchy?

Or am I missing something blatantly obvious?

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Received on Tue Feb 06 18:46:39 2007

This archive was generated by hypermail 2.1.8 : 2007-02-06 18:50:09 EST