• Show log

    Commit

  • Hash : a02e7249
    Author : yorah
    Date : 2012-05-29T17:53:29

    notes: simplify the handling of fanouts
    
     - Do not create new levels of fanout when creating notes from libgit2
     - Insert a note in an existing matching fanout
     - Remove a note from an existing fanout
     - Cleanup git_note_read, git_note_remove, git_note_foreach, git_note_create methods in order use tree structures instead of tree_oids
    

  • README.md

  • Writing Clar tests for libgit2

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

    https://github.com/tanoku/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.