<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit, branch main</title>
<subtitle>A hyperfast web frontend for git repositories written in C</subtitle>
<id>https://git.developercraft.com/cgit/atom?h=main</id>
<link rel='self' href='https://git.developercraft.com/cgit/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.developercraft.com/cgit/'/>
<updated>2024-10-17T23:37:14Z</updated>
<entry>
<title>Add markdown README</title>
<updated>2024-10-17T23:37:14Z</updated>
<author>
<name>Blake Romero</name>
<email>blake@blkrom.com</email>
</author>
<published>2024-10-17T22:33:15Z</published>
<link rel='alternate' type='text/html' href='https://git.developercraft.com/cgit/commit/?id=e82182b0db487bd94266bd0405134cd896931b79'/>
<id>urn:sha1:e82182b0db487bd94266bd0405134cd896931b79</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change default installation path</title>
<updated>2024-10-17T18:48:42Z</updated>
<author>
<name>Blake Romero</name>
<email>blake@blkrom.com</email>
</author>
<published>2024-10-17T18:48:42Z</published>
<link rel='alternate' type='text/html' href='https://git.developercraft.com/cgit/commit/?id=245d207f1942e3f0c4a7d0ed189bd8d6b2d06a4c'/>
<id>urn:sha1:245d207f1942e3f0c4a7d0ed189bd8d6b2d06a4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add vim swap files to git ignore</title>
<updated>2024-10-17T18:45:58Z</updated>
<author>
<name>Blake Romero</name>
<email>blake@blkrom.com</email>
</author>
<published>2024-10-17T18:45:58Z</published>
<link rel='alternate' type='text/html' href='https://git.developercraft.com/cgit/commit/?id=24df4fa61359f7d066a4fd26db7a9f8e65bafd9a'/>
<id>urn:sha1:24df4fa61359f7d066a4fd26db7a9f8e65bafd9a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make default pages configurable</title>
<updated>2024-10-17T18:37:52Z</updated>
<author>
<name>Naïm Favier</name>
<email>fnaim42@gmail.com</email>
</author>
<published>2019-12-09T18:38:14Z</published>
<link rel='alternate' type='text/html' href='https://git.developercraft.com/cgit/commit/?id=b61c03dbed3fa22ea18b00b3ac62a01d04c9c9d0'/>
<id>urn:sha1:b61c03dbed3fa22ea18b00b3ac62a01d04c9c9d0</id>
<content type='text'>
Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
<entry>
<title>git: update to v2.46.0</title>
<updated>2024-08-02T16:22:56Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2024-07-16T07:45:13Z</published>
<link rel='alternate' type='text/html' href='https://git.developercraft.com/cgit/commit/?id=09d24d7cd0b7e85633f2f43808b12871bb209d69'/>
<id>urn:sha1:09d24d7cd0b7e85633f2f43808b12871bb209d69</id>
<content type='text'>
Update to git version v2.46.0, this requires changes for these
upstream commits:

* e7da9385708accf518a80a1e17969020fb361048
  global: introduce `USE_THE_REPOSITORY_VARIABLE` macro

* 9da95bda74cf10e1475384a71fd20914c3b99784
  hash: require hash algorithm in `oidread()` and `oidclr()`

* 30aaff437fddd889ba429b50b96ea4c151c502c5
  refs: pass repo when peeling objects

* c8f815c2083c4b340d4148a15d45c55f2fcc7d3f
  refs: remove functions without ref store

Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
<entry>
<title>fix building with clang</title>
<updated>2024-07-16T11:26:10Z</updated>
<author>
<name>Denis Pronin</name>
<email>dannftk@yandex.ru</email>
</author>
<published>2024-06-09T06:41:36Z</published>
<link rel='alternate' type='text/html' href='https://git.developercraft.com/cgit/commit/?id=fb87de795b9f1b1e21825243716ff1156097adf2'/>
<id>urn:sha1:fb87de795b9f1b1e21825243716ff1156097adf2</id>
<content type='text'>
fix error that is given because of macro overlapping cgit_filter member:

../filter.c:388:10: error: no member named '__fprintf_chk' in
'struct cgit_filter'
  388 |         filter-&gt;fprintf(filter, f, prefix);
      |         ~~~~~~  ^
/usr/include/bits/stdio2.h:92:3: note: expanded from macro 'fprintf'
   92 |   __fprintf_chk (stream, __USE_FORTIFY_LEVEL - 1, __VA_ARGS__)
      |   ^
1 error generated.

Signed-off-by: Denis Pronin &lt;dannftk@yandex.ru&gt;
Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
<entry>
<title>ui-stats: add missing source header</title>
<updated>2024-07-16T10:10:38Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2024-07-16T10:06:55Z</published>
<link rel='alternate' type='text/html' href='https://git.developercraft.com/cgit/commit/?id=34c30d12fc917d9853135f6e9d4c8e531efddaeb'/>
<id>urn:sha1:34c30d12fc917d9853135f6e9d4c8e531efddaeb</id>
<content type='text'>
Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
<entry>
<title>git: update to v2.45.2</title>
<updated>2024-06-01T21:29:44Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2024-06-01T21:29:44Z</published>
<link rel='alternate' type='text/html' href='https://git.developercraft.com/cgit/commit/?id=b2c939af4bbd24882fcd28aa6b75319ca61c7c5b'/>
<id>urn:sha1:b2c939af4bbd24882fcd28aa6b75319ca61c7c5b</id>
<content type='text'>
Update to git version v2.45.2, no additional changes required.

Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
<entry>
<title>git: update to v2.45.1</title>
<updated>2024-05-14T17:59:11Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2024-05-14T17:59:11Z</published>
<link rel='alternate' type='text/html' href='https://git.developercraft.com/cgit/commit/?id=92a8f1676a2cbe57fd9d9c9b40a5ccd23dc0b842'/>
<id>urn:sha1:92a8f1676a2cbe57fd9d9c9b40a5ccd23dc0b842</id>
<content type='text'>
Update to git version v2.45.1, no additional changes required.

Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
<entry>
<title>git: update to v2.45.0</title>
<updated>2024-04-29T19:13:53Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2024-04-19T20:39:20Z</published>
<link rel='alternate' type='text/html' href='https://git.developercraft.com/cgit/commit/?id=dbadd856ba0537110338cfe58256b152d01388c0'/>
<id>urn:sha1:dbadd856ba0537110338cfe58256b152d01388c0</id>
<content type='text'>
Update to git version v2.45.0, this requires changes for these
upstream commits:

* 9720d23e8caf4adee44b3a32803a9bb0480118bd
  date: make DATE_MODE thread-safe

Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
</feed>
