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: adriancooney/Taskfile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: leukeleu/Taskfile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 3 files changed
  • 1 contributor

Commits on Oct 18, 2023

  1. Use more compatible shebang

    wadevries committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    43ea721 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b288a37 View commit details
    Browse the repository at this point in the history
  3. Use Bash strict mode

    wadevries committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    3f3fc85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a2da98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    684eae4 View commit details
    Browse the repository at this point in the history
  6. Fix shellcheck suggestions

    wadevries committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    7ae0223 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1059a92 View commit details
    Browse the repository at this point in the history
  8. Update README

    wadevries committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    3d7dc92 View commit details
    Browse the repository at this point in the history
  9. Restore space as a field separator, fixing quoted commands as arguments

    Allows `_parallel "build one" "build two"`.
    wadevries committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    1045265 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Update Taskfile.template

    Choose parentheses-less function signature style
    wadevries authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f70bb67 View commit details
    Browse the repository at this point in the history
  2. Lintfix with shfmt

    wadevries committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    e42e289 View commit details
    Browse the repository at this point in the history
  3. Run ShellCheck in CI

    wadevries committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    8e1ac1d View commit details
    Browse the repository at this point in the history
  4. Fix workflow syntax

    wadevries committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    655b2d9 View commit details
    Browse the repository at this point in the history
  5. Fix docs

    wadevries committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    86da363 View commit details
    Browse the repository at this point in the history
Loading