<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh/Completion/Redhat/Command, branch declarednull</title>
<subtitle>[no description]</subtitle>
<id>http://git.sudomsg.com/mirror/zsh/atom/Completion/Redhat/Command?h=declarednull</id>
<link rel='self' href='http://git.sudomsg.com/mirror/zsh/atom/Completion/Redhat/Command?h=declarednull'/>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/'/>
<updated>2020-08-18T13:30:07Z</updated>
<entry>
<title>47323: _rpmbuild: Complete file arguments after -r/-b/-t.</title>
<updated>2020-08-18T13:30:07Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2020-08-18T13:30:04Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e14e899ab96c4171544a244ddc39991512ec41c8'/>
<id>urn:sha1:e14e899ab96c4171544a244ddc39991512ec41c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>45614: update _dnf</title>
<updated>2020-05-03T09:28:34Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2020-05-03T09:28:34Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=0e6ccfdb2b6ae52e077bd6b7b006a5e99e1db704'/>
<id>urn:sha1:0e6ccfdb2b6ae52e077bd6b7b006a5e99e1db704</id>
<content type='text'>
</content>
</entry>
<entry>
<title>45269: Fix misspellings in completions and elsewhere.</title>
<updated>2020-01-09T13:42:02Z</updated>
<author>
<name>Jens Schleusener</name>
<email>Jens.Schleusener@fossies.org</email>
</author>
<published>2020-01-09T13:39:44Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=11dbe4c286330f81fae5ac6d5f698f5ddb748710'/>
<id>urn:sha1:11dbe4c286330f81fae5ac6d5f698f5ddb748710</id>
<content type='text'>
</content>
</entry>
<entry>
<title>44788: handle newer rpm commands like rpmkeys, rpmsign and update options</title>
<updated>2019-09-30T21:14:36Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>okiddle@yahoo.co.uk</email>
</author>
<published>2019-09-30T21:14:36Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2c03873053d3ea5b4fc5da38cf189a5d9dcc7866'/>
<id>urn:sha1:2c03873053d3ea5b4fc5da38cf189a5d9dcc7866</id>
<content type='text'>
</content>
</entry>
<entry>
<title>44274: allow finer control of completion match soring with compadd's -o option</title>
<updated>2019-05-07T21:24:49Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>okiddle@yahoo.co.uk</email>
</author>
<published>2019-05-07T21:24:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=cd6fd2b0a3641774e7854ff8298d1d82643c4b4a'/>
<id>urn:sha1:cd6fd2b0a3641774e7854ff8298d1d82643c4b4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>42549: also handle the yumdb command in yum completion</title>
<updated>2018-03-28T08:30:05Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>okiddle@yahoo.co.uk</email>
</author>
<published>2018-03-28T08:30:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=c2c9a163509bd36d15239b21b9c553eeba23f986'/>
<id>urn:sha1:c2c9a163509bd36d15239b21b9c553eeba23f986</id>
<content type='text'>
</content>
</entry>
<entry>
<title>42171: prevent parameters of various parameters from becoming global</title>
<updated>2018-01-02T19:38:03Z</updated>
<author>
<name>Eric Cook</name>
<email>illua@users.sourceforge.net</email>
</author>
<published>2017-12-26T02:15:24Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=99cf61fd4211dcb99142f683230947481c05eb93'/>
<id>urn:sha1:99cf61fd4211dcb99142f683230947481c05eb93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Specify system python in dnf completion</title>
<updated>2017-11-13T20:14:56Z</updated>
<author>
<name>Malcolm Ramsay</name>
<email>malramsay64@gmail.com</email>
</author>
<published>2017-11-10T11:21:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d8e3218938381901e5adbc48059fb54a7f12a23b'/>
<id>urn:sha1:d8e3218938381901e5adbc48059fb54a7f12a23b</id>
<content type='text'>
The python executable in the python_exec variable was the python[2|3]
executable found in $PATH. When the python[2|3] executable was not the
system installed version the completion command raised an `ImportError`
as the 'dnf' module was not found.

This commit just completely specifies the python version to be the
system version `/usr/bin/python[2|3]`, allowing completion within a
python dev environment.
</content>
</entry>
<entry>
<title>41725: assorted minor updates to completion functions</title>
<updated>2017-09-18T13:53:29Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2017-09-18T13:53:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b138acf42e52dcdf470f5001aa7ffa1e70eb60f3'/>
<id>urn:sha1:b138acf42e52dcdf470f5001aa7ffa1e70eb60f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>40004: fix cache mechanism, complete groups and other minor improvements</title>
<updated>2016-11-24T15:11:55Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2016-11-24T14:58:17Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=8ec1a25994c82ee4d7e3819abe8606dafa069be7'/>
<id>urn:sha1:8ec1a25994c82ee4d7e3819abe8606dafa069be7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>39920: extend yum completion</title>
<updated>2016-11-12T01:40:49Z</updated>
<author>
<name>Paul Seyfert</name>
<email>paul.seyfert@mib.infn.it</email>
</author>
<published>2016-10-22T23:42:46Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2ba985fe5b8d3c61aa8c066c9cb14165a409e90b'/>
<id>urn:sha1:2ba985fe5b8d3c61aa8c066c9cb14165a409e90b</id>
<content type='text'>
adding the following yum commands:
 * update-to (just what update expands)
 * upgrade-to (just what update expands)
 * history (the actual tricky one)
 * help (printing the available commands)
 * load-transaction (_files)
 * load-ts (_files)
 * check (just what the man page suggested)
 * reinstall (just what erase does - suggest installed packages)
 * downgrade (just what erase does - suggest installed packages)
 * repolist (just what the man page suggested)
 * distribution-synchronization (just what erase does - suggest installed packages)
 * distro-sync (just what erase does - suggest installed packages)

A few history commands don't get expanded.
Taken from the man page of yum 3.2.29.
Reindented file.
</content>
</entry>
<entry>
<title>39479 + 39481 minus _path_files hunk (see 39489): Completion: audit 'compset -P' calls to use shortest match where applicable, plus random drive-by tweaks.</title>
<updated>2016-10-07T13:56:31Z</updated>
<author>
<name>Daniel Shahaf</name>
<email>d.s@daniel.shahaf.name</email>
</author>
<published>2016-09-28T17:46:37Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=7ad0001183688c56bd1edfc8fc08467e380910a4'/>
<id>urn:sha1:7ad0001183688c56bd1edfc8fc08467e380910a4</id>
<content type='text'>
Found by grepping for patterns that can match needles of various lengths:

    :grep 'compset -[PS].*[\#^*()\|&lt;&gt;?~\]' Completion/
</content>
</entry>
<entry>
<title>39067: update options to correspond to latest versions of software in various functions</title>
<updated>2016-08-19T16:00:07Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2016-08-19T16:00:07Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=580698bc7136454941dd6bbc2ca70f240fabc6b7'/>
<id>urn:sha1:580698bc7136454941dd6bbc2ca70f240fabc6b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>37397: Optimised update to dnf completion</title>
<updated>2015-12-13T18:19:18Z</updated>
<author>
<name>Adrien Vergé</name>
<email>adrienverge@gmail.com</email>
</author>
<published>2015-12-13T17:49:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3102883fbc394409558b1f0a8d188281373942a6'/>
<id>urn:sha1:3102883fbc394409558b1f0a8d188281373942a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>37028: new scl completion</title>
<updated>2015-10-31T18:11:16Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2015-10-31T18:10:27Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=098319df9922441ca70c233195151cb1965556a8'/>
<id>urn:sha1:098319df9922441ca70c233195151cb1965556a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adrien Vergé: 35352: completion for new Redhat package manager</title>
<updated>2015-06-01T22:49:09Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2015-06-01T22:49:09Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=72ecc2ef36b203175aad3f6dd4b76e474a82d8b6'/>
<id>urn:sha1:72ecc2ef36b203175aad3f6dd4b76e474a82d8b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>35292: yum install complets local files</title>
<updated>2015-05-26T08:43:12Z</updated>
<author>
<name>Eric Cook</name>
<email>llua@gmx.com</email>
</author>
<published>2015-05-25T18:19:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=d2f0b3ccb2be6dc2c600ef27b520ef89f9080dc1'/>
<id>urn:sha1:d2f0b3ccb2be6dc2c600ef27b520ef89f9080dc1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>34654: Improved rpm -q --whatprovides completion</title>
<updated>2015-03-05T14:49:47Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@zsh.org</email>
</author>
<published>2015-03-05T14:49:47Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=ec03a233c5b1ae0256f00bfa6bf19d406d860d33'/>
<id>urn:sha1:ec03a233c5b1ae0256f00bfa6bf19d406d860d33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>34335: fix bugs in _yum_all_pkgs</title>
<updated>2015-01-23T14:10:33Z</updated>
<author>
<name>Jun-ichi Takimoto</name>
<email>takimoto-j@kba.biglobe.ne.jp</email>
</author>
<published>2015-01-23T14:10:33Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=083351898017cc881ef5c6f908f2747303dc36be'/>
<id>urn:sha1:083351898017cc881ef5c6f908f2747303dc36be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>33467: correct return status on functions and numerous other minor fixes</title>
<updated>2014-10-14T21:04:45Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@zsh.org</email>
</author>
<published>2014-10-14T21:03:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=13fc579343b24d298fb8905933b6000d7fcda114'/>
<id>urn:sha1:13fc579343b24d298fb8905933b6000d7fcda114</id>
<content type='text'>
</content>
</entry>
<entry>
<title>33047: use git to simplify massively source distribution file selection</title>
<updated>2014-08-23T20:01:58Z</updated>
<author>
<name>Peter Stephenson</name>
<email>p.w.stephenson@ntlworld.com</email>
</author>
<published>2014-08-23T20:01:58Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=cc6e9db29da73bb226b6e53ff4df0f135207d206'/>
<id>urn:sha1:cc6e9db29da73bb226b6e53ff4df0f135207d206</id>
<content type='text'>
</content>
</entry>
<entry>
<title>29328: Another missing backslash in _git, remove some not needed backslashes in array definitions.</title>
<updated>2011-05-22T02:13:55Z</updated>
<author>
<name>Mikael Magnusson</name>
<email>mikachu@gmail.com</email>
</author>
<published>2011-05-22T02:13:55Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=59a0b52e6159b91d0fdc015a440858a8bb221aca'/>
<id>urn:sha1:59a0b52e6159b91d0fdc015a440858a8bb221aca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>users/15945: various _yum corrections and updates</title>
<updated>2011-04-11T08:46:05Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2011-04-11T08:46:05Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=f2ea8831e16a0238908ec116c93df3676e52ae4f'/>
<id>urn:sha1:f2ea8831e16a0238908ec116c93df3676e52ae4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: fix incorrectly capitalized completion descriptions</title>
<updated>2010-06-06T13:44:11Z</updated>
<author>
<name>Doug Kearns</name>
<email>dkearns@users.sourceforge.net</email>
</author>
<published>2010-06-06T13:44:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a54fdc70be299a203a51d69c4e823f209a4c06ca'/>
<id>urn:sha1:a54fdc70be299a203a51d69c4e823f209a4c06ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>"Akinori MUSHA: 27892: update service &amp; init completion for FreeBSD</title>
<updated>2010-04-20T08:59:32Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2010-04-20T08:59:32Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b230a690fa8a33551d229db083bca53a7075e1c8'/>
<id>urn:sha1:b230a690fa8a33551d229db083bca53a7075e1c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>25988: declare temporary cache array as local, thanks to problem noticed by Kazuhiro NISHIYAMA.</title>
<updated>2008-11-02T14:12:29Z</updated>
<author>
<name>Clint Adams</name>
<email>clint@users.sourceforge.net</email>
</author>
<published>2008-11-02T14:12:29Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=6dbf2f2f4a97e2831094a73c662484ce990e7e41'/>
<id>urn:sha1:6dbf2f2f4a97e2831094a73c662484ce990e7e41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: fix typo in _rpm</title>
<updated>2008-06-05T16:34:00Z</updated>
<author>
<name>Doug Kearns</name>
<email>dkearns@users.sourceforge.net</email>
</author>
<published>2008-06-05T16:34:00Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=2dcc8627c9f4be547e6e49c76d45bea70c714a71'/>
<id>urn:sha1:2dcc8627c9f4be547e6e49c76d45bea70c714a71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: updated _yum from Scott Murray</title>
<updated>2005-12-19T20:24:20Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2005-12-19T20:24:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=95af03ac654d6fed95d48f217494faec6a2a8fa8'/>
<id>urn:sha1:95af03ac654d6fed95d48f217494faec6a2a8fa8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Scott Murray: users/9648: new _yum completion</title>
<updated>2005-11-06T17:45:11Z</updated>
<author>
<name>Peter Stephenson</name>
<email>pws@users.sourceforge.net</email>
</author>
<published>2005-11-06T17:45:11Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=78ace07e1604b4ffd990fea3066a9cfa2c6c5669'/>
<id>urn:sha1:78ace07e1604b4ffd990fea3066a9cfa2c6c5669</id>
<content type='text'>
</content>
</entry>
<entry>
<title>19387: add (-.) glob qualifier to globs where only files are directly applicable</title>
<updated>2004-01-21T13:53:28Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2004-01-21T13:53:28Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=63b336243fdf5e60058472fa456ed11e75280189'/>
<id>urn:sha1:63b336243fdf5e60058472fa456ed11e75280189</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tidy up of many completions (updates, fixes, improvements and plain aesthetics)</title>
<updated>2003-07-31T15:26:13Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2003-07-31T15:26:13Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=b84399b9cbb93f199d695d7cb264c44178a8d5e0'/>
<id>urn:sha1:b84399b9cbb93f199d695d7cb264c44178a8d5e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: use zstyle again now when it works</title>
<updated>2002-05-23T14:48:57Z</updated>
<author>
<name>Andrey Borzenkov</name>
<email>bor@users.sourceforge.net</email>
</author>
<published>2002-05-23T14:48:57Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=db4e4c400df1baf0be6aa8bdc8a7908111615139'/>
<id>urn:sha1:db4e4c400df1baf0be6aa8bdc8a7908111615139</id>
<content type='text'>
</content>
</entry>
<entry>
<title>unposted: fix context name; do not set style by default until it works</title>
<updated>2002-05-12T09:45:20Z</updated>
<author>
<name>Andrey Borzenkov</name>
<email>bor@users.sourceforge.net</email>
</author>
<published>2002-05-12T09:45:20Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=95b2f57eaec07c208291b22101e5210fdc4da494'/>
<id>urn:sha1:95b2f57eaec07c208291b22101e5210fdc4da494</id>
<content type='text'>
</content>
</entry>
<entry>
<title>17075, 17076: _urpmi and chkconfig/services</title>
<updated>2002-05-08T09:18:12Z</updated>
<author>
<name>Andrey Borzenkov</name>
<email>bor@users.sourceforge.net</email>
</author>
<published>2002-05-08T09:18:12Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=e484b0f83ca9a795429caee90550955ac5544926'/>
<id>urn:sha1:e484b0f83ca9a795429caee90550955ac5544926</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make more calls to _message use the -e option (16988)</title>
<updated>2002-04-16T07:48:43Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2002-04-16T07:48:43Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=61f8a07bfc2348b14a7dc194968fcf62f723f36f'/>
<id>urn:sha1:61f8a07bfc2348b14a7dc194968fcf62f723f36f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added package-specification options to --verify.</title>
<updated>2001-08-27T19:33:15Z</updated>
<author>
<name>Wayne Davison</name>
<email>wayned@users.sourceforge.net</email>
</author>
<published>2001-08-27T19:33:15Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3757607561e72cbc19a4262b00b1f83532639728'/>
<id>urn:sha1:3757607561e72cbc19a4262b00b1f83532639728</id>
<content type='text'>
</content>
</entry>
<entry>
<title>15630: update caching policy for newer versions of rpm.</title>
<updated>2001-08-15T13:33:49Z</updated>
<author>
<name>Adam Spiers</name>
<email>adamspiers@users.sourceforge.net</email>
</author>
<published>2001-08-15T13:33:49Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=3df9884871ff48175fd26ecdaf7d10b472cdda5d'/>
<id>urn:sha1:3df9884871ff48175fd26ecdaf7d10b472cdda5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add --nobuild and --nogpg to rpm completion.</title>
<updated>2001-06-05T13:48:08Z</updated>
<author>
<name>Chmouel Boudjnah</name>
<email>chmou@users.sourceforge.net</email>
</author>
<published>2001-06-05T13:48:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=a77a6994e8b9b3b665dd42f1c36dd44cc1c965ac'/>
<id>urn:sha1:a77a6994e8b9b3b665dd42f1c36dd44cc1c965ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>spelling corrections</title>
<updated>2001-05-29T17:54:08Z</updated>
<author>
<name>Oliver Kiddle</name>
<email>opk@users.sourceforge.net</email>
</author>
<published>2001-05-29T17:54:08Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=56528ccb661d4985776234c89355a14093063534'/>
<id>urn:sha1:56528ccb661d4985776234c89355a14093063534</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new or changed after move</title>
<updated>2001-04-02T12:39:40Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-04-02T12:39:40Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=cbba9da870bd27bdfa176b07e155ba763de239c1'/>
<id>urn:sha1:cbba9da870bd27bdfa176b07e155ba763de239c1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>moved from Completion/Linux/_rpm</title>
<updated>2001-04-02T12:23:22Z</updated>
<author>
<name>Sven Wischnowsky</name>
<email>wischnow@users.sourceforge.net</email>
</author>
<published>2001-04-02T12:23:22Z</published>
<link rel='alternate' type='text/html' href='http://git.sudomsg.com/mirror/zsh/commit/?id=11a1352ca174910e7ed9903d8a841206f39e68f1'/>
<id>urn:sha1:11a1352ca174910e7ed9903d8a841206f39e68f1</id>
<content type='text'>
</content>
</entry>
</feed>
