Commit bd0a55162d4196a04e77e68dc039f9ded3efff1a

Boris Egorov 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.