Feature #3945
closedShorten revision ID for git events
0%
Description
Using the full SHA1 hash in the activity tab is really annoying. They take up a tremendous amount of screen space, for no added value, as 7-8 characters from the hash is enough to ID a revision in most projects.
Attached is a patch that achieves the shortening effect, in the same way that the repository file browser does (basically truncating to the first 8 characters from the revision id).
Ideally this should be done by asking Git for what it thinks the short id is for each revision, as it is aware of how many bits are needed to ensure unique-ness. But I have no idea how to do that, as I am new to Ruby.
Files
Related issues
Updated by Matthias Kuehn over 14 years ago
Also see #3244. A review of the patch included would be nice.
Updated by Kennon Ballou over 14 years ago
+1
This is extremely annoying in the activity view when you have alot of commits. I'm looking into this to see if there is a cleaner way of doing this, as initial poster suggested using git instead of arbitrarily truncating the id.
Updated by Toshi MARUYAMA almost 14 years ago
- Status changed from New to Closed
- Resolution set to Duplicate
This issue duplicates #6092.