- 23 Aug, 2019 1 commit
-
-
The "trailer.c" code has been copied mostly verbatim from git.git with minor adjustments, only. As git.git's `xmalloc` function, which aborts on memory allocation errors, has been swapped out for `git_malloc`, which doesn't abort, we may inadvertently access `NULL` pointers. Add checks to fix this.
Patrick Steinhardt committed
-
- 24 Jun, 2019 1 commit
-
-
Edward Thomson committed
-
- 13 Jul, 2018 1 commit
-
-
C++ style comment ("//") are not specified by the ISO C90 standard and thus do not conform to it. While libgit2 aims to conform to C90, we did not enforce it until now, which is why quite a lot of these non-conforming comments have snuck into our codebase. Do a tree-wide conversion of all C++ style comments to the supported C style comments to allow us enforcing strict C90 compliance in a later commit.
Patrick Steinhardt committed
-
- 17 Jan, 2018 2 commits
-
-
Brian Lopez committed
-
Brian Lopez committed
-
- 04 Jan, 2018 2 commits
-
-
Brian Lopez committed
-
Brian Lopez committed
-
- 20 Dec, 2017 2 commits
-
-
Charlie Somerville committed
-
Charlie Somerville committed
-
- 19 Dec, 2017 1 commit
-
-
This is implemented in trailer.c and borrows a large amount of logic from Git core to ensure compatibility.
Charlie Somerville committed
-