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-header - Print a patch header

Author

       Written by Josef "Jeff" Sipek <jeffpc@josefsipek.net[1]>

Description

       Prints either the topmost patch’s header or the header of a specified patch.

       -e
           Open the header in an editor, instead of printing it.

       -E
           Open the raw patch in an editor, instead of printing it.

       <patchname>
           Name of the patch. If a patch with exactly this name exists, use it. Otherwise, treat the name as a
           regexp; if the regexp matches a single patch, use it. Otherwise, list all matching patch names to
           stderr and fail.

Documentation

       Documentation by Brandon Philips <brandon@ifup.org[2]>

Guilt

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

Name

       guilt-header - Print a patch header

Notes

Synopsis

guiltheader [-eE] [<patchname>]

See Also