summaryrefslogtreecommitdiff
path: root/tests/fetchhead/nonetwork.c
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-8/+8
* Introduce GIT_WARN_UNUSED_RESULTlhchavez2021-08-081-1/+1
* fetch: test when HEAD points to nonexistent branchEdward Thomson2021-01-071-0/+29
* fetchhead: strip credentials from remote URLPatrick Steinhardt2020-01-311-1/+19
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-221-2/+2
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-3/+3
* transports: local: fix assert when fetching into repo with symrefsPatrick Steinhardt2018-04-061-0/+23
* fetch: go over FETCH_HEAD just once when counting the prefixes in testCarlos Martín Nieto2017-12-261-21/+26
* fetch: add a failing test for FETCH_HEAD with multiple fetch refspecsCarlos Martín Nieto2017-12-261-0/+59
* fetch: expand fetchhead test to cover providing multiple refspecsCarlos Martín Nieto2017-11-191-8/+16
* tests: update error message checkingethomson/error_msgsEdward Thomson2016-12-291-2/+2
* index, iterator, fetchhead: plug leaksleaksCarlos Martín Nieto2015-06-261-0/+3
* remote: insert refspecs with no rhs in FETCH_HEADcmn/fetch-spec-fetchheadCarlos Martín Nieto2015-06-251-0/+44
* remote: remove url and pushurl from the save logicCarlos Martín Nieto2015-05-131-2/+1
* Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-131-1/+1
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-1/+1
* remote: rename _load() to _lookup()cmn/remote-lookupCarlos Martín Nieto2014-11-081-1/+1
* remote: allow overriding the refspecs for download and fetchCarlos Martín Nieto2014-09-301-1/+1
* Introduce cl_assert_equal_oidEdward Thomson2014-07-011-4/+4
* fetchhead: deal with quotes in branch namesCarlos Martín Nieto2014-04-241-0/+9
* remote: write tests for cloning from an empty repoCarlos Martín Nieto2014-04-021-0/+36
* Rename tests-clar to testsBen Straub2013-11-141-0/+309