Menu

#5766 Tools: Git version detection doesn't work

Tools
closed-fixed
Julien
None
5
2011-06-27
2011-06-22
agf
No

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.

Discussion

  • agf

    agf - 2011-06-22

    Also the comment on line 409 of Makefile.common still says "Subversion" instead of "Git".

     
  • Julien

    Julien - 2011-06-27

    Should be fixed with a6f0a48.

    Thanks for reporting the bug!

     
  • Julien

    Julien - 2011-06-27
    • assigned_to: nobody --> littleboy
    • status: open --> closed-fixed