git-gui: Show only the abbreviated SHA1 after committing.
commitd4ab2035ca64ccb380c42a73f1ce0aefe1669a39
authorShawn O. Pearce <spearce@spearce.org>
Thu, 9 Nov 2006 03:51:09 +0000 (8 22:51 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Thu, 9 Nov 2006 03:51:09 +0000 (8 22:51 -0500)
tree5252154303d13f17f833d90078c3408e399d3641
parent7fe7e733fafbab0373ee0d8fc35b9e284a598ee4
git-gui: Show only the abbreviated SHA1 after committing.

There's really no great reason to show the entire commit object id
within the GUI, especially if the user is unable to copy and paste
it into another interface such as gitk or a terminal window.  So
we'll just show them the first 8 digits and hope that is unique
within their repository.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui