Re: [RFC] git-split: Split the history of a git repository by subdirectories and ranges

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linus Torvalds
Date: Tuesday, October 24, 2006 - 8:19 am

On Tue, 24 Oct 2006, Johannes Schindelin wrote:

Yeah, with full history, you might as well keep the trivially identical 
parents too. In the "nice rewrite", you'd get rid of them, but you'd get 
rid of them not because they are trivially identical, but because they are 
just the trivial case of "one parent totally dominates the other".

Sadly, while it may be the _trivial_ case in --full-history, it's probably 
not even the common case, at least if you have lots of merges (because you 
end up having one parent point to one merge, and the other to another, and 
you need to simplify things in multiple passes).

			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:
Re: [RFC] git-split: Split the history of a git repository ..., Johannes Schindelin, (Tue Oct 24, 7:56 am)
Re: [RFC] git-split: Split the history of a git repository ..., Linus Torvalds, (Tue Oct 24, 8:19 am)