projects
/
mdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1ba721
)
Added missing bash completion for Tracker update
author
Frederic Massart
<fred@moodle.com>
Mon, 18 Feb 2013 05:33:15 +0000
(13:33 +0800)
committer
Frederic Massart
<fred@moodle.com>
Mon, 18 Feb 2013 05:33:15 +0000
(13:33 +0800)
extra/bash_completion
patch
|
blob
|
history
diff --git
a/extra/bash_completion
b/extra/bash_completion
index
3d1ae51
..
a20e5aa
100644
(file)
--- a/
extra/bash_completion
+++ b/
extra/bash_completion
@@
-134,7
+134,7
@@
function _moodle() {
;;
push)
if [[ "$PREV" != "--branch" && "$PREV" != "-b" && "$PREV" != "--remote" && "$PREV" != "-r" ]]; then
- OPTS="--branch --remote --force --include-stable --force-stable"
+ OPTS="--branch --remote --force --include-stable --force-stable
--update-tracker
"
if [[ "$CUR" != -* ]]; then
OPTS="$OPTS $($BIN info -ln)"
fi