- 14 Jun, 2022 4 commits
-
-
status: update documentation for default options
Edward Thomson committed -
Edward Thomson committed
-
config: update config entry iteration lifecycle
Edward Thomson committed -
Edward Thomson committed
-
- 13 Jun, 2022 3 commits
-
-
Edward Thomson committed
-
Edward Thomson committed
-
Look for `getentropy` and flag its existence.
Edward Thomson committed
-
- 12 Jun, 2022 4 commits
-
-
transport: introduce `git_transport_smart_remote_connect_options`
Edward Thomson committed -
Snuck in during refactoring; let's get rid of it.
Edward Thomson committed -
A couple of simplications around mwindow
Edward Thomson committed -
Add a .clang-format with our style
Edward Thomson committed
-
- 11 Jun, 2022 13 commits
-
-
lhchavez committed
-
Co-authored-by: Edward Thomson <ethomson@github.com>
lhchavez committed -
CLI: progress updates
Edward Thomson committed -
refs: fix missing error message
Edward Thomson committed -
docs: fix couple of typos
Edward Thomson committed -
revparse: Remove error-prone, redundant test
Edward Thomson committed -
midx: do not verify the checksum on load
Edward Thomson committed -
Avoid too much flashing on the console with updates about throughput. Only update throughput once a second.
Edward Thomson committed -
Edward Thomson committed
-
Include test results data in CI
Edward Thomson committed -
midx: fix large offset table check.
Edward Thomson committed -
Add link to Tcl bindings for libgit2
Edward Thomson committed -
chore(docs): Add Pharo to language bindings
Edward Thomson committed
-
- 02 Jun, 2022 1 commit
-
-
apnadkarni committed
-
- 22 May, 2022 1 commit
-
-
Max Leske committed
-
- 20 May, 2022 2 commits
-
-
Though both are correct, this makes it clear that we're dealing with the same value.
Colin Stolley committed -
It's insufficient to only check if the offset high order bit is set, we must also check to see if object_large_offsets are in use. This bug is causing objects to appear missing because they can't be found in the index.
Colin Stolley committed
-
- 17 May, 2022 4 commits
-
-
Edward Thomson committed
-
Edward Thomson committed
-
Avoid mismatches between the container uid/gid and the actions runner, build the container with the actions runner's uid/gid
Edward Thomson committed -
John Alden committed
-
- 09 May, 2022 1 commit
-
-
Originally introduced in: 776a6a8e This test case has recently been fixed in bdab2238, but that fix will only last for a year. Next year the same problem will crop up and the test will need to be re-edited. This is not ideal as - This test case becomes an unnecessary burden for developers - Downstream distros or even just users who want to build older versions of libgit2 are guaranteed to have this test fail Furthermore, this test case is entirely unnecessary, as the functionality that was originally (see 776a6a8e) intended to be tested is well-covered by subsequent tests which specify a date instead of a "x ago" specification.
Carl Dong committed
-
- 03 May, 2022 2 commits
-
-
This is something we only want to do during explicit verification rather than on every load. Verifying does not seem like a big deal when we're running with test workloads but once your `multi-pack-index` reaches gigabytes, we spend more time hashing this than doing any work.
Carlos Martín Nieto committed -
The dates we use in `refs::revparse::date` has just passed the ten years, so now everything is beyond ten years, leading to an unexpected commit being returned. Adjust it to 11 years so it all looks fine again.
Carlos Martín Nieto committed
-
- 29 Apr, 2022 2 commits
-
-
This is a very verbose way of performing a comparison where we already have the identity value with both signs. Instead of chainging several conditions, we can rely on the maths working out.
Carlos Martín Nieto committed -
This makes it a bit easier to read while letting the caller specify how big the hash size is for this particular call.
Carlos Martín Nieto committed
-
- 28 Apr, 2022 1 commit
-
-
Aleksey Kulikov committed
-
- 25 Apr, 2022 2 commits
-
-
cli: clone
Edward Thomson committed -
Fix missing include
Edward Thomson committed
-