Opened 13 years ago
Closed 13 years ago
#5766 closed defect (fixed)
Tools: Git version detection doesn't work
Reported by: | SF/agf863 | Owned by: | Templier |
---|---|---|---|
Priority: | normal | Component: | Tools |
Version: | Keywords: | ||
Cc: | Game: |
Description
Commit e3605bff56e6180d50a818ec06aad181c84fcd9b which switches the tools to use git version detection gives fatal: No names found, cannot describe anything. for me because "git describe" returns v1.2.0-377-g6f6f0c5 not desc/X.X.X-XXX-hash as it does in scummvm, so "git describe --match desc/\*" never matches anything.
Ticket imported from: #3324316. Ticket imported from: bugs/5766.
Change History (3)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Also the comment on line 409 of Makefile.common still says "Subversion" instead of "Git".