Git changed 2 things, first adding a `%B` token to the pretty print formatting in v1.7.0.4-361 that prints out the equivalent of `%s%n%b` and second changing the output of files that have been moved from one place to another from one line saying renamed to 2 saying deleted & created. We know that git version 1.7.0.4 does not work properly and that 1.7.10 does work properly.

Long term we should probably move to using lower level non porcelain commands that are less likely to spontaneously change.

Comments

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

marvil07’s picture

Version: 7.x-1.x-dev » 6.x-2.x-dev
Status: Closed (fixed) » Patch (to be ported)

This could use a back port.

sdboyer’s picture

Status: Patch (to be ported) » Closed (duplicate)

already have the backport requirement covered.

  • Commit 3b69cfa on 7.x-1.x, fix-invalid-default-branches, fullsync-memory by tizzo:
    Issue #1549720, add hook_requirements and hook_enable implementations to...