• Show log

    Commit

  • Hash : a8b5f116
    Author : Russell Belfer
    Date : 2013-07-03T17:00:50

    Fix example/log.c pathspec handling of merges
    
    This fixes the way the example log program decides if a merge
    commit should be shown when a pathspec is given.  Also makes it
    easier to use the pathspec API to just check "does a tree match
    anything in the pathspec" without allocating a match list.
    

  • README.md

  • libgit2 examples

    These examples are meant as thin, easy-to-read snippets for Docurium (https://github.com/github/docurium) rather than full-blown implementations of Git commands. They are not vetted as carefully for bugs, error handling, or cross-platform compatibility as the rest of the code in libgit2, so copy with some caution.

    For HTML versions, check “Examples” at http://libgit2.github.com/libgit2