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-select - Select guards to apply when pushing patches

Author

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

Description

       Select guards to apply when pushing patches.

       Guards are selected without the + or - prefix. Patches are applied in the following way:

       •   An unguarded patch is always applied.

       •   A patch with a positive guard is applied only if the guard is selected with "guilt select".

       •   A patch with a negative guard is applied unless the guard is selected with "guilt select".

Documentation

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

Guilt

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

Name

       guilt-select - Select guards to apply when pushing patches

Notes

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

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

Options

       -n|--none
           Remove all selected guards

       --pop
           Pop back to the first guarded patch

       --reapply
           Pop back to first guarded patch, select a new guard, and push

       -s|--series
           List all guards listed in the series file

Synopsis

guiltselect [ -n | --none | -s | --series | [--pop|--reapply] <guards...> ]

See Also