libgit2/tests/refs
Sven Strickroth fa13ee2d7c Add GIT_BRANCH_ALL to git_branch_t enum
git_branch_t is an enum so requesting GIT_BRANCH_LOCAL | GIT_BRANCH_REMOTE is not possible as it is not a member of the enum (at least VS2013 C++ complains about it).

This fixes a regression introduced in commit a667ca8298 (PR #1946).

Signed-off-by: Sven Strickroth <email@cs-ware.de>
2014-04-16 18:51:16 +02:00
..
branches Add GIT_BRANCH_ALL to git_branch_t enum 2014-04-16 18:51:16 +02:00
reflog reflog: follow core.logallrefupdates 2014-03-20 19:18:49 +01:00
crashes.c refs: remove the _with_log differentiation 2014-01-15 13:32:43 +01:00
create.c refs: remove the _with_log differentiation 2014-01-15 13:32:43 +01:00
createwithlog.c refs: remove the _with_log differentiation 2014-01-15 13:32:43 +01:00
delete.c refs: add an unconditional delete 2014-02-05 12:07:57 +01:00
foreachglob.c refs: remove the _with_log differentiation 2014-01-15 13:32:43 +01:00
isvalidname.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
iterator.c More tests of canceling from callbacks 2013-12-12 11:14:51 -08:00
list.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
listall.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
lookup.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
normalize.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
overwrite.c refs: remove the _with_log differentiation 2014-01-15 13:32:43 +01:00
pack.c refs: remove the _with_log differentiation 2014-01-15 13:32:43 +01:00
peel.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
races.c refs: move current_id before the reflog parameters 2014-02-10 14:52:28 +01:00
read.c Add git_reference_is_note. 2014-02-02 18:20:38 +01:00
ref_helpers.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
ref_helpers.h Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
rename.c Enhance testing of signature parameters 2014-01-30 15:53:52 -08:00
revparse.c Ensure renaming a reference updates the reflog 2014-01-30 15:52:13 -08:00
settargetwithlog.c refs: remove the _with_log differentiation 2014-01-15 13:32:43 +01:00
setter.c refs: remove the _with_log differentiation 2014-01-15 13:32:43 +01:00
shorthand.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
unicode.c refs: remove the _with_log differentiation 2014-01-15 13:32:43 +01:00
update.c refs: remove the _with_log differentiation 2014-01-15 13:32:43 +01:00