X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/fe1cee2e49d9995852ba92d8fba1d064acf2fca9..48b209cd91bc84c1f1a95080ba9c2c575eda0640:/contrib/stgit-completion.bash diff --git a/contrib/stgit-completion.bash b/contrib/stgit-completion.bash index b3b23d4..b02eb64 100644 --- a/contrib/stgit-completion.bash +++ b/contrib/stgit-completion.bash @@ -18,6 +18,7 @@ _stg_commands=" diff clean clone + coalesce commit cp edit @@ -238,6 +239,7 @@ _stg () # repository commands id) _stg_patches $command _all_patches ;; # stack commands + coalesce) _stg_patches $command _applied_patches ;; float) _stg_patches $command _all_patches ;; goto) _stg_patches $command _all_other_patches ;; hide) _stg_patches $command _unapplied_patches ;;