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.14.3
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.4
Choose a head ref
  • 4 commits
  • 7 files changed
  • 2 contributors

Commits on May 1, 2022

  1. Add binding for git_commit_body

    This patch adds a binding for git_commit_body to retrieve the commit
    message without the summary paragraph. Additionally, this patch updates
    the test suite to test commits with a body paragraph.
    
    While the commit body was previously available via Commit::message,
    users would have to reimplement libgit2's behaviour to extract the
    commit body from it.
    archer-321 authored and joshtriplett committed May 1, 2022
    Configuration menu
    Copy the full SHA
    31d3ff0 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Configuration menu
    Copy the full SHA
    23a5340 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6316180 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6f4560 View commit details
    Browse the repository at this point in the history
Loading