Thanks to visit codestin.com
Credit goes to github.com

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.13.25
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.14.0
Choose a head ref
  • 12 commits
  • 23 files changed
  • 9 contributors

Commits on Dec 6, 2021

  1. blame: fix typo s/Widnows/Windows/

    Signed-off-by: Muhammad Falak R Wani <[email protected]>
    mfrw committed Dec 6, 2021
    Configuration menu
    Copy the full SHA
    f37fee7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #785 from mfrw/mfrw/fix-typo

    blame: fix typo s/Widnows/Windows/
    ehuss authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    23a34e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2022

  1. Fix readme: libgit2 version

    Stephan Dilly authored Jan 1, 2022
    Configuration menu
    Copy the full SHA
    1a001ad View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Merge pull request #788 from extrawurst/patch-2

    Fix readme: libgit2 version
    ehuss authored Jan 2, 2022
    Configuration menu
    Copy the full SHA
    f1a3e12 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Update build.rs (#792)

    std::path::Path is imported for use towards the bottom of the example. No point in using a fully qualified path
    dob9601 authored Jan 21, 2022
    Configuration menu
    Copy the full SHA
    21f40b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. 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
    knutwalker authored Jan 24, 2022
    Configuration menu
    Copy the full SHA
    c55bd6d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Fix typo in DiffFindOptions (#798)

    Co-authored-by: Simon Gasse <[email protected]>
    sgasse and sgasse authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    74fd960 View commit details
    Browse the repository at this point in the history
  2. 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]>
    sgasse and sgasse authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    ae02afd View commit details
    Browse the repository at this point in the history
  3. libgit2-sys: use src instead .git as 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.
    catap authored Feb 7, 2022
    Configuration menu
    Copy the full SHA
    58ed9c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Bump libgit2 to 1.4.0 (#806)

    * Bump libgit2 to 1.4.0
    
    * Libgit2 1.4.0 fixes
    dtolnay authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    509fe58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af6fc41 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Update to 1.4.1 (#811)

    ehuss authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    64d849b View commit details
    Browse the repository at this point in the history
Loading