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.4.10
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.5.0
Choose a head ref
  • 5 commits
  • 6 files changed
  • 2 contributors

Commits on Apr 25, 2022

  1. Move some test helpers from docs_test to fish_test

    This is in preparation to make docs optional.
    
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    kolyshkin committed Apr 25, 2022
    Copy the full SHA
    aabfea8 View commit details
  2. Add urfave_cli_no_docs build tag

    This removes the resulting binary dependency on cpuguy83/md2man and
    russross/blackfriday, which saves more than 400 KB (more than 300 KB
    once stripped) from the resulting binary.
    
    Document this in README.
    kolyshkin committed Apr 25, 2022
    Copy the full SHA
    49e43be View commit details
  3. ci: test newly added tag

    We run test with the tag set (to make sure nothing is broken),
    and also the check-binary-size target (for informational purposes only).
    
    Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
    kolyshkin committed Apr 25, 2022
    Copy the full SHA
    b8cb475 View commit details

Commits on Apr 26, 2022

  1. Copy the full SHA
    e20d3d4 View commit details
  2. Merge pull request #1375 from kolyshkin/no-docs

    Add `urfave_cli_no_docs` build tag
    meatballhat authored Apr 26, 2022
    Copy the full SHA
    77fb75a View commit details
Loading