-
-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
Issue
version: 1.9.0
usage context: any
Problem description:
Docs for settings say:
<gitCommitIdLength>integer</gitCommitIdLength> <!-- between [8,40] -->
In Github all short commit IDs usually have 7
digits length, like in this project: c14645a.
If the Git commit ID from jgitver is used to create docker containers, for example, it is useful to have their tag correspond to a commit ID on Github. This is not possible, if the lower bound for the gitCommitIdLength
is 8 instead of 7.