-
Notifications
You must be signed in to change notification settings - Fork 1
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: RogerGee/php-git2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 8 files changed
- 1 contributor
Commits on Sep 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6bb3f59 - Browse repository at this point
Copy the full SHA 6bb3f59View commit details
Commits on Jun 9, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for fb1ed77 - Browse repository at this point
Copy the full SHA fb1ed77View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 099591e - Browse repository at this point
Copy the full SHA 099591eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e0fba32 - Browse repository at this point
Copy the full SHA e0fba32View commit details
Commits on Jun 10, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 244f7d4 - Browse repository at this point
Copy the full SHA 244f7d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a43c5ef - Browse repository at this point
Copy the full SHA a43c5efView commit details -
Configuration menu - View commit details
-
Copy full SHA for a824081 - Browse repository at this point
Copy the full SHA a824081View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eac6fb - Browse repository at this point
Copy the full SHA 9eac6fbView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff php8/maint...master