summaryrefslogtreecommitdiff
path: root/tests/online/fetchhead.c
Commit message (Collapse)AuthorAgeFilesLines
* remote: rename _load() to _lookup()cmn/remote-lookupCarlos Martín Nieto2014-11-081-1/+1
| | | | This brings it in line with the rest of the lookup functions.
* remote: use active refspec override in the testsCarlos Martín Nieto2014-09-301-3/+5
| | | | | This lets us test this bit as well as getting closer to what they were trying to do.
* remote: allow overriding the refspecs for download and fetchCarlos Martín Nieto2014-09-301-1/+1
| | | | | | | With opportunistic ref updates, git has introduced the concept of having base refspecs *and* refspecs that are active for a particular fetch. Let's start by letting the user override the refspecs for download.
* When auto follow tags, FETCH_HEAD should list only newly followed tagsLinquize2014-09-061-0/+12
|
* Add reflog parameters to remote apisBen Straub2014-02-041-1/+1
| | | Also added a test for git_remote_fetch.
* Rename tests-clar to testsBen Straub2013-11-141-0/+91