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: v1.4.0
Choose a base ref
...
head repository: gitonomy/gitlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.0
Choose a head ref
  • 9 commits
  • 15 files changed
  • 7 contributors

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
Loading