2011/3/10 Junio C Hamano <gitster@xxxxxxxxx>: >> In some places, this pathspec is used, in other places another >> ... but i'm >> not sure why diffopt can't be used in place of pruning. > > A command in the "log" family uses revision traversal and uses one > pathspec (pruning.pathspec) to cull side branches and skip irrelevant > commits, and another pathspec (diffopt.pathspec) to specify how the found > commit is shown. ÂOff the top of my head, currently the only case the > pathspec of these diff options differ is when --full-diff is used, but > they are independent concepts. OK then I did it wrong. I should have removed prune_data in favor of pruning.pathspec, leaving diffopt.pathspec intact. -- Duy -- 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