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

Pr fix corrupt reflog #465

Closed
wants to merge 10 commits into from
Closed

Commits on May 30, 2016

  1. Fix flake8 complaints

    barry-scott committed May 30, 2016
  2. Make sure that stderr is converted to bytes

    remove stderr for a wait() that is not the GitPython wrapper.
    barry-scott committed May 30, 2016

Commits on Jun 6, 2016

  1. Can get a str object from stream.read rather then bytes.

    Convert to the expected bytes.
    barry-scott committed Jun 6, 2016
  2. There is no code that will put FOO in the args of the GitCommandError.

    git can be expected to exit with 128 as its will fail hard without a working
    ssh command.
    barry-scott committed Jun 6, 2016
  3. Fif reflog corruption. Only the first line of commit must be appended…

    … to the log.
    
    Also fix the ValueError to use %r and (value,) idiom.
    barry-scott committed Jun 6, 2016
You can’t perform that action at this time.