summaryrefslogtreecommitdiff
path: root/Completion
AgeCommit message (Collapse)AuthorFilesLines
2008-11-1026022: fix on Solaris where /proc/$$/fd exists but doesn't contain symlinksOliver Kiddle1-2/+2
2008-11-10add completion of globbing flagsOliver Kiddle4-4/+42
2008-11-0826021: tweak for glob qualifier completionPeter Stephenson1-14/+27
2008-11-0726016: treat "bzr co" as an alias of "bzr checkout"; patch from Ryo IGARASHI.Clint Adams1-1/+1
2008-11-0225988: declare temporary cache array as local, thanks to problem noticed by ↵Clint Adams9-31/+38
Kazuhiro NISHIYAMA.
2008-10-30unposted: add _tcpsysPeter Stephenson1-0/+49
2008-10-2925945: matching bug in path hierarchy completionPeter Stephenson1-9/+14
2008-10-29unposted: belatedly sort out some distfilesPeter Stephenson1-7/+45
2008-10-2825938 (Mikael) + probably 25939, too: typo in _path_filesPeter Stephenson1-2/+2
2008-10-2625934: handle bts subscribe, unsubscribe, and fix owner. Patches from ↵Clint Adams1-2/+14
Ansgar Burchardt.
2008-10-2325927: include the ignored prefix/suffix in the hidden prefix/suffixBart Schaefer1-14/+16
only for compadd -U.
2008-10-15Phil Pennock: 25854: fix Devel module completion for "perl -d:".Bart Schaefer2-4/+36
2008-10-15Jörg Sommer: 25883: quote tmp1 strings before joining them into a pattern.Bart Schaefer1-1/+1
2008-10-1525887: fix brace completion oddity by using compadd -U more selectively.Bart Schaefer1-8/+8
2008-10-14Jörg Sommer: 25882: run ssh with -oBatchMode=yes.Clint Adams1-1/+1
2008-10-11Marc Chantreux: 25816: promiscuous ip linksPeter Stephenson1-0/+1
2008-10-1025029: : "environ" style to allow a different search path when completingBart Schaefer1-0/+7
as a different user.
2008-10-0925833: remove zparseopts line obsoleted by 25824.Clint Adams1-3/+0
2008-10-09Jörg Sommer: 25824: make it possible to use abbreviated paths for tree files.Clint Adams1-1/+1
2008-10-08Nikolai Weibull: 25828: new rm completionPeter Stephenson2-0/+42
unposted: note some new features in NEWS
2008-10-07Jörg Sommer: 25819: improve module parameter completion.Clint Adams1-3/+10
First, do not embedd the = in the parameter by define it a parameter‐value separator; -S =. Second, look for already given parameters in all words; -w. Third, use the curcontext variable; -C. Forth, distinct between boolean and non‐boolean parameters, i.e. do not append a = to the end. And include the type of the parameter in the help message. This information is only given in the full output of modinfo, not in the narrowed output with --field.
2008-10-07Jörg Sommer: 25822: declare val_args as local array.Clint Adams1-0/+2
2008-10-07Jörg Sommer: 25821: return 0 if a modules parameter was completed.Clint Adams1-1/+1
2008-10-0725820: add the option --field of modinfo.Clint Adams1-0/+2
2008-10-0625818: compinstall data loss typo fix from Morita Sho.Clint Adams1-1/+1
2008-10-0425808: handle bts claim and unclaim subcommands.Clint Adams1-1/+12
2008-10-03unposted: yet another correction for 25702 misapplicationClint Adams1-1/+1
2008-10-02unposted: off-by-one error looking for dynamic directory name in completionPeter Stephenson1-1/+1
2008-09-3025777: argument to gdbmsetfn()Peter Stephenson1-2/+3
unposted: recognise ~[ in completion after : and =
2008-09-2925733: stub function for dynamic directory name completionPeter Stephenson3-1/+18
2008-09-2825764: completion for Django, from Chris Lamb.Clint Adams2-0/+200
2008-09-2725755/25756: Jörg Sommer: improved handling of module argumentsPeter Stephenson1-8/+16
25759: fix dynamic named directory crash, static named directory consistency
2008-09-26Mikael Magnusson: 25617: complete -t <tags>.Clint Adams1-1/+2
2008-09-23unposted: brown paper bag patch management of 25718.Clint Adams1-1/+1
2008-09-2325728: spelling fix.Clint Adams1-1/+1
2008-09-23Jörg Sommer: 25717: fixups for 25702.Clint Adams1-14/+3
2008-09-22Jörg Sommer: 25718: add completion of option --reverse.Clint Adams1-1/+2
2008-09-21unposted: update .distfiles.Clint Adams1-24/+6
2008-09-21Jörg Sommer: 25702: completions for chrt and ionice commands.Clint Adams2-0/+84
2008-09-1325655: remove completion for --remove-sent-files option.Clint Adams1-1/+0
2008-09-1225654: fix return bug and add --color.Clint Adams1-1/+2
2008-09-10Frank Terbeck: 25640: another alias handling fix.Clint Adams1-1/+1
2008-09-07Frank Terbeck: 25624: clean up git alias parsing.Clint Adams1-5/+6
2008-09-0525608: NO_cshjunkiesquote in completionPeter Stephenson1-0/+1
2008-09-03Jörg Sommer <joerg@alea.gnuu.de>: 25598/25599:Peter Stephenson1-1/+1
auto-remove automatically added = in alias completion
2008-09-02Mikael Magnusson: 25594: "git clean" cleanup.Clint Adams1-11/+1
2008-09-01Mikael Magnusson: 25591: "git remote rm" completion.Clint Adams1-1/+4
2008-09-01Mikael Magnusson: 25590: update "git add" completion.Clint Adams1-4/+5
2008-09-01Frank Terbeck: 25588: add --no-pager option to git completion.Clint Adams1-0/+1
2008-09-0125585: fix git command completion when there are arguments after the cursor ↵Clint Adams1-8/+8
position.