mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
feat(blob): add more bindings and API methods (#21)
This commit is contained in:
parent
39a71811cb
commit
e6bfdc5a85
423 changed files with 1076 additions and 39 deletions
1
test/assets/attributes_repo/.gitdir/COMMIT_EDITMSG
Normal file
1
test/assets/attributes_repo/.gitdir/COMMIT_EDITMSG
Normal file
|
@ -0,0 +1 @@
|
|||
add .gitattributes
|
BIN
test/assets/attributes_repo/.gitdir/index
Normal file
BIN
test/assets/attributes_repo/.gitdir/index
Normal file
Binary file not shown.
12
test/assets/attributes_repo/.gitdir/logs/HEAD
Normal file
12
test/assets/attributes_repo/.gitdir/logs/HEAD
Normal file
|
@ -0,0 +1,12 @@
|
|||
0000000000000000000000000000000000000000 f17d0d48eae3aa08cecf29128a35e310c97b3521 Aleksey Kulikov <skinny.mind@gmail.com> 1626090830 +0300 commit (initial): init
|
||||
f17d0d48eae3aa08cecf29128a35e310c97b3521 f17d0d48eae3aa08cecf29128a35e310c97b3521 Aleksey Kulikov <skinny.mind@gmail.com> 1626090891 +0300 checkout: moving from master to feature
|
||||
f17d0d48eae3aa08cecf29128a35e310c97b3521 6cbc22e509d72758ab4c8d9f287ea846b90c448b Aleksey Kulikov <skinny.mind@gmail.com> 1626091020 +0300 commit: add feature file
|
||||
6cbc22e509d72758ab4c8d9f287ea846b90c448b fc38877b2552ab554752d9a77e1f48f738cca79b Aleksey Kulikov <skinny.mind@gmail.com> 1626091054 +0300 commit: edit feature file
|
||||
fc38877b2552ab554752d9a77e1f48f738cca79b f17d0d48eae3aa08cecf29128a35e310c97b3521 Aleksey Kulikov <skinny.mind@gmail.com> 1626091067 +0300 checkout: moving from feature to master
|
||||
f17d0d48eae3aa08cecf29128a35e310c97b3521 c68ff54aabf660fcdd9a2838d401583fe31249e3 Aleksey Kulikov <skinny.mind@gmail.com> 1626091171 +0300 commit: add .gitignore
|
||||
c68ff54aabf660fcdd9a2838d401583fe31249e3 78b8bf123e3952c970ae5c1ce0a3ea1d1336f6e8 Aleksey Kulikov <skinny.mind@gmail.com> 1626091184 +0300 merge feature: Merge made by the 'recursive' strategy.
|
||||
78b8bf123e3952c970ae5c1ce0a3ea1d1336f6e8 fc38877b2552ab554752d9a77e1f48f738cca79b Aleksey Kulikov <skinny.mind@gmail.com> 1626091245 +0300 checkout: moving from master to feature
|
||||
fc38877b2552ab554752d9a77e1f48f738cca79b 5aecfa0fb97eadaac050ccb99f03c3fb65460ad4 Aleksey Kulikov <skinny.mind@gmail.com> 1626091274 +0300 commit: add another feature file
|
||||
5aecfa0fb97eadaac050ccb99f03c3fb65460ad4 78b8bf123e3952c970ae5c1ce0a3ea1d1336f6e8 Aleksey Kulikov <skinny.mind@gmail.com> 1626091285 +0300 checkout: moving from feature to master
|
||||
78b8bf123e3952c970ae5c1ce0a3ea1d1336f6e8 821ed6e80627b8769d170a293862f9fc60825226 Aleksey Kulikov <skinny.mind@gmail.com> 1630568461 +0300 commit: add subdirectory file
|
||||
821ed6e80627b8769d170a293862f9fc60825226 d2f3abc9324a22a9f80fec2c131ec43c93430618 Aleksey Kulikov <skinny.mind@gmail.com> 1640009945 +0300 commit: add .gitattributes
|
|
@ -0,0 +1,5 @@
|
|||
0000000000000000000000000000000000000000 f17d0d48eae3aa08cecf29128a35e310c97b3521 Aleksey Kulikov <skinny.mind@gmail.com> 1626090830 +0300 commit (initial): init
|
||||
f17d0d48eae3aa08cecf29128a35e310c97b3521 c68ff54aabf660fcdd9a2838d401583fe31249e3 Aleksey Kulikov <skinny.mind@gmail.com> 1626091171 +0300 commit: add .gitignore
|
||||
c68ff54aabf660fcdd9a2838d401583fe31249e3 78b8bf123e3952c970ae5c1ce0a3ea1d1336f6e8 Aleksey Kulikov <skinny.mind@gmail.com> 1626091184 +0300 merge feature: Merge made by the 'recursive' strategy.
|
||||
78b8bf123e3952c970ae5c1ce0a3ea1d1336f6e8 821ed6e80627b8769d170a293862f9fc60825226 Aleksey Kulikov <skinny.mind@gmail.com> 1630568461 +0300 commit: add subdirectory file
|
||||
821ed6e80627b8769d170a293862f9fc60825226 d2f3abc9324a22a9f80fec2c131ec43c93430618 Aleksey Kulikov <skinny.mind@gmail.com> 1640009945 +0300 commit: add .gitattributes
|
|
@ -0,0 +1,2 @@
|
|||
<EFBFBD>
|
||||
<EFBFBD>
|
Binary file not shown.
Binary file not shown.
1
test/assets/attributes_repo/.gitdir/refs/heads/master
Normal file
1
test/assets/attributes_repo/.gitdir/refs/heads/master
Normal file
|
@ -0,0 +1 @@
|
|||
d2f3abc9324a22a9f80fec2c131ec43c93430618
|
|
@ -0,0 +1 @@
|
|||
d2f3abc9324a22a9f80fec2c131ec43c93430618
|
3
test/assets/attributes_repo/gitattributes
Normal file
3
test/assets/attributes_repo/gitattributes
Normal file
|
@ -0,0 +1,3 @@
|
|||
*.txt text
|
||||
*.crlf text eol=crlf
|
||||
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue