• Show log

    Commit

  • Hash : f608f3bb
    Author : Russell Belfer
    Date : 2014-04-24T15:25:01

    Test toggling core.precomposeunicode yields rename
    
    There is an interesting difference with core Git here, though.
    Because libgit2 will do rename detection with the working directory,
    in the last case where the HEAD and the working directory both
    have the decomposed data and the index has the composed data, we
    generate a single status record with two renames whereas Git will
    generate one rename (head to index) and one untracked file.