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

1086 commits

Author SHA1 Message Date
Clint Adams
6ddb18ce29 26565: fix breakage in 26482. 2009-02-12 18:43:54 +00:00
Clint Adams
7b31a15de8 26544: complete pdf files as well as ps. 2009-02-10 18:33:14 +00:00
Clint Adams
debd4b826a 26494: completion for pydoc. 2009-01-30 16:29:06 +00:00
Clint Adams
4b2549e2f4 Ingmar Vanhassel: 26474: add "git describe --tags" completion and fix typos. 2009-01-29 18:10:45 +00:00
Clint Adams
8489d8eb01 Ingmar Vanhassel: 26473: complete "git commit --cleanup=" and "git commit --allow-empty". 2009-01-29 18:09:26 +00:00
Clint Adams
2d61198457 Ingmar Vanhassel: 26472: complete "git add --intent-to-add". 2009-01-29 18:06:37 +00:00
Clint Adams
c1f0bf30a3 Ingmar Vanhassel: 26471: update "git rebase" completion. 2009-01-29 18:05:28 +00:00
Clint Adams
218a7258b4 Ingmar Vanhassel: 26470: update "git svn" completion. 2009-01-29 18:03:06 +00:00
Clint Adams
0b9e0fc3c5 Ingmar Vanhassel: 26469: complete "git clone --verbose". 2009-01-29 17:40:07 +00:00
Clint Adams
f958e846e4 Ingmar Vanhassel: 26468: "git stage" is now a synonym for "git add". git diff: --staged is a synonym for --cached. 2009-01-29 17:37:48 +00:00
Clint Adams
4ddc411d71 Ingmar Vanhassel: 26467: add "git remote rename" completion. 2009-01-29 17:34:27 +00:00
Clint Adams
844b8b33d3 26483: Completion/Unix/Command/_getfacl, Completion/Unix/Command/_setfacl: handle SGI's acl programs as well as Cygwin's. 2009-01-29 16:27:36 +00:00
Clint Adams
8b7a0fb104 ARGH 2009-01-29 16:06:48 +00:00
Clint Adams
8ac7193c23 unposted: move _getfacl and _setfacl from Completion/Cygwin/Command to
Completion/Unix/Command.
2009-01-29 16:05:27 +00:00
Clint Adams
268357abc0 unposted: move _getfacl and _setfacl from Completion/Cygwin/Command to Completion/Unix/Command. 2009-01-29 16:02:54 +00:00
Clint Adams
3bd094b1bc 26482: complete patch -U, --unified-reject-files, --global-reject-file. 2009-01-29 15:54:42 +00:00
Doug Kearns
7d8db3f1a3 26413: update ant completion for version 1.7.1 2009-01-24 15:07:20 +00:00
Clint Adams
e23b86b716 26405: completion for xmms2, from Louis-David Mitterand. 2009-01-22 15:11:51 +00:00
Doug Kearns
7361b28c9c 26372: update antiword completion for version 0.37 2009-01-20 02:04:27 +00:00
Peter Stephenson
8541ccb842 Doug Kearns: 26365: new python 3.0 options 2009-01-19 10:28:30 +00:00
Doug Kearns
de41104d67 26361: update rake completion for version 0.8.3 2009-01-19 04:48:18 +00:00
Doug Kearns
351ebc1d09 26360: add --work-tree option to git completion 2009-01-19 02:58:06 +00:00
Clint Adams
4a2cd0410f Richard Hartmann: 26175: updates for vim completion. 2008-12-29 00:52:36 +00:00
Clint Adams
61e692400b Richard Hartmann: 26114: add color options. 2008-12-09 00:44:49 +00:00
Clint Adams
bda2edb4c5 Brendan Cully: 26057: mercurial completion updates. 2008-11-26 02:13:20 +00:00
Bart Schaefer
6636282a16 users/13477: call _files instead of _path_files to correctly handle
cycling through choices.
2008-11-23 18:23:28 +00:00
Clint Adams
0e8d56723a 26023: skeletal completion for tg (topgit). 2008-11-11 12:13:50 +00:00
Clint Adams
3a8803a411 26016: treat "bzr co" as an alias of "bzr checkout"; patch from Ryo IGARASHI. 2008-11-07 02:34:51 +00:00
Clint Adams
6dbf2f2f4a 25988: declare temporary cache array as local, thanks to problem noticed by Kazuhiro NISHIYAMA. 2008-11-02 14:12:29 +00:00
Bart Schaefer
b37952c37b Phil Pennock: 25854: fix Devel module completion for "perl -d:". 2008-10-15 06:17:39 +00:00
Clint Adams
9b3a41d529 Jörg Sommer: 25882: run ssh with -oBatchMode=yes. 2008-10-14 21:08:00 +00:00
Peter Stephenson
5f83b99605 Marc Chantreux: 25816: promiscuous ip links 2008-10-11 21:49:56 +00:00
Bart Schaefer
7783d398c3 25029: : "environ" style to allow a different search path when completing
as a different user.
2008-10-10 09:56:25 +00:00
Clint Adams
dc9f889867 25833: remove zparseopts line obsoleted by 25824. 2008-10-09 22:15:19 +00:00
Clint Adams
ca3182ad3d Jörg Sommer: 25824: make it possible to use abbreviated paths for tree files. 2008-10-09 21:54:09 +00:00
Peter Stephenson
612cec047f Nikolai Weibull: 25828: new rm completion
unposted: note some new features in NEWS
2008-10-08 11:37:34 +00:00
Clint Adams
bf59efddfa 25764: completion for Django, from Chris Lamb. 2008-09-28 19:37:58 +00:00
Clint Adams
4ba03217ca Mikael Magnusson: 25617: complete -t <tags>. 2008-09-26 17:55:01 +00:00
Clint Adams
2ea9873873 unposted: brown paper bag patch management of 25718. 2008-09-23 17:27:28 +00:00
Clint Adams
fc38b76a60 Jörg Sommer: 25718: add completion of option --reverse. 2008-09-22 17:26:51 +00:00
Clint Adams
2b5ecaf476 25655: remove completion for --remove-sent-files option. 2008-09-13 07:58:51 +00:00
Clint Adams
f95570c403 Frank Terbeck: 25640: another alias handling fix. 2008-09-10 22:56:37 +00:00
Clint Adams
07462f8303 Frank Terbeck: 25624: clean up git alias parsing. 2008-09-07 16:52:26 +00:00
Clint Adams
63333a5224 Mikael Magnusson: 25594: "git clean" cleanup. 2008-09-02 18:04:53 +00:00
Clint Adams
93fc754422 Mikael Magnusson: 25591: "git remote rm" completion. 2008-09-01 20:40:28 +00:00
Clint Adams
fd2f37d84b Mikael Magnusson: 25590: update "git add" completion. 2008-09-01 20:38:03 +00:00
Clint Adams
a156e4714e Frank Terbeck: 25588: add --no-pager option to git completion. 2008-09-01 20:27:46 +00:00
Clint Adams
2c9138bc21 25585: fix git command completion when there are arguments after the cursor position. 2008-09-01 19:24:54 +00:00
Clint Adams
eeed289814 Frank Terbeck: 25583: more git alias fixes. 2008-09-01 18:49:32 +00:00
Clint Adams
2c52a13aa5 Frank Terbeck: 25561: fix quoting with aliases. 2008-08-31 16:09:08 +00:00
Clint Adams
ba539203f9 Mikael Magnusson: 25564: suppress error output in __git_is_treeish. 2008-08-31 16:05:05 +00:00
Peter Stephenson
f18f231ef7 25569: David Le Bourgeois and pws: _ant completion fix 2008-08-31 13:37:27 +00:00
Peter Stephenson
efed1e6c10 users/13162: strip ~ suffix from modules 2008-08-31 12:35:36 +00:00
Clint Adams
e6b72c76ca Frank Terbeck: 25551: remove a stray period from a description. 2008-08-30 11:36:42 +00:00
Clint Adams
7ce0886cb3 Mikael Magnusson: 25539: more 'git clone' fixes. 2008-08-29 02:39:21 +00:00
Clint Adams
85c028bd25 Frank Terbeck: 25538: add missing backslash. 2008-08-29 02:28:21 +00:00
Clint Adams
4ee3f5ffe2 Frank Terbeck: 25537: add --abort to options for 'git am'. 2008-08-29 02:26:32 +00:00
Clint Adams
9d7298bac8 25521: get merge strategies from git merge in case the administrator has added custom strategies. 2008-08-24 19:48:09 +00:00
Clint Adams
46c4588a2b Mikael Magnusson: 25499: add function to validate tree-ishs. 2008-08-21 12:25:18 +00:00
Clint Adams
7b559ca54a 25495: always complete cached files after git checkout --. 2008-08-21 01:03:18 +00:00
Clint Adams
ed34e682ad 25493: allow -q to be used in all git checkout contexts. 2008-08-21 00:38:20 +00:00
Clint Adams
d5a328eafc 25491: patch to improve "git checkout" completion, from Mikael Magnusson. 2008-08-21 00:13:07 +00:00
Clint Adams
cdd9f7751c 25489: remove cruft for "git octopus/octupus". 2008-08-19 01:55:06 +00:00
Clint Adams
153d8f0ad0 25488: patch to complete things after "git bisect start", Mikael Magnusson. 2008-08-19 01:44:45 +00:00
Clint Adams
117d3ded00 25487: whitespace changes from Mikael Magnusson. 2008-08-19 01:10:15 +00:00
Clint Adams
123ebafbba 25486: patch to allow --shared to be completed without --local with git clone. 2008-08-19 01:07:25 +00:00
Clint Adams
a5c5174c00 25485: patch to allow --abbrev to be completed before -v with git branch, from Mikael Magnusson. 2008-08-19 01:00:59 +00:00
Clint Adams
51ba8a4faf 25480: add more quotes to the three _call_program invocations with git for-each-ref. 2008-08-18 22:47:44 +00:00
Clint Adams
51460525c0 Mikael Magnusson: 25473: add missing parenthesis. 2008-08-18 01:55:29 +00:00
Clint Adams
cbca622b57 unposted: additional git branch options. 2008-08-18 01:52:40 +00:00
Clint Adams
45195791a8 25475: determine heads, tags, and branches through git for-each-ref instead of git tag and git branch. 2008-08-18 01:49:18 +00:00
Clint Adams
6f0734c632 25469: assorted changes cherry-picked from Mikael Magnusson. 2008-08-17 14:05:59 +00:00
Clint Adams
1ed1af9812 25465: patch from Mikael Magnusson to add more git-add and git-checkout options. 2008-08-16 18:33:30 +00:00
Clint Adams
c960e8a83b unposted: another typo fix. 2008-08-16 18:09:54 +00:00
Clint Adams
7438bada2f 25464: patch from Mikael Magnusson to add --graph. 2008-08-16 18:02:14 +00:00
Clint Adams
71b215074a 25463: patch to add git completion for --base/-1, --ours/-2 and --theirs/-3, from Mikael Magnusson. 2008-08-16 17:56:15 +00:00
Clint Adams
9a9759e340 25462: patch to add some -s -w to _arguments and new options for revert, from Mikael Magnusson. 2008-08-16 13:58:57 +00:00
Clint Adams
f413d1f4d9 25461: patch to add HEAD as a completion for heads, from Mikael Magnusson. 2008-08-16 13:28:28 +00:00
Clint Adams
ad001cc1e3 25460: patch to add the --branches/tags/remotes for rev-list to _git from Mikael Magnusson. 2008-08-16 13:00:25 +00:00
Clint Adams
ddd6af43ef 25457: improvements for git diff and git log. 2008-08-16 00:48:48 +00:00
Clint Adams
d1fba243ee Mikael Magnusson: 25456: fix typo of "before". 2008-08-16 00:38:46 +00:00
Clint Adams
ac8d013c16 Frank Terbeck: 24455: Completion/Unix/Command/_git: handle git stashes. 2008-08-16 00:22:00 +00:00
Clint Adams
fcf8b81ec3 25452: redirect stderr from look to /dev/null. 2008-08-14 19:28:39 +00:00
Peter Stephenson
b2e70921b0 25435: Baptiste Daroussin <baptiste.daroussin@gmail.com>:
new and improved BSD completions
unposted: fix Solaris completion .distfiles
2008-08-12 10:37:30 +00:00
Clint Adams
4ecc91742c 25328: fix --recv-keys and --send-keys to complete key IDs instead of uid email addresses. 2008-07-23 00:34:04 +00:00
Peter Stephenson
5b29fedad8 25324: Danek Duvall: some Solaris and more general completions 2008-07-21 19:15:22 +00:00
Peter Stephenson
ffabab4e74 25276: use autoload -z for zsh-autoload functions 2008-07-11 19:12:22 +00:00
Peter Stephenson
c52864df2f users/12985, users/12986, users/12988: Tomasz Pala:
some new and updated completions
2008-06-24 13:02:04 +00:00
Peter Stephenson
90f5247f84 move _strace to be Linux-specific 2008-06-13 12:51:08 +00:00
Peter Stephenson
ed60d48d6c users/12911: Tomasz Pala: completion for strace 2008-06-13 11:29:36 +00:00
Peter Stephenson
98a406a993 unposted: missing .distfiles entries 2008-06-04 10:35:20 +00:00
Peter Stephenson
a46bb7f49d 25131: typo with b:zstat loading zstat 2008-06-03 09:30:56 +00:00
Peter Stephenson
6c6ce048e7 Tomasz Pala <gotar@polanet.pl>: users/12884:
new completions for iftop and tcpdump
2008-05-29 12:51:15 +00:00
Peter Stephenson
ddb336e6f7 25104; 25111 (Jun T): better completion for multiple versoins of locate 2008-05-26 13:09:05 +00:00
Clint Adams
9e1034a301 25077: consolidation of GNUpod script completion from Omari Norman in 25075. 2008-05-20 15:41:42 +00:00
Peter Stephenson
5e373b83a5 unposted: handle p4 sizes and license completion 2008-05-14 15:56:50 +00:00
Peter Stephenson
e77c7c2844 unposted: handle p4 protects completion 2008-05-14 15:48:53 +00:00
Peter Stephenson
547adf2021 25018: Omari Norman: completion for awk, join, sort 2008-05-13 16:08:35 +00:00
Clint Adams
35cedab218 248??: some fixes and updates for git 1.5.5. 2008-04-17 03:00:07 +00:00
Clint Adams
a81c33682a Markus Waldeck: 24799: complete .spx files for ogg123. 2008-04-07 20:35:46 +00:00
Clint Adams
ded1416ca1 24789: completion for stg subcommands. 2008-04-04 01:41:40 +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
Clint Adams
658deeb7e9 24632: fix remote ssh filename quoting. 2008-03-01 01:03:18 +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
2130732433 unposted: new p4 change option -u 2008-02-22 14:40:06 +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
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
Peter Stephenson
4f1af066bd Mustafa Oezkan: 24126: additional mount completion options 2007-11-28 17:28:57 +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
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
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
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
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
75bf795d60 23863: remove all global variables. 2007-09-30 11:29:35 +00:00
Clint Adams
1874c548ed 23862: declare author_conversion_file_arg_spec local. 2007-09-30 11:15:00 +00:00
Clint Adams
03718b3180 Pierre Habouzit: 23851: use ad-hoc functions to list git branches and tags. 2007-09-29 06:06:14 +00:00
Clint Adams
b0f8a1eefa 23850: complete for GNU md5sum instead. 2007-09-28 08:51:33 +00:00
Clint Adams
a5203292f3 Jesse Weinstein: 23848: completion for md5sum. 2007-09-28 08:42:16 +00:00
Clint Adams
e6b8e5ce42 23838: have git verify-tag complete tags instead of hash IDs. 2007-09-27 12:40:27 +00:00
Clint Adams
96672afa0f 23846: merge in additional changes from Nikolai Weibull's repo. 2007-09-27 12:36:37 +00:00
Clint Adams
453ba56609 23814: fixes for Darwin. 2007-09-27 11:47:23 +00:00
Clint Adams
cdf6b4840c 23841: complete tag hashes for git verify-tag. 2007-09-27 11:42:50 +00:00
Clint Adams
c92f9a73bb Mikael Magnusson: 23832: fix git merge -m completion. 2007-09-25 18:58:16 +00:00
Clint Adams
9433977a83 23831: fix handling of merge strategy option. 2007-09-25 17:58:50 +00:00
Clint Adams
f24ab2ef94 23829: merge in the remaining git completion changes from Nikolai Weibull's repository. 2007-09-25 16:35:43 +00:00
Clint Adams
c3ba77bd66 23828: merge in lots of git completion changes from Nikolai Weibull's repository. 2007-09-25 16:03:01 +00:00
Clint Adams
e29ee5795e 23827: allow all arguments to options to either immediately follow the option letter or be the next word. 2007-09-25 14:44:09 +00:00
Clint Adams
55c6f279ff 23824: merge in git rerere completion from Nikolai Weibull's repository. 2007-09-23 19:44:05 +00:00
Clint Adams
e16f52a1e7 23823: merge in git rev-parse completion from Nikolai Weibull's repository. 2007-09-23 19:31:27 +00:00
Clint Adams
cf6c33dcf9 23822: merge in git rm completion fixes from Nikolai Weibull's repository. 2007-09-21 18:47:28 +00:00
Peter Stephenson
bcd3d2ab27 updates for dev version 2007-08-23 22:09:36 +00:00
Clint Adams
10ad489ff0 23785: add missing backslash in _arguments list in git-send-email. 2007-08-21 17:48:21 +00:00
Clint Adams
b37f52b884 23775: restore completion of devicename=filename pairs after -Z and -M. 2007-08-18 04:23:18 +00:00
Clint Adams
38a2d37d0e 23748: better completion for growisofs and mkisofs. 2007-08-09 03:03:07 +00:00
Clint Adams
a9a59a7276 23749: completion for cdrdao. 2007-08-09 03:01:09 +00:00
Clint Adams
0815805c08 23746: partial completion for growisofs. 2007-08-08 03:02:40 +00:00
Clint Adams
85f6065185 23745: partial completion for genisoimage. 2007-08-08 02:25:43 +00:00