libgit2/include
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
..
git2 Add GIT_BRANCH_ALL to git_branch_t enum 2014-04-16 18:51:16 +02:00
git2.h Added cherry-pick support 2014-04-14 16:16:21 +02:00