Open
Description
GitPython supports parsing trailers, but not creating them.
They can be included in a commit message via
$ git commit --message "Did a thing" --trailer "Issue: abc"
It would be nice if GitPython supported trailer creation.
GitPython supports parsing trailers, but not creating them.
They can be included in a commit message via
$ git commit --message "Did a thing" --trailer "Issue: abc"
It would be nice if GitPython supported trailer creation.