<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/gitweb, branch v1.5.0-rc3</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.5.0-rc3</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.5.0-rc3'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2007-01-29T00:16:53Z</updated>
<entry>
<title>[PATCH] Rename git-repo-config to git-config.</title>
<updated>2007-01-29T00:16:53Z</updated>
<author>
<name>Tom Prince</name>
<email>tom.prince@ualberta.net</email>
</author>
<published>2007-01-29T00:16:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e0d10e1c63bc52b37bbec99b07deee794058d9b4'/>
<id>urn:sha1:e0d10e1c63bc52b37bbec99b07deee794058d9b4</id>
<content type='text'>
Signed-off-by: Tom Prince &lt;tom.prince@ualberta.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Fix git_patchset_body not closing &lt;div class="patch"&gt;</title>
<updated>2007-01-10T00:23:39Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2007-01-09T23:07:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0bdb28c9ccd85b1c606664154b6f6d39a4c315fd'/>
<id>urn:sha1:0bdb28c9ccd85b1c606664154b6f6d39a4c315fd</id>
<content type='text'>
Fix case when git_patchset_body didn't close &lt;div class="patch"&gt;,
for patchsets with last patch empty.

This patch also removes some commented out code in git_patchset_body.

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Acked-by: Luben Tuikov &lt;ltuikov@yahoo.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Remove superfluous "|" in "commit" view</title>
<updated>2007-01-08T02:06:45Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2007-01-08T01:10:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=3faa541fa924890b85b240b800312befbf052b9f'/>
<id>urn:sha1:3faa541fa924890b85b240b800312befbf052b9f</id>
<content type='text'>
Remove superfluous trailing "|" separator from difftree part of "commit"
view for new files (created in given commit).

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Fix split patches output (e.g. file to symlink)</title>
<updated>2007-01-07T06:53:08Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2007-01-07T01:52:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=13e86efbeae5994a85cc482b3964db7298c5c6ea'/>
<id>urn:sha1:13e86efbeae5994a85cc482b3964db7298c5c6ea</id>
<content type='text'>
Do not replace /dev/null in two-line from-file/to-file diff header for
split patches ("split" patch mean more than one patch per one
diff-tree raw line) by a/file or b/file link.

Split patches differ from pair of deletion/creation patch in git diff
header: both a/file and b/file are hyperlinks, in all patches in a
split.

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Revert "gitweb: There can be empty patches (in git_patchset_body)"</title>
<updated>2007-01-07T06:52:55Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2007-01-07T01:52:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ac8b0cd1cd61f74b76261df17a15ada87f437269'/>
<id>urn:sha1:ac8b0cd1cd61f74b76261df17a15ada87f437269</id>
<content type='text'>
This reverts commit 1ebb948f656c03a5bdaab4de1a113b9ffcb98bea,
as that patch quieted warning but was not proper solution.
The previous commit was.

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Fix errors in git_patchset_body for empty patches</title>
<updated>2007-01-07T06:52:54Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2007-01-07T01:52:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=66399eff86555fce52dc7b54829f02e4bb2424b7'/>
<id>urn:sha1:66399eff86555fce52dc7b54829f02e4bb2424b7</id>
<content type='text'>
We now do not skip over empty patches in git_patchset_body (where
empty means that they consist only of git diff header, and of extended
diff header, for example "pure rename" patch).  This means that after
extended diff header there can be next patch (i.e. /^diff /) or end of
patchset, and not necessary patch body (i.e. /^--- /).

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Fix error in "rename to"/"copy to" git diff header output</title>
<updated>2007-01-07T06:52:52Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2007-01-07T01:52:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2e1951f6eddfa070916a0e678aa508f73d92aa50'/>
<id>urn:sha1:2e1951f6eddfa070916a0e678aa508f73d92aa50</id>
<content type='text'>
Fix error in git_patchset_body subroutine, which caused "rename to"/"copy
to" line in extended diff header to be displayed incorrectly.

While at it, fix align.

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>gitweb: Fix error in git_patchest_body for file creation/deletion patch</title>
<updated>2007-01-07T06:52:49Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2007-01-07T01:52:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=62e4f26f3d55bd66989d9b953988de18ba393417'/>
<id>urn:sha1:62e4f26f3d55bd66989d9b953988de18ba393417</id>
<content type='text'>
$from_id, $to_id variables should be local per PATCH.

Fix error in git_patchset_body for file creation (deletion) patches,
where instead of /dev/null as from-file (to-file) diff header line, it
had link to previous file with current file name.  This error occured
only if there was another patch before file creation (deletion) patch.

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Blame "linenr" link jumps to previous state at "orig_lineno"</title>
<updated>2007-01-05T07:20:43Z</updated>
<author>
<name>Luben Tuikov</name>
<email>ltuikov@yahoo.com</email>
</author>
<published>2007-01-05T02:37:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=244a70e608204a515c214a11c43f3ecf7642533a'/>
<id>urn:sha1:244a70e608204a515c214a11c43f3ecf7642533a</id>
<content type='text'>
Blame currently displays the commit id which introduced a
block of one or more lines, the line numbers wrt the current
listing of the file and the file's line contents.

The commit id displayed is hyperlinked to the commit.

Currently the linenr links are hyperlinked to the same
commit id displayed to the left, which is _no_ different
than the block of lines displayed, since it is the _same
commit_ that is hyperlinked.  And thus clicking on it leads
to the same state of the file for that chunk of
lines. I.e. data mining is not currently possible with
gitweb given a chunk of lines introduced by a commit.

This patch makes such data mining possible.

The line numbers are now hyperlinked to the parent of the
commit id of the block of lines.  Furthermore they are
linked to the line where that block was introduced.

Thus clicking on a linenr link will show you the file's
line(s) state prior to the commit id you were viewing.

So clicking continually on a linenr link shows you how this
line and its line number changed over time, leading to the
initial commit where it was first introduced.

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: Fix "Use of uninitialized value" warning in git_tags_body</title>
<updated>2007-01-05T07:19:09Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2007-01-03T21:54:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=27dd1a83cbedb65d7116814ef2c0bf9d4986c8f5'/>
<id>urn:sha1:27dd1a83cbedb65d7116814ef2c0bf9d4986c8f5</id>
<content type='text'>
Fix "Use of uninitialized value" warning in git_tags_body generated
for lightweight tags of tree and blob object; those don't have age
($tag{'age'}) defined.

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
