• Show log

    Commit

  • Hash : 8469d821
    Author : Stefan Sperling
    Date : 2022-06-25T09:25:07

    always show commit or tree IDs in diff header, in order to help 'got patch' The idea is that got patch can simply look for a line such as: commit - abcde1234567... to find the merge base commit ID to show in diff3 conflict markers. got log -p now displays commit IDs in its diff header, instead ofl tree or blob IDs. ok op@