libgit2/tests-clar/refs
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
..
branches No such thing as an orphan branch 2013-09-17 09:50:30 +02:00
reflog Reorganize diff and add basic diff driver 2013-06-10 10:10:39 -07:00
crashes.c
create.c
delete.c Reorganize diff and add basic diff driver 2013-06-10 10:10:39 -07:00
foreachglob.c
isvalidname.c
iterator.c Fix Windows warnings 2013-06-12 15:21:21 -07:00
list.c Add long-file-name branch to test repo 2013-08-07 11:55:39 -07:00
listall.c
lookup.c
normalize.c
overwrite.c
pack.c Fix comment 2013-08-23 12:03:44 -07:00
peel.c
read.c refs: add git_reference_is_tag 2013-08-26 08:04:10 +03:00
ref_helpers.c
ref_helpers.h
rename.c Reorganize diff and add basic diff driver 2013-06-10 10:10:39 -07:00
revparse.c odb: Teach loose backend to return EAMBIGUOUS 2013-09-10 22:36:13 +02:00
setter.c
shorthand.c
unicode.c
update.c