<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blaster4385/cgit, branch main</title>
<subtitle>Web frontend for git.tablaster.dev</subtitle>
<id>https://git.tablaster.dev/blaster4385/cgit/atom?h=main</id>
<link rel='self' href='https://git.tablaster.dev/blaster4385/cgit/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.tablaster.dev/blaster4385/cgit/'/>
<updated>2025-02-15T06:16:10Z</updated>
<entry>
<title>feat: removed logo and favicon</title>
<updated>2025-02-15T06:16:10Z</updated>
<author>
<name>Blaster4385</name>
<email>venkatesh@tablaster.dev</email>
</author>
<published>2025-02-15T06:16:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tablaster.dev/blaster4385/cgit/commit/?id=6242f14d9e8e44b443c2a4050ffb578070854f10'/>
<id>urn:sha1:6242f14d9e8e44b443c2a4050ffb578070854f10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: updated repo path</title>
<updated>2025-02-15T06:15:23Z</updated>
<author>
<name>Blaster4385</name>
<email>venkatesh@tablaster.dev</email>
</author>
<published>2025-02-15T06:15:23Z</published>
<link rel='alternate' type='text/html' href='https://git.tablaster.dev/blaster4385/cgit/commit/?id=a137a356e75b5da4487f09ae18fd950cc233ec3d'/>
<id>urn:sha1:a137a356e75b5da4487f09ae18fd950cc233ec3d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added cgitrc and footer</title>
<updated>2024-12-02T11:08:56Z</updated>
<author>
<name>Blaster4385</name>
<email>venkatesh@tablaster.dev</email>
</author>
<published>2024-12-02T11:08:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tablaster.dev/blaster4385/cgit/commit/?id=aa49b13997e35abc66a2b5570e413491ef463dde'/>
<id>urn:sha1:aa49b13997e35abc66a2b5570e413491ef463dde</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cgit.css: update and optimize css</title>
<updated>2024-12-02T10:54:45Z</updated>
<author>
<name>Blaster4385</name>
<email>venkatesh@tablaster.dev</email>
</author>
<published>2024-12-02T09:25:41Z</published>
<link rel='alternate' type='text/html' href='https://git.tablaster.dev/blaster4385/cgit/commit/?id=712fb87951637855775598a8bb4d30f97badbcb6'/>
<id>urn:sha1:712fb87951637855775598a8bb4d30f97badbcb6</id>
<content type='text'>
- Optimize existing css
- Update colorscheme to gruvbox
</content>
</entry>
<entry>
<title>configure cgit installation</title>
<updated>2024-11-30T19:35:21Z</updated>
<author>
<name>Blaster4385</name>
<email>venkatesh@tablaster.dev</email>
</author>
<published>2024-11-30T19:35:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tablaster.dev/blaster4385/cgit/commit/?id=11ebba96cac932009c585a13be868466aed30aad'/>
<id>urn:sha1:11ebba96cac932009c585a13be868466aed30aad</id>
<content type='text'>
</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.tablaster.dev/blaster4385/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.tablaster.dev/blaster4385/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.tablaster.dev/blaster4385/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.tablaster.dev/blaster4385/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.tablaster.dev/blaster4385/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>
</feed>
