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: v2.17.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: v2.17.2
Choose a head ref
  • 8 commits
  • 3 files changed
  • 3 contributors

Commits on Sep 29, 2022

  1. Remove nonexistent phony targets

    so that running `make` or `make all` only runs targets that exist.
    meatballhat committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    ac4e514 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Merge pull request #1503 from urfave/rm-nonexistent-phonies

    Remove nonexistent phony targets
    meatballhat authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    6491dde View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Configuration menu
    Copy the full SHA
    3f7774a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59d5809 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. wrap: Simplify loop logic

    Suggested by @julian7
    abitrolly authored Oct 4, 2022
    Configuration menu
    Copy the full SHA
    1d26960 View commit details
    Browse the repository at this point in the history
  2. Run go fmt

    abitrolly committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    359e5a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15b2789 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. Merge pull request #1513 from abitrolly/patch-1

    wrap: Avoid trailing whitespace for empty lines
    dearchap authored Oct 5, 2022
    Configuration menu
    Copy the full SHA
    8335f54 View commit details
    Browse the repository at this point in the history
Loading