Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 036a1b275536
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b86512e893fa
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 12, 2020

  1. cargo: use bundled libgit2

    Cargo uses git-rs which is made to be built against the bundled libgit2
    version that hasn't been part of a stable release yet. Using our libgit2
    instead of the master version fails during runtime as they are not
    compatible anymore.
    
    After the next libgit2 update we can try again but it is likely that
    there will also be yet another cargo release at that point in time…
    andir committed Feb 12, 2020
    Copy the full SHA
    5c8612d View commit details
    Browse the repository at this point in the history
  2. cargo: install man pages

    I thought about doing a seperate output for these, but they're tiny
    compared to the size of the binary, so there's no point.
    
    (cherry picked from commit 0489c1b)
    alyssais authored and andir committed Feb 12, 2020
    Copy the full SHA
    e1ed62a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #79930 from andir/cargo-no-system-libgit2

    cargo: use bundled libgit2
    andir committed Feb 12, 2020
    Copy the full SHA
    b86512e View commit details
    Browse the repository at this point in the history