On Wed, 6 Sep 2006, Jakub Narebski wrote:
Well, I just didn't realize that --parents gives parents in _simplified_
history, unless --full-history is used. Hence my confusion.
Right. That's really the main reason for "--parents" existing in the first
place. I added it exactly so that "gitk" would work with pathname
limiting.
If you don't want the simplified history parents, you might as well just
parse the parents information directly from the commit data yourself
(although with grafting, there's arguably _some_ reason to have
git-rev-list do it for you regardless of simplification).
Linus