chiark / gitweb /
Re-add the interactive merge
[stgit] / contrib / stgit-completion.bash
index b3b23d497dd45f0942c5ffb2e324052d5083c8b2..b02eb64d1ced5e70feae395b67e6714c7a00c5bb 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 ;;