mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-24 09:09:33 +00:00
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
|
||
|---|---|---|
| .. | ||
| git2 | ||
| git2.h | ||