1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-29 06:51:03 +02:00
Commit graph

965 commits

Author SHA1 Message Date
Peter Stephenson
50d9cdeae4 24768: add -q option to cd, chdir, pushd, popd
use in _canonical_paths
add 4.3.6 release note with this and other stuff
2008-03-28 09:59:06 +00:00
Peter Stephenson
42ddb45fe8 24759: dont unfunction if no function; sanitize helper functions 2008-03-27 11:29:17 +00:00
Peter Stephenson
4d2d7d7e37 24757: canonicalize paths some more 2008-03-27 10:35:08 +00:00
Peter Stephenson
b6d1d7414f 25735: use zstat to get canonical name for symbolic links 2008-03-26 17:22:17 +00:00
Clint Adams
238df34af4 24730: use --no-color when calling git commands that might output color codes. 2008-03-23 16:18:17 +00:00
Peter Stephenson
3cd59fa065 unposted: fix some .distfiles and .cvsignore stuff 2008-03-15 23:21:02 +00:00
Clint Adams
37a7e81390 24704: completion for BSD calendar. 2008-03-12 23:35:25 +00:00
Clint Adams
9e1c419497 24702: fix 24701 2008-03-09 12:29:52 +00:00
Clint Adams
2448f0f7aa 24701: use $service instead of $words[1] so completion will work if git is an alias to a wrapper. 2008-03-09 12:16:54 +00:00
Peter Stephenson
318119bda7 Richard Hartmann: 24631: gpg completion update 2008-03-07 10:43:40 +00:00
Peter Stephenson
74c4a9c9be unposted: improved handling of perforce @label and @date 2008-03-04 11:48:43 +00:00
Bart Schaefer
25848c5aa7 24653, 24659: Completion/Unix/Type/_path_commands: use a helper function
to call "whatis" portably, and use compadd -O to pre-filter matches before
reading $_command_descriptions.
2008-03-03 01:29:17 +00:00
Clint Adams
5707bb5638 24650: use zstyle -t instead of -T since extra-verbose isn't meant to default to yes. 2008-03-01 23:10:30 +00:00
Clint Adams
658deeb7e9 24632: fix remote ssh filename quoting. 2008-03-01 01:03:18 +00:00
Clint Adams
e01ff4c18a 24626: only process command descriptions if extra-verbose style is set. 2008-02-28 18:29:04 +00:00
Clint Adams
969913577e 24622: add completion for 'git bisect skip' and 'git bisect run'. 2008-02-28 17:20:43 +00:00
Peter Stephenson
485a008075 24585: completion for glob qualifiers plus
bug fix for _alternative
2008-02-23 00:10:24 +00:00
Peter Stephenson
2130732433 unposted: new p4 change option -u 2008-02-22 14:40:06 +00:00
Bart Schaefer
9728d35cc2 24570: don't attempt to pre-filter $commands on $PREFIX, just let compadd
deal with it.
2008-02-19 22:52:18 +00:00
Peter Stephenson
ae7d5b5503 users/12547: [0] -> [1] in completion arrays 2008-02-11 16:28:29 +00:00
Clint Adams
aad025407c 24536: tweaks to 24529, spelling fix. 2008-02-06 01:30:29 +00:00
Clint Adams
0ae4035111 Mikael Magnusson: 24529: remaining fixes from 24526. 2008-02-06 01:17:53 +00:00
Clint Adams
07acd1d4f0 24527: a subset of the fixes from Mikael Magnusson in 24526. 2008-02-03 18:10:18 +00:00
Peter Stephenson
f6bcc6e1cd Christopher Key: fix for subversion help output 2008-01-31 16:16:35 +00:00
Clint Adams
cf416b753e 24464: remove trailing whitespace. 2008-01-25 13:56:04 +00:00
Clint Adams
1445c65e53 24442: compensate for some breakage introduced by 24396. 2008-01-22 17:17:00 +00:00
Clint Adams
73ccdcff0a 24441: compensate for some breakage introduced by 24396. 2008-01-22 17:07:16 +00:00
Clint Adams
dd703246bb 24437: compensate for some breakage introduced by 24396. 2008-01-22 16:44:09 +00:00
Clint Adams
cb01b4b888 Frank Terbeck: 24413: handle completion when git aliases are used. 2008-01-22 01:33:40 +00:00
Clint Adams
898111026d Mikael Magnusson: 24396: don't pass -r to git ls-files for performance reasons, compensate for lack of recursion. 2008-01-22 01:18:47 +00:00
Peter Stephenson
709426fcfd users/12461: fix quoting of mount points for umount 2008-01-19 19:41:32 +00:00
Peter Stephenson
9382be3347 users/12461: fix quoting of mount points for umount 2008-01-19 19:37:01 +00:00
Peter Stephenson
188da2f533 unposted: complete a few minor new p4 options 2008-01-17 10:00:00 +00:00
Clint Adams
76a1e7ba4b 24402: complete more than one input file. 2008-01-16 22:27:42 +00:00
Peter Stephenson
17412e3c7d 24388: tidy up error if MH not available 2008-01-16 13:38:55 +00:00
Peter Stephenson
298eb1a82c N.J.Mann: users/12420: completion for cvs commit -f 2008-01-11 21:06:28 +00:00
Clint Adams
2a1d7a11aa 24360: fix misspelling of --separate-dirs. 2008-01-04 20:18:38 +00:00
Clint Adams
631a17197e 24345: add --no-utf8-comment and --list. 2008-01-04 00:28:23 +00:00
Peter Stephenson
0963ce3a64 24268: handle backslashed = in mailbox completion 2007-12-16 21:49:53 +00:00
Wayne Davison
cce386a6e7 Improved --whole-file description. 2007-12-15 16:45:38 +00:00
Peter Stephenson
8718b9bf09 unposted: 4.3.4-dev-4 2007-12-11 10:02:16 +00:00
Peter Stephenson
72060c47b1 Vincent Lefevre: 24192: make GNU make completion support -include 2007-12-10 18:05:04 +00:00
Clint Adams
0eed895796 24188: completion for GNU id. 2007-12-08 16:48:44 +00:00
Clint Adams
4b621a09b2 24174: Oliver's deuglification of 24169. 2007-12-07 17:03:29 +00:00
Clint Adams
e35bcf378e 24169: use print in command substitution to avoid a literal non-ASCII character in the German translation of args for cut completion. 2007-12-06 19:10:33 +00:00
Peter Stephenson
4592751f32 unposted: typo in "ip addr replace" completion 2007-12-05 11:12:39 +00:00
Clint Adams
943cdc72f8 24140: spelling fix and removal of redundant "config" subcommand as proposed by Wayne. 2007-12-03 02:43:28 +00:00
Peter Stephenson
fe9bc87988 arno: 24134: extra find completion options 2007-11-30 22:59:00 +00:00
Peter Stephenson
f518a387a8 Kohsuke Kawaguchi: 24129: when completing ant targets,
skip those beginning - that cant be invoked from the command line
2007-11-29 09:49:42 +00:00
Wayne Davison
25647f6ce0 One more rsync 3.0.0 option. 2007-11-28 21:06:30 +00:00