- 17 Dec, 2023 1 commit
-
-
`process->status` is a status value; we were mistakenly trying to close it as a file descriptor, as if it were the `status` self-pipe that we open during process creation. Instead, don't try to close it, as it's not a file descriptor.
Edward Thomson committed
-
- 16 Dec, 2023 8 commits
-
-
cli: add `index-pack` command
Edward Thomson committed -
ci: allow workflows to push changes
Edward Thomson committed -
Our workflows push documentation changes; ensure that they are allowed to do so.
Edward Thomson committed -
Fix 'path cannot exist in repository' during diff for in-memory repository
Edward Thomson committed -
ci: allow workflows to read and write packages
Edward Thomson committed -
Git blame buffer gives the wrong result in many cases where there are…
Edward Thomson committed -
cmake: rename FindIconv to avoid collision with cmake
Edward Thomson committed -
Our CI workflows consume and will automatically generate their build containers. Ensure that they can do so.
Edward Thomson committed
-
- 14 Dec, 2023 31 commits
-
-
Kevin Saul committed
-
cmake now includes `FindIconv`. Rename ours to avoid any confusion.
Edward Thomson committed -
Edward Thomson committed
-
actions: set permissions
Edward Thomson committed -
Edward Thomson committed
-
Several compatibility fixes
Edward Thomson committed -
Edward Thomson committed
-
We now allow leading and trailing dots in username and email addresses. Test that we do so.
Edward Thomson committed -
clone: don't mix up "http://url" with "http:/url" when figuring out if we should do a local clone
Edward Thomson committed -
Peter Pettersson committed
-
Peter Pettersson committed
-
process: test /usr/bin/false on BSDs
Edward Thomson committed -
Edward Thomson committed
-
Support setting oid type for in-memory repositories
Edward Thomson committed -
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
Pass a pointer to the quote counts so that we can increment it.
Edward Thomson committed -
Edward Thomson committed
-
Ensure that we declare variables at the top of the block for broad compatibility with old compilers.
Edward Thomson committed -
push: set generic error in push_negotiation cb
Edward Thomson committed -
release: add a compatibility label
Edward Thomson committed -
Add a compatibility label to the release.yml to describe things that are for improved cross-platform compatibility.
Edward Thomson committed -
When a user returns `-1` in a `push_negotiation` callback, we set the error to whatever's hanging out in the buffer, probably something about a missing configuration entry. Clear the error buffer before invoking the callback, so that if a user does not set an error message in their callback that we can detect. If there is no error but `-1` is returned, set a generic error message.
Edward Thomson committed -
fetch: enable deepening/shortening shallow clones
Edward Thomson committed -
util: suppress some uninitialized variable warnings
Edward Thomson committed -
Avoid macro redefinition of ENABLE_INTSAFE_SIGNED_FUNCTIONS
Edward Thomson committed -
git2: Fix crash when called w/o parameters
Edward Thomson committed -
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed
-