- 08 Jul, 2021 1 commit
-
-
Calvin Buckley committed
-
- 07 Jul, 2021 3 commits
-
-
Passes w/ gcc 11 on Fedora x64. Protip: So you don;t have to suffer, ``` perl -pe 's/(-?(?:0x)?[A-Fa-f0-9]+)([Uu])?[Ll][Ll]/\U$2INT64_C(\E$1)/mg' ```
Calvin Buckley committed -
Calvin Buckley committed
-
Even on systems without C99 where long long and stdint are both missing, we can shim stdint and point it to any compiler-specific type (i.e long long, _int64, etc.). Also next is constant suffixes and determining what needs to include stdint.
Calvin Buckley committed
-
- 02 Jul, 2021 3 commits
-
-
Consider files executable only if the user can execute them
Edward Thomson committed -
Update from regex to pcre licensing information in docs/contributing.md
Edward Thomson committed -
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
-
- 17 Jun, 2021 1 commit
-
-
Peter Pettersson committed
-
- 16 Jun, 2021 1 commit
-
-
This is what git.git does, so we should follow suit.
David Turner 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 2 commits
-
-
Edward Thomson committed
-
Kartikaya Gupta committed
-