Skip to content

Change gitCommitIdLength lower bound to 7 #173

@Brixomatic

Description

@Brixomatic

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions