<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.24.0-rc2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.24.0-rc2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.24.0-rc2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2019-10-30T06:13:14Z</updated>
<entry>
<title>Git 2.24-rc2</title>
<updated>2019-10-30T06:13:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-10-30T06:12:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f21f8f5d35b09ecdd1a0112f114436fd2eda7df2'/>
<id>urn:sha1:f21f8f5d35b09ecdd1a0112f114436fd2eda7df2</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'wb/fsmonitor-bitmap-fix'</title>
<updated>2019-10-30T06:13:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-10-30T06:13:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8dc28ee438e9fd968f7a6b079b55e4e07af01dfd'/>
<id>urn:sha1:8dc28ee438e9fd968f7a6b079b55e4e07af01dfd</id>
<content type='text'>
Comment update.

* wb/fsmonitor-bitmap-fix:
  t7519-status-fsmonitor: improve comments
</content>
</entry>
<entry>
<title>Merge branch 'rl/gitweb-blame-prev-fix'</title>
<updated>2019-10-30T06:13:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-10-30T06:13:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0d6799e563de1814edd4f659e4aea94b1dfba55b'/>
<id>urn:sha1:0d6799e563de1814edd4f659e4aea94b1dfba55b</id>
<content type='text'>
Fix a rather old bug in gitweb---incremental blame output in
javascript actions mode never worked.

* rl/gitweb-blame-prev-fix:
  gitweb: correctly store previous rev in javascript-actions mode
</content>
</entry>
<entry>
<title>Merge branch 'js/mingw-needs-hiding-fix'</title>
<updated>2019-10-30T06:13:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-10-30T06:13:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f2db52c46b79d5b99c57fbe713a9ff211b840b89'/>
<id>urn:sha1:f2db52c46b79d5b99c57fbe713a9ff211b840b89</id>
<content type='text'>
Fix for a (rather old) buffer-overrun bug.

* js/mingw-needs-hiding-fix:
  mingw: avoid a buffer overrun in `needs_hiding()`
</content>
</entry>
<entry>
<title>t7519-status-fsmonitor: improve comments</title>
<updated>2019-10-30T02:52:18Z</updated>
<author>
<name>William Baker</name>
<email>William.Baker@microsoft.com</email>
</author>
<published>2019-10-16T19:35:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=460782b7be869424ff049350bdcbf151f6beca62'/>
<id>urn:sha1:460782b7be869424ff049350bdcbf151f6beca62</id>
<content type='text'>
The comments for the staging/unstaging test did not accurately
describe the scenario being tested.  It is not essential that
the test files being staged/unstaged appear at the end of the
index.  All that is required is that the test files are not
flagged with CE_FSMONITOR_VALID and have a position in the
index greater than the number of entries in the index after
unstaging.

The comment for this test has been updated to be more
accurate with respect to the scenario that's being tested.

Signed-off-by: William Baker &lt;William.Baker@microsoft.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>mingw: avoid a buffer overrun in `needs_hiding()`</title>
<updated>2019-10-28T03:38:51Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>johannes.schindelin@gmx.de</email>
</author>
<published>2019-10-25T14:13:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=60e6569a1207d75a351684e2c48f8d18d15a0032'/>
<id>urn:sha1:60e6569a1207d75a351684e2c48f8d18d15a0032</id>
<content type='text'>
When this function is passed a path with a trailing slash, it runs right
over the end of that path.

Let's fix this.

Co-authored-by: Alexandr Miloslavskiy &lt;alexandr.miloslavskiy@syntevo.com&gt;
Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitweb: correctly store previous rev in javascript-actions mode</title>
<updated>2019-10-28T02:06:57Z</updated>
<author>
<name>Robert Luberda</name>
<email>robert@debian.org</email>
</author>
<published>2019-10-27T09:14:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=52bd3e46574baecf06562d4da857ba445981beb9'/>
<id>urn:sha1:52bd3e46574baecf06562d4da857ba445981beb9</id>
<content type='text'>
Without this change, the setting

 $feature{'javascript-actions'}{'default'} = [1];

in gitweb.conf breaks gitweb's blame page: clicking on line numbers
displayed in the second column on the page has no effect.

For comparison, with javascript-actions disabled, clicking on line
numbers loads the previous version of the line.

Addresses https://bugs.debian.org/741883.

Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Robert Luberda &lt;robert@debian.org&gt;
Acked-by: Jakub Narębski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 2.24-rc1</title>
<updated>2019-10-24T04:34:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-10-24T04:33:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=566a1439f6f56c2171b8853ddbca0ad3f5098770'/>
<id>urn:sha1:566a1439f6f56c2171b8853ddbca0ad3f5098770</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'sg/ci-osx-gcc8-fix'</title>
<updated>2019-10-24T04:34:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-10-24T04:34:03Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=04b1f4f768bc36cc074a311b9c5e339a9fce160a'/>
<id>urn:sha1:04b1f4f768bc36cc074a311b9c5e339a9fce160a</id>
<content type='text'>
CI build fix.

* sg/ci-osx-gcc8-fix:
  ci: fix GCC install in the Travis CI GCC OSX job
</content>
</entry>
<entry>
<title>Merge branch 'ds/feature-macros'</title>
<updated>2019-10-24T04:34:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2019-10-24T04:34:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4d6fb2beeb80f4899b0267d91c983c91772438f0'/>
<id>urn:sha1:4d6fb2beeb80f4899b0267d91c983c91772438f0</id>
<content type='text'>
The codepath that reads the index.version configuration was broken
with a recent update, which has been corrected.

* ds/feature-macros:
  repo-settings: read an int for index.version
</content>
</entry>
</feed>
