E3SM-Project / E3SM-Project/pace
Model version
- Dominant language
- Python
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Update git describe output to only match certain patterns (releases)
https://github.com/ESMCI/cime/blob/master/CIME/utils.py
https://git-scm.com/docs/git-describe
--match pattern
Only consider tags matching the given glob(7) pattern, excluding the "refs/tags/" prefix. If used with --all, it also considers local branches and remote-tracking references matching the pattern, excluding respectively "refs/heads/" and "refs/remotes/" prefix; references of other types are never considered. If given multiple times, a list of patterns will be accumulated, and tags matching any of the patterns will be considered. Use --no-match to clear and reset the list of patterns.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.