X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/21b1cc55ceb6b74b4821387a4dd5d0a49748dc13..fb336055610b2b028e59d4be21a971bd821f1baa:/contrib/stgit-completion.bash diff --git a/contrib/stgit-completion.bash b/contrib/stgit-completion.bash index 18645dc..3c3bf92 100644 --- a/contrib/stgit-completion.bash +++ b/contrib/stgit-completion.bash @@ -15,11 +15,13 @@ _stg_commands=" applied assimilate branch + bury delete diff clean clone commit + cp export files float @@ -188,6 +190,7 @@ _stg () # repository commands id) _stg_patches $command _all_patches ;; # stack commands + bury) _stg_patches $command _all_patches ;; float) _stg_patches $command _all_patches ;; goto) _stg_patches $command _all_other_patches ;; hide) _stg_patches $command _all_patches ;;