audiogame-manager
Storm Dragon pushed changes to the testing branch of the audiogame-manager project Merge branch 'testing' of git.stormux.org:storm/audiogame-manager into testing
- replies
- 1
- announces
- 0
- likes
- 0
audiogame-manager
@storm what exactly does that mean? what was merged in that branch?
re: audiogame-manager
@esoteric_programmer Oh the "merged" commit... That means I forgot to check if anyone else made a change before trying to push something so I had to let it automerge, and I was too lazy to write a better commit message.
re: audiogame-manager
@storm ahh, lol! do you have a bot which sends those messages, or you do it manually?
re: audiogame-manager
@esoteric_programmer it's a git hook that uses the command line client Toot. For projects where I want to share commits, I just soft link it to the pre-push git hook. It requires toot be installed and configured, but then it just works.
re: audiogame-manager
@storm hmm, interesting. I thought you'd make a shell script which does all that without toot and with the use of curl, but yeah, this works too lol