Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

upstream fixes: Delta references and Concurrency #13

Merged
merged 4 commits into from Dec 6, 2022
Merged

Commits on Dec 5, 2022

  1. plumbing: resolve non-external delta references

    In a self-contained pack file delta references might point to base
    objects stored later in the file.
    In this case we need to replace placeholders for external refs with the
    actual base object and update the children references.
    
    Fixes: go-git#484
    
    Co-authored-by: Markus Wolf <mail@markus-wolf.de>
    2 people authored and pjbgf committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    634eaec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0949a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. build: Add CI check for CGO_ENABLED=0

    Some applications that depend on go-git may not need
    to build using CGO. The new test ensures no new
    regressions going forwards.
    
    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    8584a22 View commit details
    Browse the repository at this point in the history
  2. build: Bump github.com/pjbgf/sha1cd to v0.2.3

    Fixes regression in which applications that depend on
    go-git could no longer build with CGO_ENABLED=0.
    
    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    3d60fbc View commit details
    Browse the repository at this point in the history