libgit2/tests-clar/refs/branches
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
..
create.c branch: Deploy EINVALIDSPEC usage 2012-12-01 08:34:28 +01:00
delete.c No such thing as an orphan branch 2013-09-17 09:50:30 +02:00
foreach.c ref: free the last ref when cancelling git_branch_foreach() 2013-06-17 18:29:05 +02:00
ishead.c No such thing as an orphan branch 2013-09-17 09:50:30 +02:00
lookup.c branch: Deploy EINVALIDSPEC usage 2012-12-01 08:34:28 +01:00
move.c Fix trailing whitespaces 2013-05-15 22:41:30 +02:00
name.c Added git_branch_name(). 2013-01-25 05:24:21 +01:00
remote.c Set error message for branch functions 2013-05-01 04:18:46 -07:00
upstream.c Fix some memory leaks 2013-05-10 19:22:47 +02:00
upstreamname.c branch: rename 'tracking' to 'upstream' 2013-03-30 15:45:57 +01:00