<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/bash-completion.git/test/unit, branch dynamic-loading</title>
<subtitle>salsa.debian.org: debian/bash-completion.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bash-completion.git/'/>
<entry>
<title>_parse_help: Treat " or " as a separator when parsing options.</title>
<updated>2011-07-10T12:25:23+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2011-07-10T12:25:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bash-completion.git/commit/?id=102a19c8a29e80e34b83391fa473e8c3d4cf582d'/>
<id>102a19c8a29e80e34b83391fa473e8c3d4cf582d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>__parse_options: Remove trailing [().]* from completions.</title>
<updated>2011-06-18T12:44:43+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2011-06-18T12:44:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bash-completion.git/commit/?id=a52c4ea382814cb958cfd432d04ce6fc9f09a84f'/>
<id>a52c4ea382814cb958cfd432d04ce6fc9f09a84f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error "bad array subscript"</title>
<updated>2011-05-19T20:40:14+00:00</updated>
<author>
<name>Freddy Vulto</name>
<email>fvulto@gmail.com</email>
</author>
<published>2011-05-19T20:40:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bash-completion.git/commit/?id=fc96a951b783e2a5d4facb2897f9f282bad08e6c'/>
<id>fc96a951b783e2a5d4facb2897f9f282bad08e6c</id>
<content type='text'>
Caused by _get_comp_words_by_ref() with cursor at position 0.
Patch by Igor Murzov (Debian: #559953)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Caused by _get_comp_words_by_ref() with cursor at position 0.
Patch by Igor Murzov (Debian: #559953)
</pre>
</div>
</content>
</entry>
<entry>
<title>_parse_help: Pick long options also from "-f FOO, --foo=FOO".</title>
<updated>2011-05-11T16:28:17+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2011-05-11T16:28:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bash-completion.git/commit/?id=b8b46f9c27380151bd7308ab905cc6dbaf5402cc'/>
<id>b8b46f9c27380151bd7308ab905cc6dbaf5402cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>_parse_usage: Deal with whitespace in brackets.</title>
<updated>2011-05-04T21:06:58+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2011-05-04T21:06:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bash-completion.git/commit/?id=3334711726f4b8bba9e89db029c1ff7a1ad15160'/>
<id>3334711726f4b8bba9e89db029c1ff7a1ad15160</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>_parse_usage, _parse_help: Add _parse_usage, expand [no-] and [dont-?] as well in _parse_help.</title>
<updated>2011-05-02T11:37:13+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2011-05-02T10:34:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bash-completion.git/commit/?id=68f6f1c685fd9742b97b42d96739ebb52c1ffb35'/>
<id>68f6f1c685fd9742b97b42d96739ebb52c1ffb35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Include trailing equals sign in options that take arguments that way.</title>
<updated>2011-05-02T08:45:55+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2011-05-02T08:41:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bash-completion.git/commit/?id=c875723bef3b47a1fb0f364e6e0b2c282f46dce3'/>
<id>c875723bef3b47a1fb0f364e6e0b2c282f46dce3</id>
<content type='text'>
This way it's clearer to users that an argument is expected.  It's
likely that this commit does not catch all such cases, but it should
do it for most of the affected commands I have installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way it's clearer to users that an argument is expected.  It's
likely that this commit does not catch all such cases, but it should
do it for most of the affected commands I have installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>testsuite: Add some failing _get_comp_words_by_ref testcases when cursor is before first word.</title>
<updated>2011-05-01T14:33:24+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2011-05-01T14:33:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bash-completion.git/commit/?id=41ce815827029c1492eb208aa6e6b2aa49caa551'/>
<id>41ce815827029c1492eb208aa6e6b2aa49caa551</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>testsuite: Add test case for Debian: #622383.</title>
<updated>2011-05-01T13:00:07+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2011-05-01T13:00:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bash-completion.git/commit/?id=0448c765ba60eb2b2f2061d5054272f45cea3c31'/>
<id>0448c765ba60eb2b2f2061d5054272f45cea3c31</id>
<content type='text'>
The fix is in commit 4ad538ba1a0ccb483899b4eaa70cc604d2b7bf78.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The fix is in commit 4ad538ba1a0ccb483899b4eaa70cc604d2b7bf78.
</pre>
</div>
</content>
</entry>
<entry>
<title>_parse_help: Don't treat tokens with more than two leading dashes as options.</title>
<updated>2011-04-29T09:05:29+00:00</updated>
<author>
<name>Ville Skyttä</name>
<email>ville.skytta@iki.fi</email>
</author>
<published>2011-04-29T09:05:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/bash-completion.git/commit/?id=7fb4e3137ddd1c0d265f830a74d34a9b6f07b8e5'/>
<id>7fb4e3137ddd1c0d265f830a74d34a9b6f07b8e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
