Skip to content

Support for translations and manpage generation

Compare
Choose a tag to compare
@Goutte Goutte released this 01 Apr 16:01
· 21 commits to main since this release

You can now use :

sudo git spend man --install

to generate and install the manpages for git-spend, so that git help spend finds them.

They will be generated in your system language (derived from environment variables LANGUAGE, LC_ALL, and LANG, by decreasing priority).


I've included a tentative build for arm64 in this release, but it's quite big because upx needs a special build to pack arm64 binaries, and I can't run it.

Make your own:

make release-linux-arm64

That is a good excuse to look into CI release artifacts as a sequel…
To be continued…