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: getopt-php/getopt-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: getopt-php/getopt-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 8 files changed
  • 2 contributors

Commits on May 1, 2018

  1. test multiple, required operand without value

    This fails in #124
    
    (cherry picked from commit 325f3c9)
    tflori committed May 1, 2018
    Configuration menu
    Copy the full SHA
    b2f380a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1fc597 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7245e4c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #126 from getopt-php/fix-multiple-operands

     return empty array for multiple operands when no default value is given
    tflori authored May 1, 2018
    Configuration menu
    Copy the full SHA
    ca1cb1c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2018

  1. Configuration menu
    Copy the full SHA
    fbc18ad View commit details
    Browse the repository at this point in the history
  2. fix coverage report in ci

    tflori committed May 15, 2018
    Configuration menu
    Copy the full SHA
    0edf11d View commit details
    Browse the repository at this point in the history
  3. fix infinite loop with long words in descriptions

    This solves #127
    
    (cherry picked from commit 8ebb4c9)
    tflori committed May 15, 2018
    Configuration menu
    Copy the full SHA
    f1af8cc View commit details
    Browse the repository at this point in the history

Commits on May 29, 2018

  1. add ext-mbstring requirement to composer.json

    (cherry picked from commit dca7a4b)
    tflori committed May 29, 2018
    Configuration menu
    Copy the full SHA
    7acdfd0 View commit details
    Browse the repository at this point in the history
Loading