summaryrefslogtreecommitdiff
path: root/tests/refs/branches/remote.c
Commit message (Collapse)AuthorAgeFilesLines
* remote: remove live changing of refspecsCarlos Martín Nieto2015-05-131-6/+1
| | | | | | | | | | | | The base refspecs changing can be a cause of confusion as to what is the current base refspec set and complicate saving the remote's configuration. Change `git_remote_add_{fetch,push}()` to update the configuration instead of an instance. This finally makes `git_remote_save()` a no-op, it will be removed in a later commit.
* branch: move to git_buf when outputting newly-allocated stringsCarlos Martín Nieto2014-01-271-26/+13
| | | | | Internally we already did everything with git_bufs, so this is just exposing those functions with public names.
* Rename tests-clar to testsBen Straub2013-11-141-0/+86