chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use FETCH_HEAD to know where to rebase to after pull.
[stgit]
/
contrib
/
stgit-completion.bash
diff --git
a/contrib/stgit-completion.bash
b/contrib/stgit-completion.bash
index d0d716c292e0e82bb1b8db1b54c5072e94d3ec38..8a027bff2525dc11f98bd93b61ecfa7a9c2eae56 100644
(file)
--- a/
contrib/stgit-completion.bash
+++ b/
contrib/stgit-completion.bash
@@
-25,6
+25,7
@@
_stg_commands="
float
fold
goto
float
fold
goto
+ hide
id
import
init
id
import
init
@@
-48,6
+49,7
@@
_stg_commands="
top
unapplied
uncommit
top
unapplied
uncommit
+ unhide
"
# The path to .git, or empty if we're not in a repository.
"
# The path to .git, or empty if we're not in a repository.
@@
-188,8
+190,11
@@
_stg ()
# stack commands
float) _stg_patches $command _all_patches ;;
goto) _stg_patches $command _all_other_patches ;;
# stack commands
float) _stg_patches $command _all_patches ;;
goto) _stg_patches $command _all_other_patches ;;
+ hide) _stg_patches $command _all_patches ;;
pop) _stg_patches $command _applied_patches ;;
push) _stg_patches $command _unapplied_patches ;;
pop) _stg_patches $command _applied_patches ;;
push) _stg_patches $command _unapplied_patches ;;
+ series) _stg_patches $command _all_patches ;;
+ unhide) _stg_patches $command _all_patches ;;
# patch commands
delete) _stg_patches $command _all_patches ;;
export) _stg_patches $command _applied_patches ;;
# patch commands
delete) _stg_patches $command _all_patches ;;
export) _stg_patches $command _applied_patches ;;