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

2319 commits

Author SHA1 Message Date
Clint Adams
943cdc72f8 24140: spelling fix and removal of redundant "config" subcommand as proposed by Wayne. 2007-12-03 02:43:28 +00:00
Clint Adams
193815161c 24135: consistently complete subcommands with minus signs instead of underscores. 2007-12-01 23:55:49 +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
Peter Stephenson
4f1af066bd Mustafa Oezkan: 24126: additional mount completion options 2007-11-28 17:28:57 +00:00
Peter Stephenson
153f942d3e Ryan F: users/12154: MacOS X group completion 2007-11-26 23:46:55 +00:00
Peter Stephenson
8d22b3a4f8 unposted: changes for 4.3.4-dev-3 2007-11-26 13:48:44 +00:00
Clint Adams
ecfc1fc1e6 Markus Waldeck: 24117: completion for uname. 2007-11-23 15:47:21 +00:00
Clint Adams
c406f4366e Sean Finney: 24115: offer tags as well as heads where refspecs are valid. 2007-11-22 19:09:27 +00:00
Clint Adams
1777402dfa 24114: make colon suffix removable after the first part of refspecs. 2007-11-22 16:46:35 +00:00
Clint Adams
43118f8a01 arno.: 24111: complete -lsbin and -lsman options to dlocate. 2007-11-21 18:50:06 +00:00
Peter Stephenson
2402e10560 unposted: prepare for 4.3.4-dev-2 2007-11-20 09:41:44 +00:00
Peter Stephenson
f596decec4 From Eric Mangold: update _twisted completion 2007-11-19 11:52:20 +00:00
Clint Adams
5069567a74 Nikolai Weibull: 24075: completion of values for --preserve and --no-preserve. 2007-11-18 20:35:27 +00:00
Clint Adams
17cfd4455b Nikolai Weibull: 24046: improve completion for Solaris and GNU strips. 2007-11-11 02:55:07 +00:00
Wayne Davison
ea60858395 Adding missed single-letter options for --acls and --xattrs. 2007-11-09 15:01:26 +00:00
Wayne Davison
1d34aa339e Added new options for upcoming 3.0.0 release. 2007-11-05 07:30:06 +00:00
Oliver Kiddle
176ba31531 Frank Benkstein: 24047: fix compdef for more than three commands using the
same service
2007-11-01 10:56:39 +00:00
Clint Adams
63e7d1d920 24039: cope with FreeBSD cut in addition to GNU cut. 2007-10-31 00:35:36 +00:00
Clint Adams
a6d9b3b835 Markus Waldeck: 24032 (tweaked): completion for cut. 2007-10-29 14:00:31 +00:00
Clint Adams
26461dcc1b 24022: completion for dpkg-repack by Dr. Markus Waldeck, tweaked a bit. 2007-10-26 19:17:01 +00:00
Peter Stephenson
abdf734483 users/12100: default to a case-insensitive matcher with NO_CASE_GLOB 2007-10-25 09:00:02 +00:00
Clint Adams
6282918912 Mikael Magnusson: 23999: improvements for git show, git rev-parse, et al. 2007-10-20 03:11:59 +00:00
Clint Adams
87e5a95601 23994: tweaks for 23993. 2007-10-19 02:26:16 +00:00
Clint Adams
1ef6728733 Mikael Magnusson: 23993: improved completion for git show. 2007-10-19 02:17:54 +00:00
Clint Adams
8eeb27e0e6 Mikael Magnusson: 23991: fix typo in __git_blobs(). 2007-10-18 22:25:30 +00:00
Clint Adams
560da971cc Mikael Magnusson: 23988: fix git-svn commands completion. 2007-10-18 20:52:42 +00:00
Clint Adams
25e841cdbb 23965: add missing bracket in completion for git svnimport. 2007-10-15 19:46:40 +00:00
Peter Stephenson
af3e2b6fa4 23934: cleveren _expand_alias for "foo" -> "foo blah" expansions 2007-10-11 09:06:19 +00:00
Peter Stephenson
f41d769adc arno: 23910: spaces in cases in init script 2007-10-08 08:40:12 +00:00
Clint Adams
e18276d031 Mikael Magnusson: 23907: add --cached option to git-diff completion. 2007-10-06 01:09:22 +00:00
Clint Adams
c0cb5d31d1 23908: add missing backslash in _git-svn. 2007-10-06 00:58:14 +00:00
Clint Adams
b40b55d556 Mikael Magnusson: 23906: add missing backslash in _git-svn. 2007-10-06 00:48:14 +00:00
Clint Adams
930d43d7af 23905: remove useless gitdir assignment and scope array locally in new __git_changed_files function. 2007-10-04 08:32:14 +00:00
Clint Adams
79df5a832e Mikael Magnusson: 23903: complete both modified and added files for git commit. 2007-10-04 08:24:32 +00:00
Peter Stephenson
0af9ef0d58 23883: improve precmd documentation
Daniel Qarras: users/11915: .version quoting in _module completion
2007-10-02 09:08:26 +00:00
Clint Adams
5383efac8c Nikolai Weibull: 23889: fix -o completion in git cvsimport. 2007-10-01 19:46:54 +00:00
Clint Adams
ea7809d5a7 Nikolai Weibull: 23888: complete branch names and cached files after git log. 2007-10-01 19:34:53 +00:00
Clint Adams
44b2e3e2b2 Nikolai Weibull: 23879: complete only cached files after git log. 2007-10-01 13:37:31 +00:00
Clint Adams
e0afddb812 Jesse Weinstein: 23878: completion for ranlib. 2007-10-01 13:22:02 +00:00
Clint Adams
cac51ee8c3 23875: complete heads, tags, and files after git log. 2007-09-30 19:41:56 +00:00
Clint Adams
40583814f9 23874: only declare revision_arguments parameter once. 2007-09-30 19:23:13 +00:00
Clint Adams
c92ca0be5b Nikolai Weibull: 23871: fix __cdrdao-drivers typo. 2007-09-30 18:44:35 +00:00
Clint Adams
5696ac5d9c 23872: complete git config in subcommand position. 2007-09-30 18:43:08 +00:00
Clint Adams
cdb57d64ab 23870: completion for git mergetool. 2007-09-30 18:18:17 +00:00
Clint Adams
50a7e9ef29 23868: completion for svn-buildpackage. 2007-09-30 17:41:19 +00:00
Clint Adams
930f7f2c53 23867: completion for dpkg-buildpackage. 2007-09-30 17:24:08 +00:00
Clint Adams
855d0d2d66 23863: completion for lsusb. 2007-09-30 11:39:54 +00:00
Clint Adams
75bf795d60 23863: remove all global variables. 2007-09-30 11:29:35 +00:00