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: urfave/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.1
Choose a base ref
...
head repository: urfave/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0
Choose a head ref
  • 13 commits
  • 6 files changed
  • 5 contributors

Commits on Jun 9, 2015

  1. Add the ability to add a copyright

    Signed-off-by: Peter Olds <[email protected]>
    Peter Olds committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    2726643 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2015

  1. Remove whitespace #238

    Signed-off-by: Peter Olds <[email protected]>
    Peter Olds committed Jun 16, 2015
    Configuration menu
    Copy the full SHA
    4a11a6b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2015

  1. Merge pull request #238 from polds/copyright

    Add the ability to add a copyright
    jszwedko committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    7ad88c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2015

  1. Add func to get context parent

    Signed-off-by: Brian Goff <[email protected]>
    cpuguy83 committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    15e6b2f View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2015

  1. Merge pull request #245 from cpuguy83/get_parent_ctx

    Add func to get context parent
    jszwedko committed Jun 20, 2015
    Configuration menu
    Copy the full SHA
    ad48024 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2015

  1. Configuration menu
    Copy the full SHA
    ee2cde7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    595c055 View commit details
    Browse the repository at this point in the history
  3. Test updated

    MartyMacGyver committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    dbde330 View commit details
    Browse the repository at this point in the history
  4. If there are no commands, don't show Commands section. Also fixed Cop…

    …yright section formatting.
    MartyMacGyver committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    4d3820c View commit details
    Browse the repository at this point in the history
  5. Fixing more formatting

    MartyMacGyver committed Jun 25, 2015
    Configuration menu
    Copy the full SHA
    8cae499 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2015

  1. Fix global flags processing on top level

    This fixes a regression introduced by #227. When looking up global flags by walking up the parent context's we need to consider the special case when we are starting at the very top and there is no parent context to start the traversal.
    
    Fixes #252
    databus23 committed Jun 29, 2015
    Configuration menu
    Copy the full SHA
    a2d4ae5 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2015

  1. Merge pull request #253 from databus23/fix-isssue-252

    Fix global flags processing on top level
    jszwedko committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    b6d983e View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2015

  1. Merge pull request #251 from MartyMacGyver/more-cleanups

    More cleanups
    jszwedko committed Jul 1, 2015
    Configuration menu
    Copy the full SHA
    f998261 View commit details
    Browse the repository at this point in the history
Loading