Tag

  • Show log

    Commit

  • Hash : 9ac8fb4a
    Author : Carlos Martín Nieto
    Date : 2015-06-06T03:55:28

    path: error out if the callback returns an error
    
    When the callback returns an error, we should stop immediately. This
    broke when trying to make sure we pass specific errors up the chain.
    
    This broke cancelling out of the loose backend's foreach.
    

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