release-depot / git_wrapper

A python based wrapper around GitPython
MIT License
4 stars 8 forks source link

commit_format should be an internal-only method #100

Closed jpichon closed 3 years ago

jpichon commented 3 years ago

commit_format takes in commits as represented by the underlying GitPython library, which should be abstracted away. End users should either call log_diff, short_log_diff or log_show_commit.

jpichon commented 3 years ago

(Rebased)