mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-06 13:09:07 -04:00
feat(submodule): add bindings and api
This commit is contained in:
parent
5be0d0a6b5
commit
1d47b06955
37 changed files with 1893 additions and 0 deletions
11
test/assets/submodulerepo/.gitdir/config
Normal file
11
test/assets/submodulerepo/.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