Re: Unresolved issues #2

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Petr Baudis
Date: Thursday, May 4, 2006 - 2:58 am

Dear diary, on Thu, May 04, 2006 at 10:15:03AM CEST, I got a letter
where Junio C Hamano <junkio@cox.net> said that...

Oh, my holey memory. In Cogito, I have just implemented a solution
suggested by Martin Mares, which is pretty simple, non-obtrusive
and will work equally fine with remotes as well as remote branches:

	if [ $branch != master ] && [ -s .git/branches/$branch-origin ]
		origin=.git/branches/$branch-origin
	else
		origin=.git/branches/origin
	fi

-- 
				Petr "Pasky" Baudis
Stuff: http://pasky.or.cz/
Right now I am having amnesia and deja-vu at the same time.  I think
I have forgotten this before.
-
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:
Unresolved issues #2, Junio C Hamano, (Thu May 4, 1:15 am)
Re: Unresolved issues #2, Petr Baudis, (Thu May 4, 2:58 am)
Re: Unresolved issues #2, Pavel Roskin, (Thu May 4, 8:45 am)
Re: Unresolved issues #2 (shallow clone again), Carl Worth, (Thu May 4, 10:01 am)
Re: Unresolved issues #2, Daniel Barkalow, (Thu May 4, 1:41 pm)
Re: Unresolved issues #2, Linus Torvalds, (Thu May 4, 2:33 pm)
Re: Unresolved issues #2, David Woodhouse, (Tue May 9, 4:40 am)
Re: Unresolved issues #2, Bertrand Jacquin, (Tue May 9, 4:53 am)
Re: Unresolved issues #2, Nicolas Pitre, (Tue May 9, 6:09 am)