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: git2-0.18.2
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: git2-0.18.3
Choose a head ref
  • 18 commits
  • 31 files changed
  • 3 contributors

Commits on Jan 15, 2024

  1. examples: replace structopt with clap

    See TeXitoi/structopt#525.
    
    Currently git2 is the most downloaded dependent of structopt:
    https://crates.io/crates/structopt/reverse_dependencies.
    tamird committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    8c92f9f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    d9f2f57 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1021 from ehuss/stable-ctest2

    Temporarily limit systest to stable.
    ehuss authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    81a1f16 View commit details
    Browse the repository at this point in the history
  3. Create FUNDING.json

    ehuss committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    ea1ad5c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1020 from rust-lang/ehuss-patch-1

    Create FUNDING.json
    ehuss authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    92d97f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Remove redundant imports.

    ehuss committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    d418516 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1024 from ehuss/redundant-import

    Remove redundant imports.
    ehuss authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b1ea7cc View commit details
    Browse the repository at this point in the history
  3. Revert "Merge pull request #1021 from ehuss/stable-ctest2"

    This reverts commit 81a1f16, reversing
    changes made to 987c4e6.
    ehuss committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    9be523e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1023 from ehuss/ctest2

    Revert "Merge pull request #1021 from ehuss/stable-ctest2"
    ehuss authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3da58f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    8d18374 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    1e6524e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Merge pull request #1007 from tamird/clap

    examples: replace structopt with clap
    ehuss authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    a75e007 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. make functions unsafe

    rpelliard committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    68880b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1035 from rpelliard/mwindow-opts

    Add bindings for mwindow opts
    ehuss authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    3778952 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Release 0.18.3

    rpelliard committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1456fcd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1036 from rpelliard/release-0.19.0

    Release 0.18.3
    ehuss authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a7f2ac4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    389a06f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1037 from ehuss/fix-publish

    Fix publish not following redirect
    ehuss authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    04427a3 View commit details
    Browse the repository at this point in the history
Loading