9885aa libgit2-0.26.8 base

Authored and Committed by Packit Service 3 years ago
62 files changed. 26004 lines added. 0 lines removed.
deps/http-parser/LICENSE-MIT
file added
+23
deps/http-parser/http_parser.c
file added
+2177
deps/http-parser/http_parser.h
file added
+305
deps/regex/config.h
file added
+7
deps/regex/regcomp.c
file added
+3857
deps/regex/regex.c
file added
+92
deps/regex/regex.h
file added
+582
deps/regex/regex_internal.c
file added
+1744
deps/regex/regex_internal.h
file added
+819
deps/regex/regexec.c
file added
+4369
deps/winhttp/urlmon.h
file added
+45
deps/winhttp/winhttp.def
file added
+29
deps/winhttp/winhttp.h
file added
+594
deps/winhttp/winhttp64.def
file added
+29
deps/zlib/adler32.c
file added
+186
deps/zlib/crc32.c
file added
+442
deps/zlib/crc32.h
file added
+441
deps/zlib/deflate.c
file added
+2163
deps/zlib/deflate.h
file added
+349
deps/zlib/gzguts.h
file added
+218
deps/zlib/infback.c
file added
+640
deps/zlib/inffast.c
file added
+323
deps/zlib/inffast.h
file added
+11
deps/zlib/inffixed.h
file added
+94
deps/zlib/inflate.c
file added
+1561
deps/zlib/inflate.h
file added
+125
deps/zlib/inftrees.c
file added
+304
deps/zlib/inftrees.h
file added
+62
deps/zlib/trees.c
file added
+1203
deps/zlib/trees.h
file added
+128
deps/zlib/zconf.h
file added
+534
deps/zlib/zlib.h
file added
+1912
deps/zlib/zutil.c
file added
+325
deps/zlib/zutil.h
file added
+271
examples/.gitignore
file added
+15
examples/network/.gitignore
file added
+1
tests/resources/describe/.gitted/refs/tags/A
file added
+1
tests/resources/describe/.gitted/refs/tags/B
file added
+1
tests/resources/describe/.gitted/refs/tags/D
file added
+1
tests/resources/describe/.gitted/refs/tags/R
file added
+1
tests/resources/describe/.gitted/refs/tags/c
file added
+1
tests/resources/describe/.gitted/refs/tags/e
file added
+1
tests/resources/empty_bare.git/refs/tags/dummy-marker.txt
file added
+0
tests/resources/empty_standard_repo/.gitted/refs/tags/dummy-marker.txt
file added
+0
tests/resources/push_src/.gitted/refs/tags/tag-blob
file added
+1
tests/resources/push_src/.gitted/refs/tags/tag-commit
file added
+1
tests/resources/push_src/.gitted/refs/tags/tag-commit-two
file added
+1
tests/resources/push_src/.gitted/refs/tags/tag-lightweight
file added
+1
tests/resources/push_src/.gitted/refs/tags/tag-tag
file added
+1
tests/resources/push_src/.gitted/refs/tags/tag-tree
file added
+1
tests/resources/testrepo.git/refs/tags/annotated_tag_to_blob
file added
+1
tests/resources/testrepo.git/refs/tags/e90810b
file added
+1
tests/resources/testrepo.git/refs/tags/hard_tag
file added
+1
tests/resources/testrepo.git/refs/tags/point_to_blob
file added
+1
tests/resources/testrepo.git/refs/tags/taggerless
file added
+1
tests/resources/testrepo.git/refs/tags/test
file added
+1
tests/resources/testrepo.git/refs/tags/wrapped_tag
file added
+1
tests/resources/testrepo/.gitted/refs/tags/e90810b
file added
+1
tests/resources/testrepo/.gitted/refs/tags/foo/bar
file added
+1
tests/resources/testrepo/.gitted/refs/tags/foo/foo/bar
file added
+1
tests/resources/testrepo/.gitted/refs/tags/point_to_blob
file added
+1
tests/resources/testrepo/.gitted/refs/tags/test
file added
+1
    libgit2-0.26.8 base
    
        
file added
+7
file added
+3857
file added
+92
file added
+582
file added
+4369
file added
+594
file added
+186
file added
+442
file added
+441
file added
+2163
file added
+349
file added
+218
file added
+640
file added
+323
file added
+11
file added
+94
file added
+1561
file added
+125
file added
+304
file added
+62
file added
+1203
file added
+128
file added
+534
file added
+1912
file added
+325
file added
+271
file added
+15