• Show log

    Commit

  • Hash : be20ac5a
    Author : Russell Belfer
    Date : 2014-05-08T14:33:37

    Allow cl_repo_get_bool to work with missing key
    
    One of the test helpers provides a quick way for looking up a
    boolean key.  But if the key way missing completely, the check
    would actually raise an error.  Given the way we use this helper,
    if the key is missing, this should just return false, I think.
    

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