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

cargo: use bundled libgit2 #79930

Merged
merged 2 commits into from
Feb 12, 2020
Merged

cargo: use bundled libgit2 #79930

merged 2 commits into from
Feb 12, 2020

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
    Configuration menu
    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
    Configuration menu
    Copy the full SHA
    e1ed62a View commit details
    Browse the repository at this point in the history