• Show log

    Commit

  • Hash : b2832778
    Author : Omar Polo
    Date : 2022-04-23T10:39:47

    got-read-patch: preserve all \ lines as a cheap optimization got-read-patch was sending only the "\ No newline at end of file" lines that follows an addition (a "+" line). To be able to reverse patches in the future got_patch needs to know about all of these lines instead. No functional changes intended. ok stsp@