From f8770b9045da19affb6deaa743e43aeb36d243e0 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Fri, 5 Oct 2007 22:03:43 +0200 Subject: [PATCH] Update show completion to include hidden patches. --- contrib/stgit-completion.bash | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/stgit-completion.bash b/contrib/stgit-completion.bash index b1d2730b..2c50b9dc 100644 --- a/contrib/stgit-completion.bash +++ b/contrib/stgit-completion.bash @@ -251,13 +251,13 @@ _stg () edit) _stg_patches $command _applied_patches ;; export) _stg_patches $command _applied_patches ;; files) _stg_patches $command _all_patches ;; - log) _stg_patches $command _all_patches ;; + log) _stg_patches $command "_all_patches _hidden_patches" ;; mail) _stg_patches $command _all_patches ;; - pick) _stg_patches $command _unapplied_patches ;; + pick) _stg_patches $command "_unapplied_patches _hidden_patches" ;; # refresh)_stg_patches_options $command _applied_patches "-p --patch" ;; refresh) _complete_files $command "$(_dirty_files)" ;; rename) _stg_patches $command _all_patches ;; - show) _stg_patches $command _all_patches ;; + show) _stg_patches $command "_all_patches _hidden_patches" ;; sync) _stg_patches $command _applied_patches ;; # working-copy commands diff) _stg_patches_options $command _applied_patches "-r --range" ;; -- 2.11.4.GIT