-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: brysonsteck/git2-rs
base: master
head repository: rust-lang/git2-rs
compare: master
- 12 commits
- 8 files changed
- 4 contributors
Commits on Mar 29, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0c3cba1 - Browse repository at this point
Copy the full SHA 0c3cba1View commit details
Commits on Mar 30, 2025
-
Merge pull request rust-lang#1151 from seokju-na/status-wt-unreadable
add a missing `git2::Status::WT_UNREADABLE` field
Configuration menu - View commit details
-
Copy full SHA for 7bebf64 - Browse repository at this point
Copy the full SHA 7bebf64View commit details
Commits on Apr 3, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 00faf61 - Browse repository at this point
Copy the full SHA 00faf61View commit details -
Merge pull request rust-lang#1153 from alyssais/raw_code
Add missing code checks to Error::raw_code()
Configuration menu - View commit details
-
Copy full SHA for b82f801 - Browse repository at this point
Copy the full SHA b82f801View commit details
Commits on Apr 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 38681b1 - Browse repository at this point
Copy the full SHA 38681b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba5e1b3 - Browse repository at this point
Copy the full SHA ba5e1b3View commit details -
Merge pull request rust-lang#1155 from reddevilmidzy/master
fix: add a backtick
Configuration menu - View commit details
-
Copy full SHA for 5bc3baa - Browse repository at this point
Copy the full SHA 5bc3baaView commit details
Commits on May 5, 2025
-
Otherwise calling `Indexer::new` as the first thing in the program will result in "no error" errors.
Configuration menu - View commit details
-
Copy full SHA for 1774e57 - Browse repository at this point
Copy the full SHA 1774e57View commit details -
Clarify Indexer::new
path
parameterThis updates the docs to clarify that the path is a *directory*.
Configuration menu - View commit details
-
Copy full SHA for 7f42b7a - Browse repository at this point
Copy the full SHA 7f42b7aView commit details -
Merge pull request rust-lang#1160 from ehuss/indexer-init
Fix initialization with Indexer::new
Configuration menu - View commit details
-
Copy full SHA for eef4592 - Browse repository at this point
Copy the full SHA eef4592View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26bfd30 - Browse repository at this point
Copy the full SHA 26bfd30View commit details -
Merge pull request rust-lang#1161 from ehuss/bump-version
Update version of git2 to 0.20.2
Configuration menu - View commit details
-
Copy full SHA for 1fb5f64 - Browse repository at this point
Copy the full SHA 1fb5f64View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master