Browse Source
#11846 Introduced feature to show exact tag on commit view. However if a repo has no tags at all git prints out a separate and unhandled error " No names found, cannot describe anything." Adding --always to the command makes it always use the error in the style of "fatal: no tag exactly matches" even if there are no tags at all. Fixes #11869 Fixes #11868tags/v1.13.0-rc1
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue