On Fri, Jun 13, 2014 at 02:13:37PM -0700, David Aguilar wrote:
gitk fails to show diffs when browsing a read-only repository.
This is due to gitk's assumption that the current directory is always
writable.
Teach gitk to honor either the GITK_TMPDIR or TMPDIR environment
variables. This allows users to override the default location
used when writing temporary files.
Signed-off-by: David Aguilar <redacted>
Thanks, applied.
Paul.