-rw-r--r-- | .clang-format | 178L |
-rw-r--r-- | .clang-tidy | 161L |
-rw-r--r-- | .codespellrc | 6L |
-rw-r--r-- | .gitignore | 13L |
-rw-r--r-- | BUILDING.md | 89L |
-rw-r--r-- | CMakeLists.txt | 105L |
-rw-r--r-- | CMakePresets.json | 160L |
-rw-r--r-- | CODE_OF_CONDUCT.md | 5L |
-rw-r--r-- | CONTRIBUTING.md | 19L |
-rw-r--r-- | HACKING.md | 174L |
-rw-r--r-- | LICENSE.md | 21L |
-rw-r--r-- | README.md | 55L |
-rw-r--r-- | cmake/coverage.cmake | 33L |
-rw-r--r-- | cmake/dev-mode.cmake | 16L |
-rw-r--r-- | cmake/folders.cmake | 21L |
-rw-r--r-- | cmake/install-config.cmake | 1L |
-rw-r--r-- | cmake/install-rules.cmake | 72L |
-rw-r--r-- | cmake/lint-targets.cmake | 34L |
-rw-r--r-- | cmake/lint.cmake | 52L |
-rw-r--r-- | cmake/prelude.cmake | 10L |
-rw-r--r-- | cmake/project-is-top-level.cmake | 6L |
-rw-r--r-- | cmake/spell-targets.cmake | 22L |
-rw-r--r-- | cmake/spell.cmake | 29L |
-rw-r--r-- | cmake/variables.cmake | 41L |
-rw-r--r-- | example/CMakeLists.txt | 25L |
-rw-r--r-- | example/empty_example.cpp | 4L |
-rw-r--r-- | include/git2wrap/blob.hpp | 31L |
-rw-r--r-- | include/git2wrap/branch.hpp | 56L |
-rw-r--r-- | include/git2wrap/buf.hpp | 27L |
-rw-r--r-- | include/git2wrap/commit.hpp | 44L |
-rw-r--r-- | include/git2wrap/diff.hpp | 49L |
-rw-r--r-- | include/git2wrap/error.hpp | 208L |
-rw-r--r-- | include/git2wrap/libgit2.hpp | 25L |
-rw-r--r-- | include/git2wrap/object.hpp | 37L |
-rw-r--r-- | include/git2wrap/oid.hpp | 25L |
-rw-r--r-- | include/git2wrap/reference.hpp | 28L |
-rw-r--r-- | include/git2wrap/repository.hpp | 55L |
-rw-r--r-- | include/git2wrap/revwalk.hpp | 33L |
-rw-r--r-- | include/git2wrap/signature.hpp | 28L |
-rw-r--r-- | include/git2wrap/tag.hpp | 34L |
-rw-r--r-- | include/git2wrap/tree.hpp | 61L |
-rw-r--r-- | include/git2wrap/types.hpp | 61L |
-rw-r--r-- | source/blob.cpp | 44L |
-rw-r--r-- | source/branch.cpp | 79L |
-rw-r--r-- | source/buf.cpp | 11L |
-rw-r--r-- | source/commit.cpp | 121L |
-rw-r--r-- | source/diff.cpp | 71L |
-rw-r--r-- | source/libgit2.cpp | 20L |
-rw-r--r-- | source/object.cpp | 57L |
-rw-r--r-- | source/oid.cpp | 21L |
-rw-r--r-- | source/reference.cpp | 30L |
-rw-r--r-- | source/repository.cpp | 160L |
-rw-r--r-- | source/revwalk.cpp | 63L |
-rw-r--r-- | source/signature.cpp | 26L |
-rw-r--r-- | source/tag.cpp | 56L |
-rw-r--r-- | source/tree.cpp | 150L |
-rw-r--r-- | test/CMakeLists.txt | 25L |
-rw-r--r-- | test/source/git2wrap_test.cpp | 19L |