table of contents
STG-CLEAN(1) | StGit Manual | STG-CLEAN(1) |
NAME¶
stg-clean - Delete empty patches from the series
SYNOPSIS¶
stg clean [OPTIONS]
DESCRIPTION¶
Delete the empty patches from the entire series by default, or only empty patches from the applied or unapplied patches. A patch is considered empty if its tree is the same as its parent.
OPTIONS¶
-A, --applied
Delete empty applied patches
-U, --unapplied
Delete empty unapplied patches
STGIT¶
Part of the StGit suite - see stg(1)
09/20/2024 | StGit 2.4.12 |