<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git/gitweb/gitweb.cgi, branch v1.4.2.1</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.4.2.1</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.4.2.1'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2006-07-30T20:35:08Z</updated>
<entry>
<title>Merge branch 'lt/web'</title>
<updated>2006-07-30T20:35:08Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-07-30T20:35:08Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=e6a4e5816e0b521713e899cafa60b0dd6bc74eec'/>
<id>urn:sha1:e6a4e5816e0b521713e899cafa60b0dd6bc74eec</id>
<content type='text'>
* lt/web:
  gitweb.cgi: git_blame2: slight optimization reading the blame lines
  gitweb.cgi: git_blame2: Revision blocks now have alternating colors
  gitweb.cgi: git_blame2: Allow back-trekking through commits
  gitweb.cgi: git_blame2: an alternative simple working git blame
</content>
</entry>
<entry>
<title>Merge branch 'lt/web'</title>
<updated>2006-07-28T20:19:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-07-28T20:19:38Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=556032566e96580e0ea0063a9aead0b380f9c8f7'/>
<id>urn:sha1:556032566e96580e0ea0063a9aead0b380f9c8f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>gitweb: fix two warnings</title>
<updated>2006-07-26T19:24:36Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2006-07-26T14:58:35Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=4325b4ad16821e936cb619f5e25d273c281bdeeb'/>
<id>urn:sha1:4325b4ad16821e936cb619f5e25d273c281bdeeb</id>
<content type='text'>
These warnings cluttered up my log.

Signed-off-by: Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: escape tag comments</title>
<updated>2006-07-25T21:05:55Z</updated>
<author>
<name>Daniel Drake</name>
<email>dsd@gentoo.org</email>
</author>
<published>2006-07-24T22:07:23Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=143c89b00348759d2768003d57e0f506d281dc61'/>
<id>urn:sha1:143c89b00348759d2768003d57e0f506d281dc61</id>
<content type='text'>
I have a tag with a comment which includes an &amp; character. Firefox wouldn't
display my gitweb summary page due to malformed XML. This solves the problem.

Signed-off-by: Daniel Drake &lt;dsd@gentoo.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb.cgi: git_blame2: slight optimization reading the blame lines</title>
<updated>2006-07-25T01:21:53Z</updated>
<author>
<name>Luben Tuikov</name>
<email>ltuikov@yahoo.com</email>
</author>
<published>2006-07-23T21:17:48Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=acb0f6f33760b43c1fc9617a45346ab3738f021a'/>
<id>urn:sha1:acb0f6f33760b43c1fc9617a45346ab3738f021a</id>
<content type='text'>
Eliminate git_read_blame_line() -- move that code inline and
optimize it.

Signed-off-by: Luben Tuikov &lt;ltuikov@yahoo.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb.cgi: Centralize printing of the page path</title>
<updated>2006-07-25T01:21:52Z</updated>
<author>
<name>Luben Tuikov</name>
<email>ltuikov@yahoo.com</email>
</author>
<published>2006-07-23T20:31:15Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=634331061599a82968daddae2d2c0896b6137d4c'/>
<id>urn:sha1:634331061599a82968daddae2d2c0896b6137d4c</id>
<content type='text'>
Centralize printing of the page path so that
if the entity is a blob, we can set the page path
to be the link to the HEAD revision of the
"raw" blob.

Signed-off-by: Luben Tuikov &lt;ltuikov@yahoo.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb.cgi: git_blame2: Revision blocks now have alternating colors</title>
<updated>2006-07-25T01:21:52Z</updated>
<author>
<name>Luben Tuikov</name>
<email>ltuikov@yahoo.com</email>
</author>
<published>2006-07-23T20:37:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=cc1bf97e24129db2b8c4634bc733ae0a16b2beba'/>
<id>urn:sha1:cc1bf97e24129db2b8c4634bc733ae0a16b2beba</id>
<content type='text'>
A revision block is the largest number of adjacent
lines of code originating from the same revision.

This patch adds color to git_blame2(), in that no two
adjacent revision blocks have the same color.  The color
alternates between light and dark.

As we annotate the code lines, we alternate the color
(light, dark) of code lines _per revision_.  This makes it
easier to see line conglomerations per revision.

Signed-off-by: Luben Tuikov &lt;ltuikov@yahoo.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb.cgi: Show "raw" head of project link even when $hash is not defined</title>
<updated>2006-07-25T01:21:52Z</updated>
<author>
<name>Luben Tuikov</name>
<email>ltuikov@yahoo.com</email>
</author>
<published>2006-07-23T20:30:08Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=93d5f0619ccf10d7a16834b9e3be38871d2aae6c'/>
<id>urn:sha1:93d5f0619ccf10d7a16834b9e3be38871d2aae6c</id>
<content type='text'>
Some callers of git_history() do not set $hash of $file_name.
Add code to find it, if it is not defined.

Signed-off-by: Luben Tuikov &lt;ltuikov@yahoo.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb.cgi: git_blame2: Allow back-trekking through commits</title>
<updated>2006-07-25T01:21:52Z</updated>
<author>
<name>Luben Tuikov</name>
<email>ltuikov@yahoo.com</email>
</author>
<published>2006-07-23T20:36:32Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=4f7b34c98f6f3853c6b82a85f3e49121c59180f7'/>
<id>urn:sha1:4f7b34c98f6f3853c6b82a85f3e49121c59180f7</id>
<content type='text'>
This patch adds the capability of back-trekking through
commits from git_blame2() as follows:
blame2-&gt;commit-&gt;blame2-&gt;commit-&gt;blame2-&gt;...-&gt;initial commit.

Signed-off-by: Luben Tuikov &lt;ltuikov@yahoo.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb.cgi: git_blame2: an alternative simple working git blame</title>
<updated>2006-07-25T01:21:52Z</updated>
<author>
<name>Luben Tuikov</name>
<email>ltuikov@yahoo.com</email>
</author>
<published>2006-07-23T20:34:55Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=1f2857ea32fa82ba6039b7fd298dc763b1e6c112'/>
<id>urn:sha1:1f2857ea32fa82ba6039b7fd298dc763b1e6c112</id>
<content type='text'>
This patch adds an alternative simple working git-blame
called git_blame2().  Simple, because it displays just
three columns: the commit, the line number and the line
of code.  Alternative, because the original git_blame()
is left untouched.  Lines of code are printed html
escaped, but as-is.

git_blame2() uses git-blame as opposed to git-annotate
used by git_blame().

Signed-off-by: Luben Tuikov &lt;ltuikov@yahoo.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
