Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIx issue #464 corrupt log file #469

Merged
merged 9 commits into from Aug 2, 2016
Merged

Commits on Jun 13, 2016

  1. Fix corruption of the ref logs file

    It must only have the first line of the
    commit messages, not the while multiple line log.
    barry-scott committed Jun 13, 2016
  2. fix flake8 found problems

    barry-scott committed Jun 13, 2016

Commits on Jul 12, 2016

Commits on Jul 29, 2016

  1. Prevent CMD windows being shown when starting git in a subprocess.

    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.
    barry-scott committed Jul 29, 2016

Commits on Aug 1, 2016

  1. Must pass creationflags as a keywork

    barry-scott committed Aug 1, 2016
  2. creationflags must be set to 0 on non-windows platforms

    barry-scott committed Aug 1, 2016
  3. add test to detect the corrupt log

    - 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 committed Aug 1, 2016
  4. fix flake8 problems

    barry-scott committed Aug 1, 2016
You can’t perform that action at this time.