Re: [PATCH] Do not ignore hidden refs

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Junio C Hamano <junkio@...>
Cc: <git@...>
Date: Saturday, November 18, 2006 - 4:05 pm

Junio C Hamano <junkio@cox.net> writes:


Oops.  Consider this rescinded.  I myself already talked about
"not necessarily just public vs private".  Silly me.

I think this is related to the common gripe of "why can't Junio
mark pu to be rewinded in his public repository".  We should be
able to leave the branch grouping to users.

Not just public vs private, but I can see an organization that
uses something like this:

    heads/1.5/{maint,master,next,pu} are to maintain and advance 1.5 series
    heads/1.5/topics/{foo,bar} are topics applicable to 1.5
    heads/2.0/{maint,master,next,pu} are to maintain and advance 2.0 series
    heads/2.0/topics/{foo,bar} are topics applicable only to 2.0
    heads/topics/{frotz,nitfol} are topics applicable to both

and wanting to view all the topics, only things related to 1.5,
etc.  So Porcelains _can_ enforce their own policies to arrange
things differently but we should also be able to let the users
(and project branch naming policy) to do what we've been talking
about by saying:

	use heads/private/ for your own stuff.  And have
	configuration that says "heads/private/" are private
	branches that are not subject to default
	pushing/pulling.

The real instruction from the project would say what the syntax
for telling that to git but I think you got the idea...

-
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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Do not ignore hidden refs, Petr Baudis, (Sat Nov 18, 12:11 am)
Re: [PATCH] Do not ignore hidden refs, Linus Torvalds, (Sat Nov 18, 1:35 pm)
Re: [PATCH] Do not ignore hidden refs, Junio C Hamano, (Sat Nov 18, 2:35 pm)
Re: [PATCH] Do not ignore hidden refs, Junio C Hamano, (Sat Nov 18, 12:39 am)
Re: [PATCH] Do not ignore hidden refs, Petr Baudis, (Sat Nov 18, 12:53 am)
Re: [PATCH] Do not ignore hidden refs, Junio C Hamano, (Sat Nov 18, 3:27 am)
Re: [PATCH] Do not ignore hidden refs, Petr Baudis, (Sat Nov 18, 3:28 pm)
Re: [PATCH] Do not ignore hidden refs, Junio C Hamano, (Sat Nov 18, 3:50 pm)
Re: [PATCH] Do not ignore hidden refs, Junio C Hamano, (Sat Nov 18, 4:05 pm)
Re: [PATCH] Do not ignore hidden refs, Petr Baudis, (Sat Nov 18, 7:18 pm)
Re: [PATCH] Do not ignore hidden refs, Junio C Hamano, (Sat Nov 18, 8:29 pm)
Re: [PATCH] Do not ignore hidden refs, Petr Baudis, (Sat Nov 18, 8:48 pm)
Re: [PATCH] Do not ignore hidden refs, Petr Baudis, (Sat Nov 18, 3:55 pm)
Re: [PATCH] Do not ignore hidden refs, Shawn Pearce, (Sat Nov 18, 3:41 am)