- 23 Nov, 2020 2 commits
-
-
Provide the base to our docker images and run with the QEMU docker support optionally.
Edward Thomson committed -
Edward Thomson committed
-
- 21 Nov, 2020 10 commits
-
-
Add a ThreadSanitizer build
Edward Thomson committed -
msvc crtdbg -> win32 leakcheck
Edward Thomson committed -
Add missing worktree_dir check and test case
Edward Thomson committed -
Edward Thomson committed
-
Edward Thomson committed
-
Edward Thomson committed
-
The win32 leakchecking system is now named win32_leakcheck. Update the allocator to match.
Edward Thomson committed -
Move leak check initialization into git_win32_leakcheck_global_init, and call it on library initialization.
Edward Thomson committed -
msvc crtdbg is a mouthfull that is not particularly indicative of what it does. Let's rename it to "win32 leakcheck".
Edward Thomson committed -
Fix the `-DTHREADSAFE=OFF` build
Edward Thomson committed
-
- 20 Nov, 2020 8 commits
-
-
ci: propagate environment variables
Edward Thomson committed -
Edward Thomson committed
-
ci: supply a token for self-hosted runners
Edward Thomson committed -
Edward Thomson committed
-
ci: supply a token for self-hosted runners
Edward Thomson committed -
Edward Thomson committed
-
ci: GitHub Actions for arm64
Edward Thomson committed -
Edward Thomson committed
-
- 18 Nov, 2020 4 commits
-
-
ci: stop using deprecated set-env in GitHub Actions
Edward Thomson committed -
Edward Thomson committed
-
Edward Thomson committed
-
(And move the ci scripts into the `ci` directory.)
Edward Thomson committed
-
- 07 Nov, 2020 2 commits
-
-
Reginald McLean committed
-
Deprecate `is_valid_name` functions; replace with `name_is_valid` functions
Edward Thomson committed
-
- 06 Nov, 2020 2 commits
-
-
Fixes #5280
Reginald McLean committed -
worktree_dir isn't validated when it should be
Reginald McLean committed
-
- 02 Nov, 2020 1 commit
-
-
This change avoids using the `(void)0` construct for some of the mutex `#define`s, since that makes the "return type" of those "functions" to be `void` instead of `int`.
lhchavez committed
-
- 25 Oct, 2020 11 commits
-
-
Edward Thomson committed
-
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed -
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Sven Strickroth committed -
Edward Thomson committed
-
Edward Thomson committed
-
Provide a function that can check remote name validity but can also signal when an error occurs. Use the name "name_is_valid", which is more suggestive of checking a given name, rather than "is_valid_name", which suggests that the function checks the validity of the current remote's name.
Edward Thomson committed -
Disambiguate invalid specifications in `git_refspec__parse` so that callers can determine the difference between invalid specifications and actual errors. No call sites wil propagagte this new error message to an end-user, so there is no user-facing API change.
Edward Thomson committed -
Edward Thomson committed
-
Edward Thomson committed
-
Provide a function that can check reference name validity but can also signal when an error occurs. Use the name "name_is_valid", which is more suggestive of checking a given name, rather than "is_valid_name", which suggests that the function checks the validity of the current reference's name.
Edward Thomson committed -
Move `git_reference__is_valid_name` to `git_reference__name_is_valid`, which returns errors and sets an out boolean parameter.
Edward Thomson committed
-