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-refresh - Refresh topmost applied patch

Author

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

Description

       Refresh topmost applied patch with changes in the working copy.

Documentation

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

Guilt

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

Name

       guilt-refresh - Refresh topmost applied patch

Notes

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

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

Options

       --git
           Generate a patch which uses all the features offered by the git diff format (e.g., rename and copy
           detection).

       --diffstat
           Include a diffstat output in the patch file. Useful for cases where patches will be submitted with
           other tools.

           If the command line option is omitted, the corresponding git-config(1) option "guilt.diffstat" will
           be queried. So this would enable diffstat output by default:

               git config --global guilt.diffstat true

Synopsis

guiltrefresh [--git] [--diffstat]

See Also