github wfxr/forgit 23.08.1

latest releases: 24.09.0, 24.06.0, 24.05.0...
13 months ago

Changes since 23.08.0:

  • Do not hide error messages when trying to return early (#318)
    Most of forgits functions allow to invoke git directly when arguments were passed. In most of these functions we only return early when the git command that is executed returns successfully. This hides error messages from the user. As discussed with @carlfriedrich in #316, I've modified this behavior to also return early when the git command was not successful, so we're transparent about gits error messages and return values. This also fixes an infinite loop printing an error message when invalid arguments were passed to gsp. Because gbl and gclean allow passing arguments to the git command that is invoked when we don't return early, I've modified their behavior to only invoke git directly (and return early) in the case that non flag arguments were passed.
    I've also modified gclean to use the -q flag instead of piping it's output to /dev/null.
  • Removed the note about using forgit as a git subcommand from the 'tips' section (#321)
    The note was redundant because it is explained in more detail in the 'git integration' section.
  • Trigger AUR action on workflow_run instead of release (#320)
    Turns out that GitHub actions do not trigger other actions by default. Using workflow_run instead of release as a trigger should solve this.

Don't miss a new forgit release

NewReleases is sending notifications on new releases.