- 02 Jul, 2021 1 commit
-
-
docs: fix some missing includes that cause Docurium to error out
Edward Thomson committed
-
- 29 Jun, 2021 1 commit
-
-
Define WINHTTP_NO_CLIENT_CERT_CONTEXT if needed
Edward Thomson committed
-
- 26 Jun, 2021 1 commit
-
-
Jacques Germishuys committed
-
- 25 Jun, 2021 3 commits
-
-
Edward Thomson committed
-
docs: stop mentioning libgit2's "master" branch
Edward Thomson committed -
Co-authored-by: lhchavez <lhchavez@lhchavez.com>
Edward Thomson committed
-
- 23 Jun, 2021 1 commit
-
-
The name of libgit2's main branch is now "main" but contributing.md and release.md still reference "master" as the main branch. Fix it.
Nicolas Cavallari committed
-
- 15 Jun, 2021 2 commits
-
-
Edward Thomson committed
-
Waleed Khan committed
-
- 14 Jun, 2021 2 commits
-
-
Tolerate readlink size less than st_size
Edward Thomson committed -
Patch documentation
Edward Thomson committed
-
- 13 Jun, 2021 1 commit
-
-
In https://github.com/libgit2/libgit2/pull/5723/files/fc46dc06f52f854f74371682f911f13856c68edb#r540092847, I was confused by the semantics of `git_index_find`. The documentation says both that it returns the output value in `at_pos` and that it returns it directly as an `int`. This is incorrect; the return value is only returned via `at_pos`.
Waleed Khan committed
-
- 02 Jun, 2021 4 commits
-
-
punkymaniac committed
-
punkymaniac committed
-
punkymaniac committed
-
punkymaniac committed
-
- 31 May, 2021 1 commit
-
-
Edward Thomson committed
-
- 30 May, 2021 1 commit
-
-
David Tolnay committed
-
- 27 May, 2021 2 commits
-
-
Etienne Samson committed
-
Etienne Samson committed
-
- 19 May, 2021 1 commit
-
-
Edward Thomson committed
-
- 18 May, 2021 4 commits
-
-
tests: clean up memory leak, fail on leak for win32
Edward Thomson committed -
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
- 16 May, 2021 5 commits
-
-
Fix issues with Proxy Authentication after httpclient refactor
Edward Thomson committed -
Fix documentation formatting
Edward Thomson committed -
Update README.md for additional Delphi bindings
Edward Thomson committed -
Manually merging #5842
Edward Thomson committed -
Edward Thomson committed
-
- 13 May, 2021 3 commits
-
-
Edward Thomson committed
-
Kartikaya Gupta committed
-
When a split src gets turned into a rename, it should also lose the IS_RENAME_TARGET flag, so that it doesn't get processed in a subsequent iteration as a rename target. Doing so can cause an assertion failure because it no longer has the SPLIT flag. Fixes #5811.
Kartikaya Gupta committed
-
- 12 May, 2021 2 commits
-
-
Tyler Ang-Wanek committed
-
Tyler Ang-Wanek committed
-
- 11 May, 2021 4 commits
-
-
buf: remove unnecessary buf_text namespace
Edward Thomson committed -
filter: stop taking git_buf as user input
Edward Thomson committed -
Instead of a `git_bom_t` that a `git_buf` function returns, let's keep it `git_buf_bom_t`.
Edward Thomson committed -
The `git_buf_text` namespace is unnecessary and strange. Remove it, just keep the functions prefixed with `git_buf`.
Edward Thomson committed
-
- 06 May, 2021 1 commit
-
-
Introduce `git_filter_list__convert_buf` which behaves like the old implementation of `git_filter_list__apply_data`, where it might move the input data buffer over into the output data buffer space for efficiency. This new implementation will do so in a more predictible way, always freeing the given input buffer (either moving it to the output buffer or filtering it into the output buffer first). Convert internal users to it.
Edward Thomson committed
-