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 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html