-
Notifications
You must be signed in to change notification settings - Fork 446
Comparing changes
Open a pull request
base repository: rust-lang/git2-rs
base: 0.13.25
head repository: rust-lang/git2-rs
compare: 0.14.0
- 12 commits
- 23 files changed
- 9 contributors
Commits on Dec 6, 2021
-
blame: fix typo s/Widnows/Windows/
Signed-off-by: Muhammad Falak R Wani <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f37fee7 - Browse repository at this point
Copy the full SHA f37fee7View commit details -
Merge pull request #785 from mfrw/mfrw/fix-typo
blame: fix typo s/Widnows/Windows/
Configuration menu - View commit details
-
Copy full SHA for 23a34e5 - Browse repository at this point
Copy the full SHA 23a34e5View commit details
Commits on Jan 1, 2022
-
Stephan Dilly authored
Jan 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 1a001ad - Browse repository at this point
Copy the full SHA 1a001adView commit details
Commits on Jan 2, 2022
-
Merge pull request #788 from extrawurst/patch-2
Fix readme: libgit2 version
Configuration menu - View commit details
-
Copy full SHA for f1a3e12 - Browse repository at this point
Copy the full SHA f1a3e12View commit details
Commits on Jan 21, 2022
-
std::path::Path is imported for use towards the bottom of the example. No point in using a fully qualified path
Configuration menu - View commit details
-
Copy full SHA for 21f40b0 - Browse repository at this point
Copy the full SHA 21f40b0View commit details
Commits on Jan 24, 2022
-
Add support for custom git extensions (#791)
* Add support for custom git extensions This would allow one to use git worktrees together with sparse-checkout. Reference: libgit2/libgit2#6031 * Mark extension methods unsafe * Replace custom spin-lock in tests with serial-test crate * Rewrite tests as integration tests
Configuration menu - View commit details
-
Copy full SHA for c55bd6d - Browse repository at this point
Copy the full SHA c55bd6dView commit details
Commits on Feb 7, 2022
-
Fix typo in DiffFindOptions (#798)
Co-authored-by: Simon Gasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74fd960 - Browse repository at this point
Copy the full SHA 74fd960View commit details -
Harmonize commitish and committish in docstrings (#799)
The git glossary mentions both verions. However in-code, only the first variant is used. This commit harmonizes the usages: https://git-scm.com/docs/gitglossary#Documentation/ gitglossary.txt-aiddefcommit-ishacommit-ishalsocommittish Co-authored-by: Simon Gasse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae02afd - Browse repository at this point
Copy the full SHA ae02afdView commit details -
libgit2-sys: usesrcinstead.gitas vendored indicator (#801)When someone vendored `libgit2-sys` he may exclude `.git` folder. When such things happened an attempt to build it may lead to error like: `fatal: not a git repository (or any of the parent directories): .git`. The only way to fix it is using system's `libgit2` which may lead to `invalid version 0 on git_proxy_options; class=Invalid (3)` at some cases.
Configuration menu - View commit details
-
Copy full SHA for 58ed9c3 - Browse repository at this point
Copy the full SHA 58ed9c3View commit details
Commits on Feb 15, 2022
-
* Bump libgit2 to 1.4.0 * Libgit2 1.4.0 fixes
Configuration menu - View commit details
-
Copy full SHA for 509fe58 - Browse repository at this point
Copy the full SHA 509fe58View commit details -
Configuration menu - View commit details
-
Copy full SHA for af6fc41 - Browse repository at this point
Copy the full SHA af6fc41View commit details
Commits on Feb 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 64d849b - Browse repository at this point
Copy the full SHA 64d849bView 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 0.13.25...0.14.0