<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit/ui-blob.c, branch v0.8</title>
<subtitle>🍴 My patches to cgit
</subtitle>
<id>https://git.ache.one/cgit/atom?h=v0.8</id>
<link rel='self' href='https://git.ache.one/cgit/atom?h=v0.8'/>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/'/>
<updated>2008-07-21T08:10:48Z</updated>
<entry>
<title>Adjust to new calling convention for read_tree_recursive()</title>
<updated>2008-07-21T08:10:48Z</updated>
<author>
<name>Lars Hjemli</name>
<email>larsh@hatman.(none)</email>
</author>
<published>2008-07-21T08:10:48Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=566f92b27618f67f59cc3642e17d9cb9c12634fa'/>
<id>urn:sha1:566f92b27618f67f59cc3642e17d9cb9c12634fa</id>
<content type='text'>
In GIT-1.6.0, read_tree_recursive takes an extra void pointer for callback
data. We might want to use this to avoid some global variables, but for now
lets just make sure that we can still compile.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>allow specification of directly linked blobs mimetypes</title>
<updated>2008-06-24T21:42:32Z</updated>
<author>
<name>Michael Krelin</name>
<email>hacker@klever.net</email>
</author>
<published>2008-06-24T21:42:32Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=42effc939090b2fbf1b2b76cd1d9c30fabcd230e'/>
<id>urn:sha1:42effc939090b2fbf1b2b76cd1d9c30fabcd230e</id>
<content type='text'>
Signed-off-by: Michael Krelin &lt;hacker@klever.net&gt;
</content>
</entry>
<entry>
<title>allow blob extract blobs by head/path combination</title>
<updated>2008-06-24T21:33:24Z</updated>
<author>
<name>Michael Krelin</name>
<email>hacker@klever.net</email>
</author>
<published>2008-06-24T21:33:24Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=01d2dce7e73e3f022d186de27dd5d15574144ca8'/>
<id>urn:sha1:01d2dce7e73e3f022d186de27dd5d15574144ca8</id>
<content type='text'>
 If blob is invoked with no id=, it tries to look up h= and search for path= in
 there. Once found, proceed as normal, otherwise, fail as normal.

Signed-off-by: Michael Krelin &lt;hacker@klever.net&gt;
</content>
</entry>
<entry>
<title>Don't specify mimetype in ui-blob.c</title>
<updated>2008-04-08T19:35:00Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-03-25T01:43:51Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=fa4dfee5489d8c829da92637dd84e8650439f313'/>
<id>urn:sha1:fa4dfee5489d8c829da92637dd84e8650439f313</id>
<content type='text'>
But be sure to specify correct filename. This way, the client can hopefully
guess a sensible mimetype based on the filename suffix, and cgit can ignore
the issue altogether.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add ui-shared.h</title>
<updated>2008-03-24T15:50:57Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-03-24T15:50:57Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=a4d1ca1dc6ff8171694d9e2280b6075a1beced0c'/>
<id>urn:sha1:a4d1ca1dc6ff8171694d9e2280b6075a1beced0c</id>
<content type='text'>
This is finally a proper headerfile for the shared ui-functions which
used to reside in cgit.h

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Remove obsolete cacheitem parameter to ui-functions</title>
<updated>2008-03-24T00:01:28Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-03-24T00:00:36Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=b608e88adb6f77328288afb6dd0eddf674fc9b5b'/>
<id>urn:sha1:b608e88adb6f77328288afb6dd0eddf674fc9b5b</id>
<content type='text'>
This parameter hasn't been used for a very long time...

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add struct cgit_page to cgit_context</title>
<updated>2008-03-23T23:51:19Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-03-23T23:51:19Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=f3c1a187fe2bc33f8423cd535d5045899699995b'/>
<id>urn:sha1:f3c1a187fe2bc33f8423cd535d5045899699995b</id>
<content type='text'>
This struct is used when generating http headers, and as such is another
small step towards the goal of the whole cleanup series; to invoke each
page/view function with a function pointer.

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Introduce html.h</title>
<updated>2008-03-18T07:13:10Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-02-23T21:45:33Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=b1f9b9c1459cb9a30ebf80721aff6ef788d1f891'/>
<id>urn:sha1:b1f9b9c1459cb9a30ebf80721aff6ef788d1f891</id>
<content type='text'>
All html-functions can be quite easily separated from the rest of cgit, so
lets do it; the only issue was html_filemode which uses some git-defined
macros so the function is moved into ui-shared.c::cgit_print_filemode().

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
<entry>
<title>Add support for downloading single blobs</title>
<updated>2007-05-08T22:48:09Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2007-05-08T22:48:09Z</published>
<link rel='alternate' type='text/html' href='https://git.ache.one/cgit/commit/?id=ca8eb8fc8f71ee0a40015c323619f776840b6503'/>
<id>urn:sha1:ca8eb8fc8f71ee0a40015c323619f776840b6503</id>
<content type='text'>
Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
</content>
</entry>
</feed>
