X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/f1dc6c2618a556d769e529964b38aa7697d2e871..d9d460a1eef90a883584d07b840f89ccdd332d45:/contrib/stgit-completion.bash diff --git a/contrib/stgit-completion.bash b/contrib/stgit-completion.bash index 7ae9e6a..b1d2730 100644 --- a/contrib/stgit-completion.bash +++ b/contrib/stgit-completion.bash @@ -21,6 +21,7 @@ _stg_commands=" clone commit cp + edit export files float @@ -247,6 +248,7 @@ _stg () unhide) _stg_patches $command _hidden_patches ;; # patch commands delete) _stg_patches $command _all_patches ;; + edit) _stg_patches $command _applied_patches ;; export) _stg_patches $command _applied_patches ;; files) _stg_patches $command _all_patches ;; log) _stg_patches $command _all_patches ;;