- 19 Dec, 2023 4 commits
-
-
Edward Thomson committed
-
Setup scripts can change BUILD_WORKSPACE, for instance, if they use a different format for paths, they can replace with `cygpath` variants.
Edward Thomson committed -
Edward Thomson committed
-
Allow the build matrix to specify its shell, in case we provide one in the setup (eg, Cygwin).
Edward Thomson committed
-
- 18 Dec, 2023 5 commits
-
-
Always checkout out shell scripts with Unix-style line endings. mingw doesn't mind, but cygwin struggles without CRLF.
Edward Thomson committed -
CI fixes
Edward Thomson committed -
tests: remove test for strcasecmp
Edward Thomson committed -
process: don't try to close the status
Edward Thomson committed -
Previously, users could skip certain tests when running the CI script (`SKIP_ONLINE_TESTS=1`). Provide a mechanism for users to opt-in to only certain tests (`SKIP_TESTS=1 SKIP_ONLINE_TESTS=0`).
Edward Thomson committed
-
- 17 Dec, 2023 5 commits
-
-
README: replace gmaster with GitButler
Edward Thomson committed -
`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 -
master is no more; GitButler is a new client using libgit2. Fixes #6689
Edward Thomson committed -
It was unused and only defined in posix.h It did not exist in its Windows equivalent.
Peter Pettersson committed -
strcasecmp is a posix function, testing it doesn't make sense. Functions that needs unsigned compare should use git__strcasecmp()
Peter Pettersson 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 18 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
-