Re: Implementing branch attributes in git config

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linus Torvalds
Date: Sunday, May 7, 2006 - 5:43 pm

On Sun, 7 May 2006, Pavel Roskin wrote:

Fair enough. We could have used some fake section name that you can't 
generate any other way (in fact, "Branch.$branchname" would be that), but 
the upside of using "branch" is exactly that you _can_ generate it with 
the old-style syntax that is acceptable to older git versions too.

So the common case (all-lowercase, no special characters branch names) 
wouldn't need to break.

Now, backwards competibility for the .git/config file isn't likely a huge 
issue, but it does matter if you want to do things like "git bisect" to 
bisect a totally unrelated bug, and part of the bisection is actually to 
install the older git version that you're testing for the bug..

(Which is probably an insane thing to do anyway - you should be able to 
test any bugs _without_ actually having to install the git version you're 
testing. But whatever..)

		Linus
-
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:
Implementing branch attributes in git config, Pavel Roskin, (Sun May 7, 2:34 pm)
Re: Implementing branch attributes in git config, Junio C Hamano, (Sun May 7, 3:24 pm)
Re: Implementing branch attributes in git config, Linus Torvalds, (Sun May 7, 5:05 pm)
Re: Implementing branch attributes in git config, Linus Torvalds, (Sun May 7, 5:18 pm)
Re: Implementing branch attributes in git config, Linus Torvalds, (Sun May 7, 5:25 pm)
Re: Implementing branch attributes in git config, Pavel Roskin, (Sun May 7, 5:36 pm)
Re: Implementing branch attributes in git config, Johannes Schindelin, (Sun May 7, 5:43 pm)
Re: Implementing branch attributes in git config, Linus Torvalds, (Sun May 7, 5:43 pm)
Re: Implementing branch attributes in git config, Linus Torvalds, (Sun May 7, 5:55 pm)
Re: Implementing branch attributes in git config, Pavel Roskin, (Sun May 7, 6:04 pm)
Re: Implementing branch attributes in git config, Johannes Schindelin, (Sun May 7, 6:05 pm)
Re: Implementing branch attributes in git config, Pavel Roskin, (Sun May 7, 6:21 pm)
Re: Implementing branch attributes in git config, Junio C Hamano, (Sun May 7, 6:27 pm)
Re: Implementing branch attributes in git config, Johannes Schindelin, (Sun May 7, 6:27 pm)
Re: Implementing branch attributes in git config, Johannes Schindelin, (Sun May 7, 6:45 pm)
Re: Implementing branch attributes in git config, Pavel Roskin, (Sun May 7, 6:55 pm)
Re: Implementing branch attributes in git config, Junio C Hamano, (Sun May 7, 7:29 pm)
Re: Implementing branch attributes in git config, Junio C Hamano, (Mon May 8, 2:00 am)
Re: Implementing branch attributes in git config, Johannes Schindelin, (Mon May 8, 5:17 am)
Re: Implementing branch attributes in git config, Pavel Roskin, (Mon May 8, 8:15 am)
Re: Implementing branch attributes in git config, Daniel Barkalow, (Mon May 8, 4:20 pm)
Re: Implementing branch attributes in git config, Johannes Schindelin, (Mon May 8, 4:40 pm)
Re: Implementing branch attributes in git config, Johannes Schindelin, (Mon May 8, 4:44 pm)
Re: Implementing branch attributes in git config, Johannes Schindelin, (Mon May 8, 5:23 pm)
Re: Implementing branch attributes in git config, Linus Torvalds, (Mon May 8, 5:37 pm)
Re: Implementing branch attributes in git config, Junio C Hamano, (Mon May 8, 5:54 pm)
Re: Implementing branch attributes in git config, Linus Torvalds, (Mon May 8, 6:05 pm)
Re: Implementing branch attributes in git config, Junio C Hamano, (Mon May 8, 6:18 pm)
Re: Implementing branch attributes in git config, Linus Torvalds, (Mon May 8, 6:30 pm)
Re: Implementing branch attributes in git config, Linus Torvalds, (Mon May 8, 6:57 pm)
Re: Implementing branch attributes in git config, Linus Torvalds, (Mon May 8, 8:08 pm)
Re: Implementing branch attributes in git config, Linus Torvalds, (Mon May 8, 9:11 pm)
Re: Implementing branch attributes in git config, Junio C Hamano, (Mon May 8, 10:31 pm)
Re: Implementing branch attributes in git config, Martin Waitz, (Tue May 9, 4:26 am)
Re: Implementing branch attributes in git config, Johannes Schindelin, (Tue May 9, 4:34 am)