Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / SkinnyMind/libgit2dart issues and pull requests

#86 - added name_to_id binding and headCommit to repo

Pull Request - State: closed - Opened by vik-borisov over 1 year ago - 1 comment

#85 - dylib name error: should be libgit2.1.5.dylib

Issue - State: open - Opened by liugangnhm over 1 year ago

#84 - Does ssh work on windows platform?

Issue - State: closed - Opened by vik-borisov over 1 year ago - 1 comment

#83 - fixed tests on windows platform

Pull Request - State: closed - Opened by vik-borisov over 1 year ago

#80 - The setup didn't copy the libgit2.x.x.dylib to .dart_tools folder on MacOS

Issue - State: closed - Opened by EbenZhang over 1 year ago - 3 comments

#79 - fix: use default location of Flutter's '.pub_cache' folder

Pull Request - State: closed - Opened by SkinnyMind over 1 year ago

#78 - Add support for arm64 for macos

Issue - State: open - Opened by nickmeinhold over 1 year ago - 1 comment

#77 - Failed to load dynamic library

Issue - State: closed - Opened by suxoikorm over 1 year ago - 5 comments

#76 - chore: bump minimum dart and flutter versions

Pull Request - State: closed - Opened by SkinnyMind almost 2 years ago

#75 - chore: Lookup library in system path

Pull Request - State: closed - Opened by dnys1 almost 2 years ago - 2 comments

#74 - feat: upgrade libgit2 to 1.5.0

Pull Request - State: closed - Opened by SkinnyMind almost 2 years ago

#71 - feat(worktree): add ability to pass options to `prune(...)` API method

Pull Request - State: closed - Opened by SkinnyMind about 2 years ago

#70 - style: annotate declarations for internal use

Pull Request - State: closed - Opened by SkinnyMind about 2 years ago

#68 - feat(index): add ability to pass options to `addAll(...)` API method

Pull Request - State: closed - Opened by SkinnyMind about 2 years ago

#66 - fix: lookup library in Flutter's .pub_cache folder

Pull Request - State: closed - Opened by SkinnyMind about 2 years ago

#65 - feat(revwalk): add ability to limit number of commits to walk

Pull Request - State: closed - Opened by SkinnyMind about 2 years ago

#64 - fix: lookup library in correct locations

Pull Request - State: closed - Opened by SkinnyMind about 2 years ago

#63 - feat(note): add ability to pass notes location

Pull Request - State: closed - Opened by SkinnyMind about 2 years ago

#62 - refactor: use extensions

Pull Request - State: closed - Opened by SkinnyMind about 2 years ago

#61 - Usage in Dart app without flutter

Issue - State: closed - Opened by Matslom about 2 years ago - 7 comments

#60 - refactor: use loops inside list literals

Pull Request - State: closed - Opened by SkinnyMind about 2 years ago

#59 - feat: add ability to get and set libgit2 global options

Pull Request - State: closed - Opened by SkinnyMind about 2 years ago

#58 - chore: upgrade dependencies

Pull Request - State: closed - Opened by SkinnyMind about 2 years ago

#57 - feat(reset): add ability to remove entries in index

Pull Request - State: closed - Opened by SkinnyMind about 2 years ago

#56 - feat(repository): add ability to compare Identity objects

Pull Request - State: closed - Opened by SkinnyMind about 2 years ago

#55 - feat(repository): add ability to compare objects

Pull Request - State: closed - Opened by SkinnyMind about 2 years ago

#54 - feat: add ability to compare objects

Pull Request - State: closed - Opened by SkinnyMind about 2 years ago

#53 - refactor(git_types): use enums

Pull Request - State: closed - Opened by SkinnyMind about 2 years ago

#52 - refactor: move named arguments to front of tests

Pull Request - State: closed - Opened by SkinnyMind about 2 years ago

#50 - refactor(remote)!: add RemoteReference class

Pull Request - State: closed - Opened by SkinnyMind about 2 years ago

#47 - test: disable repository owner verification for tests

Pull Request - State: closed - Opened by SkinnyMind about 2 years ago

#45 - feat: upgrade libgit2 to 1.4.0

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#44 - test: improve coverage

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#43 - refactor(repository)!: move `descendantOf()` method into Commit

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#42 - refactor(checkout)!: move checkout related methods into Checkout class

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#41 - refactor(merge)!: move merge related methods into Merge class

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#40 - refactor(repository)!: remove excessive aliases

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#39 - feat(patch): add binding and API method for git_patch_line_stats

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#38 - feat(patch)!: divide Patch.create() into specific methods

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#37 - refactor!: use class names instead of aliases from Repository in tests

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#36 - feat(tag)!: add bindings and API methods

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#35 - feat(checkout)!: add ability to checkout commit

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#34 - feat(index): add ability to create diff between two indexes

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#33 - feat(index): add binding and API method for git_index_new

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#32 - feat(tag): add binding and API method for git_tag_target_id

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#31 - feat(revwalk): add more bindings and API methods

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#30 - feat(commit): add binding and API method for git_revert

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#29 - feat(reflog): add more bindings and API methods

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#28 - feat(reference): add more bindings and API methods

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#27 - feat(rebase)!: add more bindings and API methods

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#26 - feat(annotated)!: add more bindings and API methods

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#25 - feat(packbuilder): add more bindings and API methods

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#24 - feat(merge): add more bindings and API methods

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#22 - feat(commit): add more bindings and API methods

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#21 - feat(blob): add more bindings and API methods

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#20 - feat(blame): add binding and API method for git_blame_buffer

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#19 - chore: upgrade dependencies to latest versions

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#18 - feat(diff): add more bindings and api methods

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#17 - feat(index): add more bindings and api methods

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#16 - Getting the diff to a reference (HEAD)

Issue - State: closed - Opened by jhlgns over 2 years ago - 2 comments

#15 - Documentation on how to install this library?

Issue - State: closed - Opened by jhlgns over 2 years ago - 3 comments

#14 - feat(reset): add binding and api method for git_reset_default

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#13 - feat(branch): add more bindings and api methods

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#12 - refactor(setup): simplify setup for flutter applications

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#11 - feat: add support for Flutter Linux, macOS and Windows (#10)

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#10 - feat: add support for Flutter Linux, macOS and Windows

Issue - State: closed - Opened by SkinnyMind over 2 years ago

#9 - test: fix tests failing on windows

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago

#8 - test: fix windows tests

Pull Request - State: closed - Opened by SkinnyMind over 2 years ago - 1 comment

#7 - chore: add CI

Issue - State: closed - Opened by SkinnyMind over 2 years ago

#6 - docs: add examples

Issue - State: closed - Opened by SkinnyMind over 2 years ago

#5 - docs: update readme

Issue - State: closed - Opened by SkinnyMind over 2 years ago

#4 - add support for android

Issue - State: open - Opened by SkinnyMind over 2 years ago - 4 comments

#3 - feat: add support for macos

Issue - State: closed - Opened by SkinnyMind over 2 years ago

#2 - feat: add support for windows

Issue - State: closed - Opened by SkinnyMind over 2 years ago