Changes between Initial Version and Version 1 of Ticket #14445, comment 1


Ignore:
Timestamp:
Sep 5, 2018, 3:54:39 PM (6 years ago)
Author:
cb88

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14445, comment 1

    initial v1  
    44
    55What about a short hash for convenience of reporting it would have to be long enough to not collide often, and short enough to not be onerous to type.
     6
     7https://stackoverflow.com/questions/18134627/how-much-of-a-git-sha-is-generally-considered-necessary-to-uniquely-identify-a
     8
     9
     10This would automatically generate the shortest unique hash for a commit.
     11{{{
     12git rev-parse --short
     13}}}
     14