This is more of an annoyance than a bug: I've got multiple Git repos that I want to snapshot and push to back them up, so I run mr commit -m "Snapshot $(date)"
. When there is nothing to commit in one of the repos, I get mr commit: command failed
. Is there something I can do to make that not be considered a failure?
Thanks, -Mat
By the way, I hope this is the right place to report these things. I tried the Forums page but Branchable reported that it was locked.
I'm not sure myrepos should be in the business of ignoring failure of VCS commands generally. I think the right way to go for this is for you to override the commit/record commands for the repositories you want this feature in, or for the parent directory if the repositories are in one directory or for all repositories if you don't have any where you don't do snapshots.
I'll look into fixing the forum, thanks for reporting that.