<feed xmlns='http://www.w3.org/2005/Atom'>
<title>markzz/aurweb.git/doc, branch maint</title>
<subtitle>aurweb working repository</subtitle>
<id>https://git.markzz.net/markzz/aurweb.git/atom/doc?h=maint</id>
<link rel='self' href='https://git.markzz.net/markzz/aurweb.git/atom/doc?h=maint'/>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/'/>
<updated>2015-11-14T12:40:53Z</updated>
<entry>
<title>Describe how to omit "have" lines</title>
<updated>2015-11-14T12:40:53Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-11-14T12:39:21Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=002d348d903c9f46e8fef453279eec5482eb43bf'/>
<id>urn:sha1:002d348d903c9f46e8fef453279eec5482eb43bf</id>
<content type='text'>
A new feature in Git allows for omitting "have" lines corresponding to
refs outside the current Git namespace. Explain how to enable this
feature in the INSTALL instructions and in the Git interface
documentation.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>aurjson: Rename the search_by parameter to "by"</title>
<updated>2015-10-09T15:35:51Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-10-09T15:35:29Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=1f6237ffa73f1cc931ec7cb2abbdd6ff54e1581a'/>
<id>urn:sha1:1f6237ffa73f1cc931ec7cb2abbdd6ff54e1581a</id>
<content type='text'>
This parameter is only supported by the search command. We do not need
to repeat ourselves.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Add documentation Makefile</title>
<updated>2015-10-04T09:40:38Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-10-04T08:40:59Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=a99c0fe5d33101a2c4753a350f5bf63f8c93dc68'/>
<id>urn:sha1:a99c0fe5d33101a2c4753a350f5bf63f8c93dc68</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Update RPC interface documentation</title>
<updated>2015-10-04T09:40:38Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-10-04T08:34:49Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=a8552f5444d4f42c2d81db60fce837b3c3d62501'/>
<id>urn:sha1:a8552f5444d4f42c2d81db60fce837b3c3d62501</id>
<content type='text'>
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Add documentation of the RPC interface</title>
<updated>2015-10-04T07:30:08Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-10-04T07:27:28Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=bc2ee0c63fcb18c0ab6494b167803a0b25a4a158'/>
<id>urn:sha1:bc2ee0c63fcb18c0ab6494b167803a0b25a4a158</id>
<content type='text'>
Convert the RPC interface documentation from web/html/rpc.php to
AsciiDoc and add it to the documentation directory.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Update translation documentation</title>
<updated>2015-08-16T19:35:31Z</updated>
<author>
<name>Stefan Auditor</name>
<email>stefan.auditor@erdfisch.de</email>
</author>
<published>2015-08-16T18:13:58Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=7eaab632162e6691ce30f21080650c1239a90d71'/>
<id>urn:sha1:7eaab632162e6691ce30f21080650c1239a90d71</id>
<content type='text'>
Update the link to the project page on Transifex and remove an outdated link
to the Arch Wiki.

Fixes FS#45966.

Signed-off-by: Stefan Auditor &lt;stefan.auditor@erdfisch.de&gt;
Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Add a restore command to the SSH interface</title>
<updated>2015-08-16T04:49:12Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-08-14T11:09:57Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=4112e572aadbbc552749398010257be3a3ba802b'/>
<id>urn:sha1:4112e572aadbbc552749398010257be3a3ba802b</id>
<content type='text'>
Implement a new command that can be used to restore deleted package
bases without having to push a new commit.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Document the Git/SSH interface</title>
<updated>2015-08-08T10:59:24Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-07-22T13:52:58Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=e8a6fe1efc3f4e546dd777babbb0264b6d073088'/>
<id>urn:sha1:e8a6fe1efc3f4e546dd777babbb0264b6d073088</id>
<content type='text'>
Add a document describing how the Git/SSH interface works internally.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
<entry>
<title>Move documentation to a subdirectory</title>
<updated>2015-08-08T10:59:24Z</updated>
<author>
<name>Lukas Fleischer</name>
<email>lfleischer@archlinux.org</email>
</author>
<published>2015-07-22T11:49:51Z</published>
<link rel='alternate' type='text/html' href='https://git.markzz.net/markzz/aurweb.git/commit/?id=ab2577525970e415f9ad2439ae1bb2c51f479c8a'/>
<id>urn:sha1:ab2577525970e415f9ad2439ae1bb2c51f479c8a</id>
<content type='text'>
Create a new subdirectory doc/ that contains documentation.

Signed-off-by: Lukas Fleischer &lt;lfleischer@archlinux.org&gt;
</content>
</entry>
</feed>
