libgit2/tests/refs/branches
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
..
create.c Merge pull request #2144 from linquize/branch-f-current 2014-03-02 09:00:00 -06:00
delete.c Add reflog params to git_repository_detach_head 2014-02-04 20:50:40 -08:00
ishead.c refs: remove the _with_log differentiation 2014-01-15 13:32:43 +01:00
iterator.c Add GIT_BRANCH_ALL to git_branch_t enum 2014-04-16 18:51:16 +02:00
lookup.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
move.c Allow tests to run without user config 2014-01-30 16:10:18 -08:00
name.c Rename tests-clar to tests 2013-11-14 14:05:52 -08:00
remote.c branch: move to git_buf when outputting newly-allocated strings 2014-01-27 04:44:05 +01:00
upstream.c Add reflog params to git_branch_create 2014-01-30 15:52:13 -08:00
upstreamname.c branch: move to git_buf when outputting newly-allocated strings 2014-01-27 04:44:05 +01:00