OpenRepositoryExtended same as OpenRepository #277

Closed
opened 2015-12-27 17:09:12 -06:00 by soul9 · 2 comments
soul9 commented 2015-12-27 17:09:12 -06:00 (Migrated from github.com)

Since no extra options are passed to git_repository_open_ext the OpenRepositoryExtended function has no extra value compared to the simple OpenRepository

Since no extra options are passed to [git_repository_open_ext](https://libgit2.github.com/libgit2/#HEAD/group/repository/git_repository_open_ext) the [OpenRepositoryExtended](https://github.com/libgit2/git2go/blob/master/repository.go#L65) function has no extra value compared to the simple OpenRepository
carlosmn commented 2015-12-28 05:24:27 -06:00 (Migrated from github.com)

That's right, none of the extra options supported by git_repository_open_ext() are exposed in git2go but if somebody needs those extra options, this is where they would be exposed.

That's right, none of the extra options supported by `git_repository_open_ext()` are exposed in git2go but if somebody needs those extra options, this is where they would be exposed.
carlosmn commented 2016-02-15 08:04:26 -06:00 (Migrated from github.com)

Fixed via #283

Fixed via #283
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: jcarr/git2go#277
No description provided.