Re: Recent issues
From: Paul Mackerras <hidden>
Date: 2016-06-15 22:43:20
Junio C Hamano writes:
* gitk --left-right From: Linus Torvalds [off-list ref] Message-ID: [ref] From: Junio C Hamano [off-list ref] Message-ID: [ref] Paulus?
Looks mostly OK; I assume there's no possible downside to using git log -v --pretty=raw rather than git rev-list? Also, in the second patch, commitside needs to either be indexed by view as well as id, or needs to be "context-switched" by showview. I'll fix it. Since neither you nor Linus included a signed-off-by, I'll combine the patches and fix up a few things.
* gitk tree view fix From: Brian Downing [off-list ref] Subject: [PATCH] gitk: Fix for tree view ending in nested directories Message-ID: [ref] Paulus?
Looks reasonable. Paul.