Staubgeborener / Klipper-Backup

Klipper backup script for manual or automated GitHub backups. Lightweight, pragmatic and comfortable.
https://klipperbackup.xyz
271 stars 52 forks source link

New feature: individual commit messages #22

Closed cherub-i closed 9 months ago

cherub-i commented 9 months ago

I wanted to be able to set individual commit messages, as it makes it easier to find specific changes in the commit history.

I found a way to enable just that, with a parameter in the macro. It's not ideal, as you have to wrap the message in double-quotes (otherwise it will fail), but it's good enough for me. You can find my (backwards-compatible) code-changes in script.sh and the macro needed in my commit https://github.com/cherub-i/klipper-backup/commit/68e7e72762012b8b75c324d1970f64693773ff15

Staubgeborener commented 9 months ago

Thanks for the idea, just added it in the last commit and published a new release 0.3.7.