summaryrefslogtreecommitdiff
path: root/tests/fetchhead/fetchhead_data.h
Commit message (Collapse)AuthorAgeFilesLines
* online: test with https instead of git protocolethomson/test_httpsEdward Thomson2022-01-101-32/+32
| | | | | GitHub is removing support for the unauthenticated git protocol; test with the https protocol.
* When auto follow tags, FETCH_HEAD should list only newly followed tagsLinquize2014-09-061-0/+15
|
* fetchhead: deal with quotes in branch namesCarlos Martín Nieto2014-04-241-0/+3
| | | | | | | | | The current FETCH_HEAD parsing code assumes that a quote must end the branch name. Git however allows for quotes as part of a branch name, which causes us to consider the FETCH_HEAD file as invalid. Instead of searching for a single quote char, search for a quote char followed by SP, which is not a valid part of a ref name.
* remote: write tests for cloning from an empty repoCarlos Martín Nieto2014-04-021-1/+0
| | | | | | | | Cloning from an empty repo must set master's upstream to origin's master, even if neither of them exist. Fetching from a non-empty origin must then mark the master branch for-merge. This currently fails.
* Rename tests-clar to testsBen Straub2013-11-141-0/+31