Hi,

Currently the snapshots and resulted downloaded files are named like
this <project>-<branch|sha1>.<zip|tar.gz|tar.bz2>

I was wondering if they could be named using the git describe format
instead. I think it would make more sens and be prettier.

Naming the file after the branch does not make much sens according to
me as it could be any commit of the said branch at any given time and
the full sha1 is not really useful.

<project>-$(git describe --abbrev=6).<zip|tar.gz|tar.bz2> seems the
best to me. I find it really useful to have the last tag name and the
number of commits since.

Best regards.

-- 
Sylvain Rabot <[email protected]>
_______________________________________________
CGit mailing list
[email protected]
http://lists.zx2c4.com/mailman/listinfo/cgit

Reply via email to