logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

guilt-guard - Assign guards to patches

Author

       Written by Eric Lesh <eclesh@ucla.edu[1]>

Description

       Assign guards to the specified patch, or to the patch on top of the stack if no patch is given on the
       command line.

       An unguarded patch is always pushed.

       A positive guard begins with a +. A patch with a positive guard is pushed onlyif the guard is selected.

       A negative guard begins with a -. A patch with a negative guard is always pushed, unless the guard is
       selected.

Documentation

       Documentation by Eric Lesh <eclesh@ucla.edu[1]>

Guilt

       Part of the guilt(7) suite (Generated for Guilt v0.36)

Name

       guilt-guard - Assign guards to patches

Notes

        1. eclesh@ucla.edumailto:eclesh@ucla.edu

Guilt v0.36                                        01/12/2023                                     GUILT-GUARD(1)

Options

       -l|--list
           List all patches and their guards

       -n|--none
           Remove all guards from a patch

Synopsis

guiltguard [-l | --list | -n | --none | [<patchname>] [(+|-)<guard>...]]

See Also