<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cgit/Makefile, branch v0.12</title>
<subtitle>Robin Krahl's fork of cgit</subtitle>
<id>https://git.ireas.org/cgit/atom?h=v0.12</id>
<link rel='self' href='https://git.ireas.org/cgit/atom?h=v0.12'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/'/>
<updated>2016-01-14T14:43:54Z</updated>
<entry>
<title>Bump version</title>
<updated>2016-01-14T14:43:54Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2016-01-14T14:43:54Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=e64d5e04c3e22e713539da2b06e1052390aed43d'/>
<id>urn:sha1:e64d5e04c3e22e713539da2b06e1052390aed43d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>git: update to v2.7.0</title>
<updated>2016-01-13T16:12:17Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2016-01-05T06:38:53Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=559ab5ecc4445c8477ecf62c9fc97efa412dd562'/>
<id>urn:sha1:559ab5ecc4445c8477ecf62c9fc97efa412dd562</id>
<content type='text'>
Update to git version v2.7.0.

* Upstream commit ed1c9977cb1b63e4270ad8bdf967a2d02580aa08 (Remove
  get_object_hash.) changed API:

  Convert all instances of get_object_hash to use an appropriate
  reference to the hash member of the oid member of struct object.
  This provides no functional change, as it is essentially a macro
  substitution.

Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
<entry>
<title>Makefile: fix MAKEFLAGS tests with multiple flags</title>
<updated>2015-10-09T08:56:06Z</updated>
<author>
<name>John Keeping</name>
<email>john@keeping.me.uk</email>
</author>
<published>2015-09-05T13:32:50Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=35b3c67ac285f0c488b0d3042a1bbc44ef4f1f67'/>
<id>urn:sha1:35b3c67ac285f0c488b0d3042a1bbc44ef4f1f67</id>
<content type='text'>
findstring is defined as $(findstring FIND,IN) so if multiple flags are
set these tests do the wrong thing unless $(MAKEFLAGS) is the second
argument.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;
</content>
</entry>
<entry>
<title>git: update to v2.6.1</title>
<updated>2015-10-06T14:39:06Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2015-10-06T05:36:40Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=978ce8c00c0d3117f6470a77b08aa0f97984604f'/>
<id>urn:sha1:978ce8c00c0d3117f6470a77b08aa0f97984604f</id>
<content type='text'>
Update to git version v2.6.1, no changes required.

Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
<entry>
<title>Makefile: make "git/config.mak.uname" inclusion optional</title>
<updated>2015-08-13T15:05:12Z</updated>
<author>
<name>John Keeping</name>
<email>john@keeping.me.uk</email>
</author>
<published>2015-08-13T14:54:37Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=c543d7dbf6bf7c8be5af829bf1d3eab494856ee0'/>
<id>urn:sha1:c543d7dbf6bf7c8be5af829bf1d3eab494856ee0</id>
<content type='text'>
If we haven't got a "git" directory, it should still be possible to run
"make get-git", so we cannot include this file unconditionally.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;
</content>
</entry>
<entry>
<title>Makefile: include Git's config.mak.uname</title>
<updated>2015-08-13T13:36:37Z</updated>
<author>
<name>John Keeping</name>
<email>john@keeping.me.uk</email>
</author>
<published>2015-08-13T11:14:14Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=0393102249c30f62c8f061062bc4a9ba962b6910'/>
<id>urn:sha1:0393102249c30f62c8f061062bc4a9ba962b6910</id>
<content type='text'>
This pulls in the correct value of $(INSTALL) on a wide variety of
systems.

Signed-off-by: John Keeping &lt;john@keeping.me.uk&gt;
</content>
</entry>
<entry>
<title>git: update to v2.5.0</title>
<updated>2015-08-12T12:09:05Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2015-07-28T08:42:01Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=de83de276bef7509ab8255682595ad4521f3a193'/>
<id>urn:sha1:de83de276bef7509ab8255682595ad4521f3a193</id>
<content type='text'>
Update to git version v2.5.0.

* Upstream commit 5455ee0573a22bb793a7083d593ae1ace909cd4c (Merge branch
  'bc/object-id') changed API:

  for_each_ref() callback functions were taught to name the objects
  not with "unsigned char sha1[20]" but with "struct object_id".

* Upstream commit dcf692625ac569fefbe52269061230f4fde10e47 (path.c: make
  get_pathname() call sites return const char *)

Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
<entry>
<title>git: update to v2.4.1</title>
<updated>2015-05-14T11:49:12Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2015-05-14T11:47:28Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=2eb41c4665ad6866c8893668263c401d7b0ffc5d'/>
<id>urn:sha1:2eb41c4665ad6866c8893668263c401d7b0ffc5d</id>
<content type='text'>
Update to git version v2.4.1, no changes required.

Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
<entry>
<title>git: update to v2.3.3</title>
<updated>2015-03-14T16:56:15Z</updated>
<author>
<name>Christian Hesse</name>
<email>mail@eworm.de</email>
</author>
<published>2015-03-14T16:21:42Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=84627609f5a7634732fe1d718e7d1c18254e64c8'/>
<id>urn:sha1:84627609f5a7634732fe1d718e7d1c18254e64c8</id>
<content type='text'>
Update to git version v2.3.3, no changes required.

Signed-off-by: Christian Hesse &lt;mail@eworm.de&gt;
</content>
</entry>
<entry>
<title>Bump version</title>
<updated>2015-03-13T15:22:11Z</updated>
<author>
<name>Jason A. Donenfeld</name>
<email>Jason@zx2c4.com</email>
</author>
<published>2015-03-13T15:22:11Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/cgit/commit/?id=cadbb69990d232ce49547190b1cff2b57fc8b438'/>
<id>urn:sha1:cadbb69990d232ce49547190b1cff2b57fc8b438</id>
<content type='text'>
</content>
</entry>
</feed>
