-
-
Notifications
You must be signed in to change notification settings - Fork 72
Comparing changes
Open a pull request
base repository: gitonomy/gitlib
base: 1.3
head repository: gitonomy/gitlib
compare: main
- 16 commits
- 21 files changed
- 12 contributors
Commits on May 22, 2023
-
Bump minimal PHP version to 8.0 (#204)
* Bump minimal PHP version to 8.0 * Fixed ci when pushing on origin repo
Configuration menu - View commit details
-
Copy full SHA for e4e06bb - Browse repository at this point
Copy the full SHA e4e06bbView commit details
Commits on Dec 20, 2023
-
Add support for symfony 7 (#213)
Co-authored-by: Patrik Mokrý <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c7fbbd - Browse repository at this point
Copy the full SHA 2c7fbbdView commit details
Commits on Jan 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba22bb2 - Browse repository at this point
Copy the full SHA ba22bb2View commit details
Commits on Apr 24, 2024
-
Detect binary file by NULL byte (#219)
* Detect binary file by NULL byte * Add description where the binary check and values come from --------- Co-authored-by: Patrick Beuks <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 640068c - Browse repository at this point
Copy the full SHA 640068cView commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a8bfcd1 - Browse repository at this point
Copy the full SHA a8bfcd1View commit details -
Set default range counts (#211)
* Set default range counts * Force ints
Configuration menu - View commit details
-
Copy full SHA for de32cc0 - Browse repository at this point
Copy the full SHA de32cc0View commit details
Commits on May 6, 2024
-
Add optional entry type option for tree entries (#221)
* Add optional entry type option for tree entries * Fix cs problems * Update test for diff range counts * Make each entry type a different function
Configuration menu - View commit details
-
Copy full SHA for 5a47e03 - Browse repository at this point
Copy the full SHA 5a47e03View commit details
Commits on May 7, 2024
-
Edge case: Empty message in the first commit (#217)
* Edge case: Empty message in the first commit (#217) Don't try to consume a 2nd new line when the first repository commit has an empty message. * Ensure author identity
Configuration menu - View commit details
-
Copy full SHA for 0853cb9 - Browse repository at this point
Copy the full SHA 0853cb9View commit details
Commits on May 21, 2024
-
Fix computed data not assinged to cache (#224)
Fix assinging two data types to the same variable Fix calling of removed functions that would just return null
Configuration menu - View commit details
-
Copy full SHA for 5fa8b85 - Browse repository at this point
Copy the full SHA 5fa8b85View commit details
Commits on Nov 3, 2024
-
Avoid unintentional conversion of index to boolean (#208)
Avoid unintentional conversion of index to boolean.
Configuration menu - View commit details
-
Copy full SHA for d1c05fd - Browse repository at this point
Copy the full SHA d1c05fdView commit details -
* PHP 8.4 support * Update tests.yml * Update tests.yml
Configuration menu - View commit details
-
Copy full SHA for ac17834 - Browse repository at this point
Copy the full SHA ac17834View commit details
Commits on Jan 27, 2025
-
Fix incorrect file name on new or deleted empty files (#226)
* Fix incorrect file name on new or deleted empty files * Add test for empty file diff
Configuration menu - View commit details
-
Copy full SHA for 16214e3 - Browse repository at this point
Copy the full SHA 16214e3View commit details
Commits on Jan 29, 2025
-
fix error with empty index by including raw information in diff (#229)
* fix error with empty index by including raw information in diff * fix style error
Configuration menu - View commit details
-
Copy full SHA for 64d8e79 - Browse repository at this point
Copy the full SHA 64d8e79View commit details
Commits on Feb 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for de03597 - Browse repository at this point
Copy the full SHA de03597View commit details
Commits on Jun 4, 2025
-
Skip third party unsupported headers. (#232)
* Skip third party unsupported headers. * Fix sniff remarks. * Sniffs fix v2.
Configuration menu - View commit details
-
Copy full SHA for fae9911 - Browse repository at this point
Copy the full SHA fae9911View commit details
Commits on Jun 26, 2025
-
Fix null passed to strlen in parsers (#234)
When a command is run and fails it returns null. This is then passed to the parser and it handles it as an empty string Since PHP 8.0 it is deprecated to pass null to `strlen` so instead make this an empty String.
Configuration menu - View commit details
-
Copy full SHA for e6e9da5 - Browse repository at this point
Copy the full SHA e6e9da5View commit details
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 1.3...main