diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-02-04 02:38:43 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-04 00:18:41 -0800 |
commit | b3391775e87bed073b93a0a534169a794eceebd7 (patch) | |
tree | b090947633d68a97798060ed84532f9937f90245 /diff-lib.c | |
parent | bash: Support unique completion on git-config. (diff) | |
download | tgif-b3391775e87bed073b93a0a534169a794eceebd7.tar.xz |
bash: Support unique completion when possible.
Because our use of -o nospace prevents bash from adding a trailing space
when a completion is unique and has been fully completed, we need to
perform this addition on our own. This (large) change converts all
existing uses of compgen to our wrapper __gitcomp which attempts to
handle this by tacking a trailing space onto the end of each offered
option.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'diff-lib.c')
0 files changed, 0 insertions, 0 deletions