summaryrefslogtreecommitdiff
path: root/tests-clar/clone/empty.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-141-85/+0
|
* clone: put the callbacks struct directly in the clone optionsCarlos Martín Nieto2013-10-021-0/+2
| | | | There's no need for this to be a pointer to somewhere else.
* No such thing as an orphan branchCarlos Martín Nieto2013-09-171-2/+2
| | | | | | | | | | | Unfortunately git-core uses the term "unborn branch" and "orphan branch" interchangeably. However, "orphan" is only really there for the checkout command, which has the `--orphan` option so it doesn't actually create the branch. Branches never have parents, so the distinction of a branch with no parents is odd to begin with. Crucially, the error messages deal with unborn branches, so let's use that.
* Fix trailing whitespacesnulltoken2013-05-151-2/+2
|
* branch: rename 'tracking' to 'upstream'Carlos Martín Nieto2013-03-301-1/+1
| | | | | The term 'tracking' is overloaded. Help distinguish what we mean by using 'upstream' for this part of the library.
* branch: Make git_branch_remote_name() cope with orphaned headsnulltoken2013-02-221-3/+17
|
* Fix MSVC compilation warningsnulltoken2013-02-051-1/+1
| | | | Fix #1308
* branch: Introduce git_branch_tracking_name()nulltoken2013-01-161-0/+11
|
* Add more clone options. Push test suite segfaults.Ben Straub2012-12-191-19/+3
|
* clone-empty-test: Don't use one pointer for two thingsSascha Cunz2012-12-191-3/+7
| | | | ... so we can clean up correctly.
* Cleanup the test correctlySascha Cunz2012-12-171-1/+4
|
* Remove placeholder files during testsBen Straub2012-12-141-0/+67