Re: [ANNOUNCE] GIT 0.99.9g

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Junio C Hamano <junkio@...>
Cc: <git@...>
Date: Thursday, November 10, 2005 - 5:54 am

Junio C Hamano wrote:

Thanks for the merge.
IMHO, the commit labelled 
"Bundle file copies from multiple branches into a merge" 
(109fc2b97b73090a4a0a6550cdf9b2446fd12389) needs more attention/discussion.

In svn, there is no concept of branches or tag, but because the copy is 
cheap, directories are used to simulate branches and tags.
The repository will be like :

/trunk/path/to/file
/branches/branch_1/path/to/file
/branches/branch_n/path/to/file
/tags/tag_1/path/to/file
/tags/tag_m/path/to/file

Now, someone can copy directory or files from the trunk or any 
branch/tag into any other directory. For instance one can commit the 
following tree as a new revision :

/trunk/path/to/file
/trunk/new/path/to/file (this is a copy of /branches/branch_1/path/to/file)
/branches/branch_1/path/to/file
/branches/branch_n/path/to/file
/tags/tag_1/path/to/file
/tags/tag_m/path/to/file


Now the commit 109fc2b97b73090a4a0a6550cdf9b2446fd12389 creates a new 
commit with two parents:
1) HEAD
2) the git branch called "branch_1"

 From what I read about the definition of commit in git's documentation, 
that seems to be ok, but can this marking of  "branch_1" as a parent of 
this commit be dangerous for merges done later in pure git ?

--yas
-
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:
[ANNOUNCE] GIT 0.99.9g, Junio C Hamano, (Thu Nov 10, 4:14 am)
Re: [ANNOUNCE] GIT 0.99.9g, Jim Radford, (Thu Nov 10, 2:54 pm)
Re: [ANNOUNCE] GIT 0.99.9g, Andreas Ericsson, (Thu Nov 10, 4:30 pm)
Re: [ANNOUNCE] GIT 0.99.9g, Junio C Hamano, (Thu Nov 10, 4:48 pm)
Re: [ANNOUNCE] GIT 0.99.9g, Jim Radford, (Fri Nov 11, 2:23 pm)
Re: [ANNOUNCE] GIT 0.99.9g, H. Peter Anvin, (Thu Nov 10, 1:09 pm)
Re: [ANNOUNCE] GIT 0.99.9g, Johannes Schindelin, (Fri Nov 11, 10:19 am)
Re: [ANNOUNCE] GIT 0.99.9g, H. Peter Anvin, (Fri Nov 11, 1:46 pm)
Re: [ANNOUNCE] GIT 0.99.9g, Junio C Hamano, (Thu Nov 10, 1:44 pm)
Re: [ANNOUNCE] GIT 0.99.9g, H. Peter Anvin, (Fri Nov 11, 5:18 pm)
Re: [ANNOUNCE] GIT 0.99.9g, Linus Torvalds, (Thu Nov 10, 3:32 pm)
Re: [ANNOUNCE] GIT 0.99.9g, Linus Torvalds, (Thu Nov 10, 3:43 pm)
Re: [ANNOUNCE] GIT 0.99.9g, Petr Baudis, (Thu Nov 10, 2:03 pm)
Re: [ANNOUNCE] GIT 0.99.9g, Daniel Barkalow, (Thu Nov 10, 2:31 pm)
Re: [ANNOUNCE] GIT 0.99.9g, Junio C Hamano, (Thu Nov 10, 3:04 pm)
Re: [ANNOUNCE] GIT 0.99.9g, Daniel Barkalow, (Thu Nov 10, 3:09 pm)
Re: [ANNOUNCE] GIT 0.99.9g, Yaacov Akiba Slama, (Thu Nov 10, 5:54 am)
Re: [ANNOUNCE] GIT 0.99.9g, Junio C Hamano, (Thu Nov 10, 3:55 pm)
Re: [ANNOUNCE] GIT 0.99.9g, Jeff Garzik, (Thu Nov 10, 5:09 am)
Re: [ANNOUNCE] GIT 0.99.9g, Junio C Hamano, (Fri Nov 11, 2:37 pm)
Re: [ANNOUNCE] GIT 0.99.9g, Andreas Ericsson, (Sat Nov 12, 8:17 am)
Re: [ANNOUNCE] GIT 0.99.9g, Junio C Hamano, (Mon Nov 14, 3:46 am)
Re: [ANNOUNCE] GIT 0.99.9g, Petr Baudis, (Mon Nov 14, 5:32 am)
Re: [ANNOUNCE] GIT 0.99.9g, Andreas Ericsson, (Mon Nov 14, 5:23 am)
Re: [ANNOUNCE] GIT 0.99.9g, Junio C Hamano, (Mon Nov 14, 5:15 pm)
Re: [ANNOUNCE] GIT 0.99.9g, H. Peter Anvin, (Thu Nov 10, 1:13 pm)
Re: [ANNOUNCE] GIT 0.99.9g, Andreas Ericsson, (Thu Nov 10, 2:34 pm)
Re: [ANNOUNCE] GIT 0.99.9g, H. Peter Anvin, (Fri Nov 11, 5:17 pm)
Re: [ANNOUNCE] GIT 0.99.9g, Andreas Ericsson, (Sat Nov 12, 7:37 am)