Skip to content

Fix cloning a repository with a particular branch to checkout#411

Merged
jdavid merged 1 commit intolibgit2:masterfrom
carlosmn:checkout-branch
Aug 26, 2014
Merged

Fix cloning a repository with a particular branch to checkout#411
jdavid merged 1 commit intolibgit2:masterfrom
carlosmn:checkout-branch

Conversation

@carlosmn
Copy link
Member

We were missing a cast to bytes. Add a test for this option as well and
remove the old commented-out test for checkout_branch, which is
superseded by this one and whose last bit seemed confused about what the
option means.

This fixes #399

We were missing a cast to bytes. Add a test for this option as well and
remove the old commented-out test for checkout_branch, which is
superseded by this one and whose last bit seemed confused about what the
option means.

This fixes libgit2#399
@jdavid jdavid merged commit b550027 into libgit2:master Aug 26, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Passing checkout_branch to pygit2.clone_repository() triggers a fatal error

2 participants