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: gitonomy/gitlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.3
Choose a base ref
...
head repository: gitonomy/gitlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 16 commits
  • 21 files changed
  • 12 contributors

Commits on May 22, 2023

  1. Bump minimal PHP version to 8.0 (#204)

    * Bump minimal PHP version to 8.0
    
    * Fixed ci when pushing on origin repo
    lyrixx authored May 22, 2023
    Configuration menu
    Copy the full SHA
    e4e06bb View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Add support for symfony 7 (#213)

    Co-authored-by: Patrik Mokrý <[email protected]>
    MokryPatrik and Patrik Mokrý authored Dec 20, 2023
    Configuration menu
    Copy the full SHA
    2c7fbbd View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

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

Commits on Apr 24, 2024

  1. 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]>
    Patrick-Beuks and Patrick-Beuks authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    640068c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    a8bfcd1 View commit details
    Browse the repository at this point in the history
  2. Set default range counts (#211)

    * Set default range counts
    
    * Force ints
    simonhamp authored May 3, 2024
    Configuration menu
    Copy the full SHA
    de32cc0 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. 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
    Patrick-Beuks authored May 6, 2024
    Configuration menu
    Copy the full SHA
    5a47e03 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. 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
    claudiu-cristea authored May 7, 2024
    Configuration menu
    Copy the full SHA
    0853cb9 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. 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
    Patrick-Beuks authored May 21, 2024
    Configuration menu
    Copy the full SHA
    5fa8b85 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Avoid unintentional conversion of index to boolean (#208)

    Avoid unintentional conversion of index to boolean.
    codebymikey authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    d1c05fd View commit details
    Browse the repository at this point in the history
  2. PHP 8.4 support (#225)

    * PHP 8.4 support
    
    * Update tests.yml
    
    * Update tests.yml
    GrahamCampbell authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    ac17834 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2025

  1. 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
    Patrick-Beuks authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    16214e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. 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
    Patrick-Beuks authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    64d8e79 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

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

Commits on Jun 4, 2025

  1. Skip third party unsupported headers. (#232)

    * Skip third party unsupported headers.
    
    * Fix sniff remarks.
    
    * Sniffs fix v2.
    idimopoulos authored Jun 4, 2025
    Configuration menu
    Copy the full SHA
    fae9911 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. 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.
    Patrick-Beuks authored Jun 26, 2025
    Configuration menu
    Copy the full SHA
    e6e9da5 View commit details
    Browse the repository at this point in the history
Loading