libgit2/tests-clar/checkout
Carlos Martín Nieto 605da51a2c No such thing as an orphan branch
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.
2013-09-17 09:50:30 +02:00
..
binaryunicode.c Add cl_repo_set_bool and cleanup tests 2013-03-22 14:27:56 -07:00
checkout_helpers.c Update clar 2013-09-04 16:23:00 -07:00
checkout_helpers.h Fix checkout of modified file when missing from wd 2013-06-21 11:20:54 -07:00
crlf.c Fix up checkout file contents checks 2013-03-25 14:13:53 -07:00
head.c No such thing as an orphan branch 2013-09-17 09:50:30 +02:00
index.c Fix tests of file modes 2013-09-05 11:45:29 -07:00
tree.c Add checkout test for long file name 2013-08-07 11:55:47 -07:00
typechange.c use a longer string for dummy data in test to avoid conflicting w/ index 2013-04-17 17:21:17 -05:00