• Show log

    Commit

  • Hash : dc5fe00c
    Author : Boris Egorov
    Date : 2015-01-25T00:07:23

    pathspec: do not try to dereference NULL
    
    pathspec_match_free() should not dereference a NULL passed to it.
    
    I found this issue when I tried to run example log program with
    nonexistent branch:
    
    ./example/log help
    
    Such call leads to segmentation fault.