From: Shawn O. Pearce Date: Thu, 12 Jul 2007 06:45:23 +0000 (-0400) Subject: git-gui: Change prior tree SHA-1 verification to use git_read X-Git-Tag: v1.5.3-rc1~16^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b215883de9322b8b475a04b4768d6ba5455373d1?hp=b215883de9322b8b475a04b4768d6ba5455373d1 git-gui: Change prior tree SHA-1 verification to use git_read This cat-file was done on maint, where we did not have git_read available to us. But here on master we do, so we should make use of it. Signed-off-by: Shawn O. Pearce ---