summaryrefslogtreecommitdiff
path: root/src/pathspec.c
Commit message (Expand)AuthorAgeFilesLines
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-1/+2
* giterr_set: consistent error messagesEdward Thomson2016-12-291-2/+2
* iterator: disambiguate reset and reset_rangeEdward Thomson2016-03-231-1/+1
* Horrible fix for #3173.Arthur Schreiber2016-02-111-2/+1
* pool: Simplify implementationVicent Marti2015-10-281-8/+4
* iterator: use an options struct instead of argsEdward Thomson2015-08-281-12/+12
* Merge pull request #2847 from jacquesg/coverityEdward Thomson2015-01-261-0/+3
|\
| * Return early if allocating a git_pathspec_match_list failedJacques Germishuys2015-01-251-0/+3
* | pathspec: do not try to dereference NULLBoris Egorov2015-01-251-0/+3
|/
* iterator: submodules are determined by an index or treecmn/submodule-and-dirCarlos Martín Nieto2014-11-071-1/+1
* Minor fixesRussell Belfer2014-04-181-1/+2
* Clean up index snapshot function namingRussell Belfer2014-04-171-1/+1
* Fix some Windows warningsRussell Belfer2014-02-071-1/+1
* index: Compare with given lenVicent Marti2014-01-291-1/+1
* Fix a memory leak in `git_pathspec__vinit`.Arthur Schreiber2014-01-131-1/+3
* Cleanups, renames, and leak fixesRussell Belfer2013-12-121-1/+1
* Add git_vector_free_allRussell Belfer2013-12-111-9/+1
* Rename diff objects and split patch.hRussell Belfer2013-10-111-1/+1
* Match against file with leading ! was too broadRussell Belfer2013-08-091-1/+2
* Revert PR #1462 and provide alternative fixRussell Belfer2013-08-091-2/+11
* Merge pull request #1462 from yorah/fix/libgit2sharp-issue-379Russell Belfer2013-08-091-1/+1
|\
| * status: fix handling of filenames with special prefixesyorah2013-04-151-1/+1
* | Add git_pathspec_match_diff APIRussell Belfer2013-07-101-75/+239
* | Fix example/log.c pathspec handling of mergesRussell Belfer2013-07-101-8/+13
* | Add public API for pathspec matchingRussell Belfer2013-07-101-49/+401
* | Add higher level pathspec APIRussell Belfer2013-06-191-0/+25
* | Fix trailing whitespacesnulltoken2013-05-151-1/+1
|/
* Notify '*' pathspec correctly when diffingyorah2013-04-111-10/+15
* Return the matched pathspec pattern in `git_pathspec_match_path`yorah2013-02-071-3/+14
* update copyrightsEdward Thomson2013-01-081-1/+1
* Consolidate text buffer functionsRussell Belfer2012-11-281-2/+3
* Create internal strcmp variants for function ptrsRussell Belfer2012-11-141-4/+4
* Move pathspec code in separate filesRussell Belfer2012-11-091-0/+151