Commit graph

4 commits

Author SHA1 Message Date
luz.paz
443be63167 Misc. typos
Found via `codespell -i 3 -w --skip="./thirdparty,./share/locale,./fonts" -I ../musescore-whitelist.txt`
Whitelist:
```
clas
nd
ot
pres
strack
tage
te
```
2018-02-13 12:06:05 -05:00
Joachim Schmitz
3ad1e3cd6c Make sure the Git SHA always has a lenght of 7
This is or was the default, but for some reason we now sometimes see a
length of 9 on self-built versions, at least on Windows. So let's be
explict rather than relying on a default.
See https://musescore.org/en/node/152206#comment-699451
2017-04-18 09:19:19 +02:00
Tony Mountifield
2f0aec7ccf Improve post-checkout hook and README
Make the post-checkout hook only update revision.h on branch-level
checkout. Add "assume unchanged" status to revision.h.
Expanded the description in README.
2013-01-30 16:13:36 +00:00
Tony Mountifield
d82fced192 Improve handling of mscore/revision.h
Added a default mscore/revision.h containing "Unknown" as the
revision number (mscore/revision.h remains in .gitignore).
Removed the dependency on "revision" in the Makefiles. Now
"make revision" must be done manually if required.
Added sample post-checkout git hook to allow git automatically
to update mscore/revision.h when doing a git checkout. If installed,
this removes the need to do "make revision" manually.
2013-01-29 16:26:07 +00:00