git-gui: Change prior tree SHA-1 verification to use git_read
authorShawn O. Pearce <spearce@spearce.org>
Thu, 12 Jul 2007 06:45:23 +0000 (02:45 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 12 Jul 2007 06:45:23 +0000 (02:45 -0400)
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 <spearce@spearce.org>
No differences found