X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/d851da81409f07105c55d5088157e276cbc4fe13..9b4a6e70a1390d653201e48e12d09005b3fba6c8:/contrib/stgit-completion.bash diff --git a/contrib/stgit-completion.bash b/contrib/stgit-completion.bash index b02eb64..1867e6b 100644 --- a/contrib/stgit-completion.bash +++ b/contrib/stgit-completion.bash @@ -251,7 +251,7 @@ _stg () # patch commands delete) _stg_patches $command _all_patches ;; edit) _stg_patches $command _applied_patches ;; - export) _stg_patches $command _applied_patches ;; + export) _stg_patches $command _all_patches ;; files) _stg_patches $command _all_patches ;; log) _stg_patches $command _all_patches ;; mail) _stg_patches $command _all_patches ;;