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: RogerGee/php-git2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: php8/maint
Choose a base ref
...
head repository: RogerGee/php-git2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 8 files changed
  • 1 contributor

Commits on Sep 4, 2023

  1. Release php8/2.0.0

    RogerGee committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    6bb3f59 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2025

  1. commit: Fix constness issue moving forward after 1.8

    The maintainers of libgit2 reverted a breaking constness issue in
    the git_commit() functions in version 1.8. This issue was reverted for
    1.9; so, we'll only apply the fix for 1.8 specifically.
    RogerGee committed Jun 9, 2025
    Configuration menu
    Copy the full SHA
    fb1ed77 View commit details
    Browse the repository at this point in the history
  2. php-config-backend: Update entry structure for libgit2 1.9+

    In libgit2 1.9, the structure of the git_config_entry type changed to
    remove the public free() property so that it is no longer a part of
    the public interface. Instead, a new abstraction was added called
    git_config_backend_entry that allows the custom backend to set the
    free function.
    
    We updated the config backend implementation to support both the old
    and new structures.
    RogerGee committed Jun 9, 2025
    Configuration menu
    Copy the full SHA
    099591e View commit details
    Browse the repository at this point in the history
  3. refdb-backend: Adjust reflog code to work with later sys API changes

    We cannot implement reflogs currently due to lack of support in the
    system API for libgit2. Recent versions of the library removed one
    of the system headers we were using. This patch allows the library to
    compile while still keeping the reflog erroring out as unimplemented.
    RogerGee committed Jun 9, 2025
    Configuration menu
    Copy the full SHA
    e0fba32 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. testbed: Fix issue with readonly config backends

    In recent versions of libgit2, a config backend having level
    GIT_CONFIG_HIGHEST_LEVEL is marked as readonly. To allow the tests to
    pass, we use a different level option.
    RogerGee committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    244f7d4 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    RogerGee committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    a43c5ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a824081 View commit details
    Browse the repository at this point in the history
  4. Release php8/2.0.1

    RogerGee committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    9eac6fb View commit details
    Browse the repository at this point in the history
Loading