X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/340793d1f7dc889720ceef3271ca58187474d110..9564af74822b276d435319fc271eda591e5125a6:/contrib/stgit-completion.bash diff --git a/contrib/stgit-completion.bash b/contrib/stgit-completion.bash index 8d49e21..1867e6b 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 ;;