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.12.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.12.3
Choose a head ref
  • 15 commits
  • 29 files changed
  • 3 contributors

Commits on Aug 14, 2022

  1. Move genflags tool to cmd/ and pin to previous release

    to alleviate problems caused by the circular dependency of using the
    same code as a library that is potentially being generated to adhere to
    a different API.
    meatballhat committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    3e4237a View commit details
    Browse the repository at this point in the history
  2. Tidy up top-level go.mod

    meatballhat committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    a8966ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    234972e View commit details
    Browse the repository at this point in the history
  4. Shift supported go versions

    and approve word-wrapping changes to godoc
    meatballhat committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    27b4569 View commit details
    Browse the repository at this point in the history
  5. Use goimports as formatting standard

    given some disagreement with gofmt that seems to have shown up in 1.19
    meatballhat committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    ade5edb View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    b80ff3d View commit details
    Browse the repository at this point in the history
  2. Changes from code review

    dearchap committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    af3b50c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1454 from urfave/rearrange_slice_code

    issue_62: Make slice options more posix like
    dearchap authored Aug 15, 2022
    Configuration menu
    Copy the full SHA
    6ff3e8e View commit details
    Browse the repository at this point in the history
  4. rename filename to dirPath

    hay-kot committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    3b3b2cd View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Merge pull request #1451 from urfave/pin-genflags-last-release

    Move genflags tool to cmd/ and pin to previous release
    dearchap authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    3a1b6de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6331954 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1452 from urfave/shift-supported-go

    Shift supported go versions
    dearchap authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    87dedb6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1453 from hay-kot/main

    docs: split documentation into individual pages
    dearchap authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    7357e10 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    57a8423 View commit details
    Browse the repository at this point in the history
  2. Rename function

    dearchap committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    7b28ca5 View commit details
    Browse the repository at this point in the history
Loading