On 7/8/07, Marco Costalba <mcostalba@xxxxxxxxx> wrote:
On 7/8/07, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Match "log --parent" output to "rev-list --parent" output. > Thanks. It works for me.
Sorry, I have to correct, it does *not* work for me. Please apply your patch and give a look at: git log --parents -n1 addafaf92e -r -m -- diff.h What seems to happen is that duplicated entries are not removed by diff machinery. Although duplicated parents are correctly removed from parent list as in git-rev-list, probably we should consider that git-log has also the diff machinery attached. Marco P.S: Hope this little issue does not make you revert the patch ;-) - 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