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.21
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.13.22
Choose a head ref
  • 6 commits
  • 7 files changed
  • 5 contributors

Commits on Aug 23, 2021

  1. Fix test branch::tests::name_is_valid

    The `Branch::name_is_valid` function allocates memory in `libgit2`, so we need
    to initialize the memory allocator first via `git_libgit2_init`.
    arxanas committed Aug 23, 2021
    Copy the full SHA
    8d2a86c View commit details
  2. Merge pull request #740 from arxanas/name-is-valid-test

    Fix test `branch::tests::name_is_valid`
    ehuss authored Aug 23, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    6db8f4e View commit details

Commits on Aug 27, 2021

  1. Add vendored feature (#739)

    As per #721, some consumers may
    prefer to build `libgit2` themselves to simplify distribution.
    
    To test the vendored version, you can run:
    
    ```
    cargo build --features vendored-libgit2`
    ```
    
    That being said, the test `branch::tests::name_is_valid` fails on macOS. This
    test is currently broken as per
    #721 (comment)
    arxanas authored Aug 27, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    97091c3 View commit details

Commits on Aug 30, 2021

  1. Add binding for git_repository_fetchhead_foreach (#738)

    * Add binding for git_repository_fetchhead_foreach
    
    * Assert pointers are not null in fetchhead_foreach_cb
    
    * Pass through remote url in bytes in `fetchhead_foreach`
    
    * Document parameters for `fetchhead_foreach`
    
    * Fix formatting of docs for `mergehead_foreach`
    andrewhickman authored Aug 30, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ca6672b View commit details

Commits on Sep 3, 2021

  1. Bump libgit2 submodule to 1.2.0 (#744)

    * Bump libgit2 submodule to 1.2.0
    
    Follow the recent release of 1.2.0
    
    * Update bindings
    alexcrichton authored Sep 3, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    c273ed9 View commit details

Commits on Sep 8, 2021

  1. version bumps (#745)

    Stephan Dilly authored Sep 8, 2021

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    94b6240 View commit details
Loading