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-import-commit - Import one or more commits as patches

Author

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

Description

       Import one or more commits as individual patches.

Documentation

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

Guilt

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

Name

       guilt-import-commit - Import one or more commits as patches

Notes

        1. jeffpc@josefsipek.netmailto:jeffpc@josefsipek.net

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

Options

       <hash>
           Only the specified revision.

       <since>..[<until>]
           Revisions starting from <since> until <until>. The <since> revision it self is NOT included, while
           <until> is. If <until> is not specified, it is assumed to be HEAD.

       ..<until>
           All revisions until the <until> revision (inclusive).

Synopsis

guiltimport-commit [<hash> | <since>..[<until>] | ..<until>]

See Also