Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | When auto follow tags, FETCH_HEAD should list only newly followed tags | Linquize | 2014-09-06 | 1 | -0/+15 |
| | |||||
* | fetchhead: deal with quotes in branch names | Carlos Martín Nieto | 2014-04-24 | 1 | -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 repo | Carlos Martín Nieto | 2014-04-02 | 1 | -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 tests | Ben Straub | 2013-11-14 | 1 | -0/+31 |