[Bps-public-commit] SD branch, master, updated. 0.73-40-gf638276
Kevin Falcone
falcone at bestpractical.com
Mon Jan 11 09:23:25 EST 2010
The branch, master has been updated
via f6382766737c7d96ec7c6c286a94b9bbe8d90ab0 (commit)
from 21b642339593273e7be3ab9b6eb9ba429f27ba0e (commit)
Summary of changes:
etc/sd.bash | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
- Log -----------------------------------------------------------------
commit f6382766737c7d96ec7c6c286a94b9bbe8d90ab0
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Mon Jan 11 09:22:46 2010 -0500
The git sd completion wasn't working
it either stole all of the git completion or it was never noticed
diff --git a/etc/sd.bash b/etc/sd.bash
index 186e4c3..402f115 100644
--- a/etc/sd.bash
+++ b/etc/sd.bash
@@ -1,13 +1,7 @@
# add this to your bash_completion.d directory
-
-# handle the multi-word git sd command specially
-function _gitsd_() {
- _prophet_ "git sd"
-}
function _prophet_()
{
COMPREPLY=($($1 _gencomp ${COMP_WORDS[COMP_CWORD]}))
}
complete -F _prophet_ sd
-complete -F _gitsd_ git sd
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list