FIx issue #464 corrupt log file by barry-scott · Pull Request #469 · gitpython-developers/GitPython

added 2 commits

June 13, 2016 15:26
It must only have the first line of the
commit messages, not the while multiple line log.

@Byron Byron mentioned this pull request

Jun 14, 2016

@barry-scott

@barry-scott

This fixes a UI problem with using GitPython from a GUI python probgram.
Each repo that is opened creates a git cat-file processs and that provess will create
a console window with out this change.

@Byron Byron mentioned this pull request

Jul 30, 2016

@barry-scott

@barry-scott

- add a second line to commit messages with the "BAD MESSAGE" text
- read in the log and confirm that the seond line is not in the log file

@barry-scott