Modify ↓
Opened 16 years ago
Closed 15 years ago
#7075 closed enhancement (duplicate)
Short SHA1 checksum as commit reference
| Reported by: | Owned by: | Herbert Valerio Riedel | |
|---|---|---|---|
| Priority: | normal | Component: | GitPlugin |
| Severity: | normal | Keywords: | links, sha1 |
| Cc: | Trac Release: | 0.11 |
Description
It would be nice if it were possible to reference a commit (in TracLinks) with shortened sha1 checksum.
For example, instead of [5c0084f75ba670a680d960682557f531c6e2e8a4] allow changeset:5c0084 or even [5c0084].
Git allows shortening SHA1 checksum up to 5 syms, provided it's still unambigous.
Attachments (0)
Change History (2)
comment:1 Changed 16 years ago by
comment:2 Changed 15 years ago by
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



See the first three patches attached to #2685 (the minimum required length is configurable via
rev_len).