X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/302600dcf151882ac09cdee1dcec3ae7d42178e9..de7a79c435e5bcbe713c75ec2be1b0221e1d555e:/contrib/stgit-completion.bash?ds=inline diff --git a/contrib/stgit-completion.bash b/contrib/stgit-completion.bash index 09614dc..bef5dbb 100644 --- a/contrib/stgit-completion.bash +++ b/contrib/stgit-completion.bash @@ -15,6 +15,7 @@ _stg_commands=" applied assimilate branch + bury delete diff clean @@ -189,6 +190,7 @@ _stg () # repository commands id) _stg_patches $command _all_patches ;; # stack commands + bury) _stg_patches_options $command _applied_patches "-t --to" ;; float) _stg_patches $command _all_patches ;; goto) _stg_patches $command _all_other_patches ;; hide) _stg_patches $command _all_patches ;;