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: rust-lang/git2-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.17.1
Choose a base ref
...
head repository: rust-lang/git2-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.17.2
Choose a head ref
  • 8 commits
  • 11 files changed
  • 3 contributors

Commits on Apr 21, 2023

  1. support partial stashing #929

    try getting tests to work again
    
    fix tests
    
    cleanup
    
    safe api
    
    fix unittest
    extrawurst committed Apr 21, 2023
    Copy the full SHA
    672a0f3 View commit details

Commits on May 5, 2023

  1. Remove mut when not needed

    A false negative for unused_mut was fixed in rust-lang/rust#110960.
    ehuss committed May 5, 2023
    Copy the full SHA
    088881f View commit details
  2. Merge pull request #953 from ehuss/remove-mut

    Remove mut when not needed
    ehuss authored May 5, 2023
    Copy the full SHA
    41526ca View commit details

Commits on May 18, 2023

  1. Update libgit2-sys/lib.rs

    Co-authored-by: Eric Huss <eric@huss.org>
    extrawurst and ehuss authored May 18, 2023
    Copy the full SHA
    4d3811a View commit details

Commits on May 25, 2023

  1. Copy the full SHA
    dfd4abe View commit details
  2. Merge pull request #930 from extrawurst/support-partial-stashing

    Support partial stashing
    ehuss authored May 25, 2023
    Copy the full SHA
    d95cc38 View commit details

Commits on May 28, 2023

  1. Bump version

    ehuss committed May 28, 2023
    Copy the full SHA
    5807a5a View commit details
  2. Merge pull request #957 from ehuss/new-release

    Bump version
    ehuss authored May 28, 2023
    Copy the full SHA
    f35a3bb View commit details
Loading