lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to append a git version to an output filename


From: Andrew Bernard
Subject: Re: How to append a git version to an output filename
Date: Sun, 14 Jan 2018 21:44:15 +1100

Hi Ben,

I think the desire to add git version information to files is a hangover from earlier days when people used to do this with SCCS, CVS, RCS, and all those antique systems. With git, due to its model, that's not so commonly done nowadays.

If you want to manage your files by the complex git hash numbers, then why not check in the output to the commit as well? Then you can simply add tags to make it more humanly readable. You could add the tag name to the file name if you really so desired. Seems simpler that what you are asking to do.

I know this is not the answer you are looking for, but may be a way to go?

Andrew


reply via email to

[Prev in Thread] Current Thread [Next in Thread]