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: Junio C Hamano
Date: Wednesday, September 27, 2006 - 12:08 pm

Andy Whitcroft <apw@shadowen.org> writes:


Just to make sure we are on the same page, only "raw" format
output is special and it is special only on output.  Ancestry
traversal always honors what you have in grafts.

However, you can do:

$ git rev-list --parents --pretty=raw

which would give you "commit $this_commit $its $parents" lines
and "parent $true_parent" lines at the same time.

And they will be inconsistent when you have grafts or path
limiter.  The former honor grafts and path limiter, and the
latter show the true set of parents.


-
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 ..., Junio C Hamano, (Wed Sep 27, 12:08 pm)
Re: [RFC] git-split: Split the history of a git repository ..., Johannes Schindelin, (Tue Oct 24, 7:56 am)