Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libgit2, GitRepo: Write (thin) packfiles #11330

Merged
merged 8 commits into from
Sep 16, 2024
Merged

libgit2, GitRepo: Write (thin) packfiles #11330

merged 8 commits into from
Sep 16, 2024

Commits on Aug 28, 2024

  1. libgit2, GitRepo: Write thin packfiles

    libgit2 didn't write thin ones, hence the patch.
    
    This should improve performance on systems with weak I/O in ~/.cache,
    especially in terms of operations per second, or where system calls
    are slower. (macOS, VMs?)
    roberth committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5dd6c4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0f8a92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97ff2ed View commit details
    Browse the repository at this point in the history
  4. fixup: sync -> flush

    The latter is not used for memory synchronization things.
    roberth committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    fb8d3ed View commit details
    Browse the repository at this point in the history
  5. fixup: Release odb

    roberth committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    57c4830 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c1fe354 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    976f539 View commit details
    Browse the repository at this point in the history
  2. fix Windows build

    roberth committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    459d026 View commit details
    Browse the repository at this point in the history