You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Dismiss alert
{{ message }}
Ability to add trailers when creating a commit #1998
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.