author | Shawn O. Pearce <spearce@spearce.org> | |
Thu, 9 Nov 2006 03:51:09 +0000 (22:51 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Thu, 9 Nov 2006 03:51:09 +0000 (22:51 -0500) | ||
commit | d4ab2035ca64ccb380c42a73f1ce0aefe1669a39 | |
tree | 5252154303d13f17f833d90078c3408e399d3641 | tree | snapshot |
parent | 7fe7e733fafbab0373ee0d8fc35b9e284a598ee4 | commit | diff |
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>
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 | diff | blob | history |