• Show log

    Commit

  • Hash : e4acc3ba
    Author : Russell Belfer
    Date : 2013-06-18T16:14:35

    Fix rename looped reference issues
    
    This makes the diff rename tracking code more careful about the
    order in which it processes renames and more thorough in updating
    the mapping of correct renames when an earlier rename update
    alters the index of a later matched pair.
    

  • README.md

  • Writing Clar tests for libgit2

    For information on the Clar testing framework and a detailed introduction please visit:

    https://github.com/vmg/clar

    • Write your modules and tests. Use good, meaningful names.

    • Make sure you actually build the tests by setting:

        cmake -DBUILD_CLAR=ON build/
    • Test:

        ./build/libgit2_clar
    • Make sure everything is fine.

    • Send your pull request. That’s it.