summaryrefslogtreecommitdiff
path: root/gitk-git/gitk
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2009-09-07 00:08:21 (GMT)
committerPaul Mackerras <paulus@samba.org>2009-09-10 11:46:28 (GMT)
commitc21398be6d7b112fa3a041b4b7d869d9954bf753 (patch)
tree50566a9ec58e39b9562a4946cc8a8d9ce66aa95f /gitk-git/gitk
parentb53bb301f5781b05fb59891128db21a331dca032 (diff)
downloadgit-c21398be6d7b112fa3a041b4b7d869d9954bf753.zip
git-c21398be6d7b112fa3a041b4b7d869d9954bf753.tar.gz
git-c21398be6d7b112fa3a041b4b7d869d9954bf753.tar.bz2
gitk: Show diff of commits at end of compare-commits output
When comparing a string of commits, when we find two non-merge commits that differ, we now write the two commits to files and diff the files. This pulls out the logic for creating a temporary directory from external_diff into a separate procedure so that the new diffcommits procedure can use it. Because the diff command returns an exit status of 1 when the files differ, and Tcl treats that as an error, this adds catch {} around the close statements in getblobdiffline. At present this only removes the temporary files when gitk exits. It should remove them when the diff is done. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'gitk-git/gitk')
0 files changed, 0 insertions, 0 deletions