Feature #3945
Shorten revision ID for git events
| Status: | Closed | Start date: | 2009-09-30 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | SCM | |||
| Target version: | - | |||
| Resolution: | Duplicate |
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.
Related issues
History
#1 Updated by Eric Davis over 2 years ago
- Category set to SCM
#2 Updated by Matthias Kuehn about 2 years ago
Also see #3244. A review of the patch included would be nice.
#3 Updated by Kennon Ballou almost 2 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.
#4 Updated by Toshi MARUYAMA over 1 year ago
#5 Updated by Toshi MARUYAMA over 1 year ago
- Status changed from New to Closed
- Resolution set to Duplicate
This issue duplicates #6092.
