chiark / gitweb /
Allow StGIT commands to run correctly in subdirectories
[stgit] / contrib / stgit-completion.bash
index 7ae9e6a8bb03bbcc3766ea3f3e5369881d4f3b23..b1d2730b65cea767cd53f886f96d342108026d06 100644 (file)
@@ -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 ;;