• Show log

    Commit

  • Hash : bc16fd3e
    Author : Russell Belfer
    Date : 2012-09-28T13:40:02

    Introduce status/diff TYPECHANGE flags When I wrote the diff code, I based it on core git's diff output which tends to split a type change into an add and a delete. But core git's status has the notion of a T (typechange) flag for a file. This introduces that into our status APIs and modifies the diff code so it can be forced to not split type changes.