- 22 Feb, 2023 1 commit
-
-
Update based on carlosmn suggestions.
Edward Thomson committed
-
- 20 Feb, 2023 2 commits
-
-
We say that you can link libgit2 "unmodified"... "without having to release its source code". Clarify that you can modify libgit2 - but you must release _its_ source code back - and you can link libgit2 without having to release _your software's_ source code.
Edward Thomson committed -
#6491: Sets oid_type on repos open with git_repository_open_bare
Edward Thomson committed
-
- 17 Feb, 2023 2 commits
-
-
Miguel Arroz committed
-
Miguel Arroz committed
-
- 16 Feb, 2023 6 commits
-
-
stash: update strarray usage
Edward Thomson committed -
Edward Thomson committed
-
stash: partial stash specific files
Edward Thomson committed -
Edward Thomson committed
-
`git_strarray_copy` is deprecated (and has been included in `deprecated.h` for some time). It should not have remained in the public `strarray.h`. Remove it.
Edward Thomson committed -
Edward Thomson committed
-
- 15 Feb, 2023 4 commits
-
-
Fix some warnings in main
Edward Thomson committed -
Edward Thomson committed
-
Edward Thomson committed
-
clone: clean up options on failure
Edward Thomson committed
-
- 14 Feb, 2023 13 commits
-
-
Edward Thomson committed
-
SHA256: more SHA256 support
Edward Thomson committed -
Support the notion of a home directory separately from global configuration directory
Edward Thomson committed -
Define correct off64_t for AIX
Edward Thomson committed -
#6422: handle dangling symbolic refs gracefully
Edward Thomson committed -
Edward Thomson committed
-
Edward Thomson committed
-
Fixes issue #6156. Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed -
Fix build failure with -DEMBED_SSH_PATH
Edward Thomson committed -
diff_file: Fix crash when freeing a patch representing an empty untracked file
Edward Thomson committed -
Support OpenSSL 3 in dynamic loading mode
Edward Thomson committed -
Add new PHP bindings project to language bindings section of README.md
Edward Thomson committed -
Updates the README.md language binding section to reference a new project providing PHP bindings at https://github.com/RogerGee/php-git2.
Roger Gee committed
-
- 13 Feb, 2023 4 commits
-
-
This prevents GIT_MMAP_VALIDATE from failing. This also prevents git_diff_file_content__unload from attempting to free git_str__initstr.
Iliyas Jorio committed -
The git included with xenial is ancient, and lacks sha256 support.
Edward Thomson committed -
The longest path within a git repository is now a SHA256 format packfile. Adjust our max length checking to match.
Edward Thomson committed -
Edward Thomson committed
-
- 12 Feb, 2023 8 commits
-
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-