• v0.3.3 4575605991

    martin tagged this 2020-10-24 16:21:32 +00:00 | 446 commits to main since this tag

    We currently ensure this by simply overriding any existing template.

    This is of course sub-optimal, but the previous recommendation, to
    globally set commit.template to a relative path would otherwise make
    git commit crash when run in a repo without first creating that
    template file, e.g. by running git mob ... or git solo in the
    project directory before committing anything.

    This way, we don't have to globally set commit.template, and git-mob
    will still work.

    Downloads