• Show log

    Commit

  • Hash : 0c289dd7
    Author : Russell Belfer
    Date : 2013-03-25T16:40:16

    Recursing into ignored dirs for diff and status
    
    This implements working versions of GIT_DIFF_RECURSE_IGNORED_DIRS
    and GIT_STATUS_OPT_RECURSE_IGNORED_DIRS along with some tests for
    the newly available behaviors.  This is not turned on by default
    for status, but can be accessed via the options to the extended
    version of the command.
    

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