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: 687db20
Choose a base ref
...
head repository: urfave/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1dce44d
Choose a head ref
  • 19 commits
  • 7 files changed
  • 11 contributors

Commits on Aug 24, 2014

  1. Minor README tweaks

    Zearin committed Aug 24, 2014
    Configuration menu
    Copy the full SHA
    0234505 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2014

  1. Merge pull request #134 from Zearin/patch-1

    Minor README tweaks
    jszwedko committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    7381bc4 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2014

  1. Fix example code

    nyushi committed Sep 15, 2014
    Configuration menu
    Copy the full SHA
    9610ab1 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2014

  1. Configuration menu
    Copy the full SHA
    78d497e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #137 from nyushi/fix-example-code

    Fix example code
    meatballhat committed Sep 23, 2014
    Configuration menu
    Copy the full SHA
    f7ebb76 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2014

  1. Add Context.GlobalFlagNames()

    artnez committed Oct 2, 2014
    Configuration menu
    Copy the full SHA
    6db418e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2014

  1. Add a function to determine if a global flag is set.

    Jesse Howarth committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    b490b5e View commit details
    Browse the repository at this point in the history
  2. Add additional test

    Jesse Howarth committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    a6bafbe View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2014

  1. Configuration menu
    Copy the full SHA
    179c7a5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #147 from peterbourgon/master

    Make -v, --version optional
    jszwedko committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    61f43e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2014

  1. Configuration menu
    Copy the full SHA
    993877b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #150 from kytrinyx/readme-example

    Clarify example in README. Fixes #149
    jszwedko committed Nov 13, 2014
    Configuration menu
    Copy the full SHA
    229729f View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2014

  1. Fix bash completion for deep level subcommands

    pivaldi committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    59ef956 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #146 from jhowarth/master

    Add a function to determine if a global flag is set
    codegangsta committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    bfc92c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2014

  1. Merge pull request #143 from artnez/master

    Add Context.GlobalFlagNames()
    codegangsta committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    0cd0f1a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #152 from OVYA/master

    Fix bash completion for deep level subcommands
    codegangsta committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    b731cdc View commit details
    Browse the repository at this point in the history
  3. Update README.md

    codegangsta committed Nov 23, 2014
    Configuration menu
    Copy the full SHA
    9908e96 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2014

  1. Configuration menu
    Copy the full SHA
    dca23da View commit details
    Browse the repository at this point in the history
  2. Adding section in README about env var cascade

    as well as moving a line back up where it belongs
    meatballhat committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    1dce44d View commit details
    Browse the repository at this point in the history
Loading