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: brysonsteck/git2-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
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: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 8 files changed
  • 4 contributors

Commits on Mar 29, 2025

  1. add a missing status field

    seokju-na committed Mar 29, 2025
    Configuration menu
    Copy the full SHA
    0c3cba1 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2025

  1. Merge pull request rust-lang#1151 from seokju-na/status-wt-unreadable

    add a missing `git2::Status::WT_UNREADABLE` field
    ehuss authored Mar 30, 2025
    Configuration menu
    Copy the full SHA
    7bebf64 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Add missing code checks to Error::raw_code()

    These codes are both already handled by Error::code(), but because
    they weren't listed in Error::raw_code(), it would return -1, and so
    the paths in Error::code() for them would never be hit.  This fixes
    the code of errors from Repository::merge_commits() with
    fail_on_conflict set for me.
    alyssais authored and ehuss committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    00faf61 View commit details
    Browse the repository at this point in the history
  2. Merge pull request rust-lang#1153 from alyssais/raw_code

    Add missing code checks to Error::raw_code()
    ehuss authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    b82f801 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. fix: add a backtick

    reddevilmidzy authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    38681b1 View commit details
    Browse the repository at this point in the history
  2. Make link an intra-doc link

    ehuss authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    ba5e1b3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request rust-lang#1155 from reddevilmidzy/master

    fix: add a backtick
    ehuss authored Apr 22, 2025
    Configuration menu
    Copy the full SHA
    5bc3baa View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Call init in Indexer::new

    Otherwise calling `Indexer::new` as the first thing in the program will
    result in "no error" errors.
    ehuss committed May 5, 2025
    Configuration menu
    Copy the full SHA
    1774e57 View commit details
    Browse the repository at this point in the history
  2. Clarify Indexer::new path parameter

    This updates the docs to clarify that the path is a *directory*.
    ehuss committed May 5, 2025
    Configuration menu
    Copy the full SHA
    7f42b7a View commit details
    Browse the repository at this point in the history
  3. Merge pull request rust-lang#1160 from ehuss/indexer-init

    Fix initialization with Indexer::new
    ehuss authored May 5, 2025
    Configuration menu
    Copy the full SHA
    eef4592 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    26bfd30 View commit details
    Browse the repository at this point in the history
  5. Merge pull request rust-lang#1161 from ehuss/bump-version

    Update version of git2 to 0.20.2
    ehuss authored May 5, 2025
    Configuration menu
    Copy the full SHA
    1fb5f64 View commit details
    Browse the repository at this point in the history
Loading