chiark / gitweb /
Merge branch 'stable' into stable-master-merge
[stgit] / contrib / stgit-completion.bash
index 8d49e218097bf17ab6c1f3a1d588c745d10c0c2b..1867e6bd5de20d5311963984f838a6335dcdc232 100644 (file)
@@ -18,6 +18,7 @@ _stg_commands="
     diff
     clean
     clone
+    coalesce
     commit
     cp
     edit
@@ -238,6 +239,7 @@ _stg ()
         # repository commands
         id)     _stg_patches $command _all_patches ;;
         # stack commands
+        coalesce) _stg_patches $command _applied_patches ;;
         float)  _stg_patches $command _all_patches ;;
         goto)   _stg_patches $command _all_other_patches ;;
         hide)   _stg_patches $command _unapplied_patches ;;