mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-06-24 01:39:26 -04:00
feat(blob): add more bindings and API methods
This commit is contained in:
parent
39a71811cb
commit
64f0d15f2d
423 changed files with 1076 additions and 39 deletions
11
test/assets/submodule_repo/.gitdir/config
Normal file
11
test/assets/submodule_repo/.gitdir/config
Normal file
|
@ -0,0 +1,11 @@
|
|||
[core]
|
||||
repositoryformatversion = 0
|
||||
filemode = true
|
||||
bare = false
|
||||
logallrefupdates = true
|
||||
[remote "origin"]
|
||||
url = /tmp/submodulerepo_new
|
||||
fetch = +refs/heads/*:refs/remotes/origin/*
|
||||
[branch "master"]
|
||||
remote = origin
|
||||
merge = refs/heads/master
|
Loading…
Add table
Add a link
Reference in a new issue