summaryrefslogtreecommitdiff
path: root/tests-clar/repo/head.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename tests-clar to testsBen Straub2013-11-141-196/+0
|
* No such thing as an orphan branchCarlos Martín Nieto2013-09-171-13/+13
| | | | | | | | | | | 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.
* Rename ref and reflog apis for consistencyBen Straub2012-11-271-4/+4
|
* test: Minor fixesnulltoken2012-11-221-4/+4
|
* repository: Refine repository_head() error reportnulltoken2012-11-121-0/+10
|
* tests-clar/repo: remove unused variableMichael Schubert2012-10-241-2/+0
|
* tests: more git_repository_head_detached() coveragenulltoken2012-10-221-0/+9
|
* test: extract make_head_orphaned() logicnulltoken2012-10-201-11/+4
|
* tests: leverage git_repository_detach_head()nulltoken2012-10-201-8/+5
|
* errors: deploy GIT_EORPHANEDHEAD usagenulltoken2012-10-191-5/+29
|
* repository: introduce git_repository_set_head()nulltoken2012-09-171-0/+44
|
* repository: introduce git_repository_set_head_detached()nulltoken2012-09-171-0/+34
|
* repository: introduce git_repository_detach_head()nulltoken2012-09-171-0/+35
|
* repository: separate head related testsnulltoken2012-09-171-0/+52