summaryrefslogtreecommitdiff
path: root/tests/clone/empty.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-131-2/+2
| | | | | | | | | | | | | | Having the setting be different from calling its actions was not a great idea and made for the sake of the wrong convenience. Instead of that, accept either fetch options, push options or the callbacks when dealing with the remote. The fetch options are currently only the callbacks, but more options will be moved from setters and getters on the remote to the options. This does mean passing the same struct along the different functions but the typical use-case will only call git_remote_fetch() or git_remote_push() and so won't notice much difference.
* Plug a few leaks in the testsCarlos Martín Nieto2014-03-071-0/+2
|
* branch: move to git_buf when outputting newly-allocated stringsCarlos Martín Nieto2014-01-271-7/+5
| | | | | 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/+85