summaryrefslogtreecommitdiff
path: root/tests/network/refspecs.c
Commit message (Expand)AuthorAgeFilesLines
* refspec: return GIT_EINVALIDSPEC for invalid specsEdward Thomson2020-10-251-1/+1
* tests: add missing error checksPatrick Steinhardt2020-02-071-1/+1
* refspec: fix transforming nested starsPatrick Steinhardt2019-04-261-0/+5
* refs: loosen restriction on wildcard "*" refspecsPatrick Steinhardt2019-04-261-4/+13
* tests: network::refspecs: add missing assert when parsing refspecPatrick Steinhardt2019-04-261-1/+1
* treewide: remove use of C++ style commentsPatrick Steinhardt2018-07-131-3/+3
* Merge pull request #4699 from nelhage/fetch-null-dstPatrick Steinhardt2018-07-061-0/+5
|\
| * formatting fixNelson Elhage2018-06-291-1/+2
| * Add a test.Nelson Elhage2018-06-251-0/+4
* | refspec: rename `git_refspec__free` to `git_refspec__dispose`Patrick Steinhardt2018-06-291-5/+5
* | refspec: add public parsing apicynecx2018-06-221-0/+12
|/
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-3/+3
* Fix memory leak in tests/network/refspecs.cJeff Hostetler2015-06-171-0/+2
* refspec: make sure matching refspecs have src, dst and input stringsCarlos Martín Nieto2015-05-221-0/+10
* Check if the refspec matches before transformingJacques Germishuys2014-08-171-5/+43
* refspec: support asterisks in the middle of a patternCarlos Martín Nieto2014-07-041-0/+23
* Rename tests-clar to testsBen Straub2013-11-141-0/+87