Browse Source
git-describe was taught `--abbrev=0` in 1.5.0: https://github.com/git/git/blob/master/Documentation/RelNotes/1.5.0.txt git-describe was taught `--match` in 1.5.5: https://github.com/git/git/blob/master/Documentation/RelNotes/1.5.5.txt I don't see anything else potentially weird in here, so I think it is safe to proclaim that the minimum git version required to run these commands is 1.5.5. Documenting this minimum version required here should help people debug possible issues and help maintainers of this project understand the impacts of modifying these commands in the future.

1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue