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 immutable references and a pluggable ref database 2013-03-07 11:01:52 -06:00
create.c immutable references and a pluggable ref database 2013-03-07 11:01:52 -06:00
delete.c Reorganize diff and add basic diff driver 2013-06-10 10:10:39 -07:00
foreachglob.c refs: remove the OID/SYMBOLIC filtering 2013-05-11 11:20:38 +02:00
isvalidname.c remote: Introduce git_remote_is_valid_name() 2013-02-11 23:19:41 +01:00
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 refs: remove the OID/SYMBOLIC filtering 2013-05-11 11:20:38 +02:00
lookup.c refs: explicitly catch leading slashes 2013-03-07 16:38:44 +01:00
normalize.c remote: Introduce git_remote_is_valid_name() 2013-02-11 23:19:41 +01:00
overwrite.c Rename ref and reflog apis for consistency 2012-11-27 13:17:45 -08:00
pack.c Fix comment 2013-08-23 12:03:44 -07:00
peel.c refdb_fs: do not require peeled packed refs to be tags 2013-05-02 11:07:20 -04:00
read.c refs: add git_reference_is_tag 2013-08-26 08:04:10 +03:00
ref_helpers.c Fix trailing whitespaces 2013-05-15 22:41:30 +02:00
ref_helpers.h immutable references and a pluggable ref database 2013-03-07 11:01:52 -06:00
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 Fix trailing whitespaces 2013-05-15 22:41:30 +02:00
shorthand.c Introduce git_reference_shorthand 2013-05-08 02:28:47 +02:00
unicode.c Use cl_assert_equal_s() instead of strcmp(). 2013-01-25 06:55:56 +01:00
update.c immutable references and a pluggable ref database 2013-03-07 11:01:52 -06:00