Il giorno dom 27 lug 2025 alle 10:06:00 +00:00:00, Werner LEMBERG
<[email protected]> ha scritto:
Am I missing something?
Yes, you do :-)
-d, --diff-version-update
only update \version number if file is
modified
Ooops, of course. I'm tired.
Another question: there's a way to disable the creation of backup files
ending with ~? I work on git-tracked files and I don't care about
backup files.
I see only this option:
-b, --backup-numbered
make a numbered backup [default: filename.ext~]
but it just adds an extra 1~ as in:
./ly/cropping.ily.~1~
I would need a --no-backup option probably.
Not a big issue, since removing these backup files is easy.