summaryrefslogtreecommitdiff
path: root/tests/remote/fetch.c
Commit message (Expand)AuthorAgeFilesLines
* tests: declare functions statically where appropriateEdward Thomson2021-11-111-1/+1
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-8/+8
* tests: change comments to c89 stylePeter Pettersson2021-08-291-7/+7
* skip descendant check if remote ref not foundAlex Good2021-08-051-19/+4
* Fix memory sanitizer failures in testsAlex Good2021-06-301-15/+18
* Respect the force flag on refspecs in git_remote_fetchAlex Good2021-06-111-0/+181