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: splitbrain/php-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dynamicLogLevel
Choose a base ref
...
head repository: splitbrain/php-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 6 files changed
  • 2 contributors

Commits on Jan 17, 2024

  1. added failing test for #33

    splitbrain committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    92a3ea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    844609e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Configuration menu
    Copy the full SHA
    a3414b2 View commit details
    Browse the repository at this point in the history
  2. honor NO_COLOR environment variable

    As argued for on https://no-color.org/
    splitbrain committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    360ed0b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. initialize log level early

    The default log level needs to be initialized before everthing else,
    otherwise an error during the option parsing (eg. when an unknown option
    is passed) will result in an unessecary stack trace.
    splitbrain committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    8189c68 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2024

  1. Configuration menu
    Copy the full SHA
    f6feaa2 View commit details
    Browse the repository at this point in the history
  2. Fix display of colors when wrapping text

    When colored text wraps to the next line, the color was only applied
    until the end of the line, the text continued on the following line was
    reset to default color.
    
    This reapplies the currently used color at the beginning of each wrapped
    line, unless it has been properly reset.
    dregad committed Dec 22, 2024
    Configuration menu
    Copy the full SHA
    19482c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. Merge pull request #36 from dregad/colors-wrap

    Fix color not continued on next line when wrapping text
    splitbrain authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    160aa71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e669f3 View commit details
    Browse the repository at this point in the history
Loading