• Show log

    Commit

  • Hash : 4742148d
    Author : Russell Belfer
    Date : 2013-05-20T13:41:39

    Add more diff rename detection tests
    
    This adds a bunch more rename detection tests including checks
    vs the working directory, the new exact match options, some more
    whitespace variants, etc.
    
    This also adds a git_futils_writebuffer helper function and uses
    it in checkout.  This is mainly added because I wanted an easy
    way to write out a git_buf to disk inside my test code.