GitPython icon indicating copy to clipboard operation
GitPython copied to clipboard

Ability to add trailers when creating a commit

Open rorybyrne opened this issue 1 year ago • 1 comments

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.

rorybyrne avatar Jan 20 '25 08:01 rorybyrne