• Show log

    Commit

  • Hash : 3e57069e
    Author : Russell Belfer
    Date : 2013-11-01T13:49:43

    Fix --assume-unchanged support
    
    This was never really working right because we were checking the
    wrong flag and not checking it in all the places that we need to
    be checking it.  I finally got around to writing a test and adding
    actual support for it.
    

  • 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.