<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git/Makefile, branch v1.7.3.5</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.7.3.5</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.7.3.5'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2010-12-14T15:50:20Z</updated>
<entry>
<title>Merge branch 'jc/maint-no-openssl-build-fix' into maint</title>
<updated>2010-12-14T15:50:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-12-14T15:50:20Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=40d675f417f7b0be7b9367752701bf6bc03db091'/>
<id>urn:sha1:40d675f417f7b0be7b9367752701bf6bc03db091</id>
<content type='text'>
* jc/maint-no-openssl-build-fix:
  Do not link with -lcrypto under NO_OPENSSL
</content>
</entry>
<entry>
<title>Merge branch 'tc/http-urls-ends-with-slash' into maint</title>
<updated>2010-12-14T15:36:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-12-14T15:36:10Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=6b090e1710dbdf3f2c9f46c7f089ce34399b35c5'/>
<id>urn:sha1:6b090e1710dbdf3f2c9f46c7f089ce34399b35c5</id>
<content type='text'>
* tc/http-urls-ends-with-slash:
  http-fetch: rework url handling
  http-push: add trailing slash at arg-parse time, instead of later on
  http-push: check path length before using it
  http-push: Normalise directory names when pushing to some WebDAV servers
  http-backend: use end_url_with_slash()
  url: add str wrapper for end_url_with_slash()
  shift end_url_with_slash() from http.[ch] to url.[ch]
  t5550-http-fetch: add test for http-fetch
  t5550-http-fetch: add missing '&amp;&amp;'
</content>
</entry>
<entry>
<title>Do not link with -lcrypto under NO_OPENSSL</title>
<updated>2010-12-08T22:54:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-12-08T22:54:13Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=5b02b9baf728f6155e2996e5945e07f2e1a57b05'/>
<id>urn:sha1:5b02b9baf728f6155e2996e5945e07f2e1a57b05</id>
<content type='text'>
With 401857c (imap-send: link against libcrypto for HMAC and others,
2010-11-24) we started linking imap-send unconditionally with -lcrypto by
mistake; disable this when we are building under NO_OPENSSL.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>shift end_url_with_slash() from http.[ch] to url.[ch]</title>
<updated>2010-11-26T22:50:45Z</updated>
<author>
<name>Tay Ray Chuan</name>
<email>rctay89@gmail.com</email>
</author>
<published>2010-11-25T08:21:04Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=1966d9f37b94fa506bfa43961fb111084aaa2c45'/>
<id>urn:sha1:1966d9f37b94fa506bfa43961fb111084aaa2c45</id>
<content type='text'>
This allows non-http/curl users to access it too (eg. http-backend.c).

Update include headers in end_url_with_slash() users too.

Signed-off-by: Tay Ray Chuan &lt;rctay89@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ab/makefile-track-cc' into maint</title>
<updated>2010-11-24T20:44:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-11-24T20:44:35Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=c5d2901d48c4ea50de1f7f3f10946ce61b7d101e'/>
<id>urn:sha1:c5d2901d48c4ea50de1f7f3f10946ce61b7d101e</id>
<content type='text'>
* ab/makefile-track-cc:
  Makefile: add CC to TRACK_CFLAGS
</content>
</entry>
<entry>
<title>imap-send: link against libcrypto for HMAC and others</title>
<updated>2010-11-24T20:23:48Z</updated>
<author>
<name>Diego Elio Pettenò</name>
<email>flameeyes@gmail.com</email>
</author>
<published>2010-11-24T20:03:53Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=401857c4c641a73e7fb78d26a9c2ad6eb316b739'/>
<id>urn:sha1:401857c4c641a73e7fb78d26a9c2ad6eb316b739</id>
<content type='text'>
When using stricter linkers, such as GNU gold or Darwin ld, transitive
dependencies are not counted towards symbol resolution. If we don't link
imap-send to libcrypto, we'll have undefined references to the HMAC_*,
EVP_* and ERR_* functions families.

Signed-off-by: Diego Elio Pettenò &lt;flameeyes@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>MinGW: avoid collisions between "tags" and "TAGS"</title>
<updated>2010-09-29T20:27:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-09-28T21:08:38Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=2f76919517e98bb5e979d6c8c7bbc3478a066a21'/>
<id>urn:sha1:2f76919517e98bb5e979d6c8c7bbc3478a066a21</id>
<content type='text'>
On case insensitive filesystems, "tags" and "TAGS" target will try to
overwrite the same file.  Allow MinGW to use "ETAGS" instead.

These two targets do produce real files; do not put them on .PHONY target
list.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Makefile: add CC to TRACK_CFLAGS</title>
<updated>2010-09-27T18:45:20Z</updated>
<author>
<name>Ævar Arnfjörð Bjarmason</name>
<email>avarab@gmail.com</email>
</author>
<published>2010-09-12T22:37:45Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=b3457afc4f6da6cfef265359ed182c5fcd6d266c'/>
<id>urn:sha1:b3457afc4f6da6cfef265359ed182c5fcd6d266c</id>
<content type='text'>
Change the git make process so that everything's rebuilt if the CC is
changed. Before we wouldn't rebuilt if e.g. the CC variable was
changed from gcc to clang.

Signed-off-by: Ævar Arnfjörð Bjarmason &lt;avarab@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2010-09-12T20:53:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-09-12T20:53:03Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=5879b6bbcaba7696e4abfa717748da166f915405'/>
<id>urn:sha1:5879b6bbcaba7696e4abfa717748da166f915405</id>
<content type='text'>
* maint:
  t3101: modernise style
  compat/nedmalloc: don't force NDEBUG on the rest of git

Conflicts:
	Makefile
</content>
</entry>
<entry>
<title>compat/nedmalloc: don't force NDEBUG on the rest of git</title>
<updated>2010-09-11T17:23:03Z</updated>
<author>
<name>René Scharfe</name>
<email>rene.scharfe@lsrfire.ath.cx</email>
</author>
<published>2010-09-11T09:59:18Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=d555ff54820ade336d0d0f3900d62d5c09c0f63e'/>
<id>urn:sha1:d555ff54820ade336d0d0f3900d62d5c09c0f63e</id>
<content type='text'>
Define the nedmalloc feature configuration macros for nedmalloc.o, only.
This keeps assert(3) working for the rest of the git source; it was
turned off for nedmalloc users before by defining NDEBUG globally.

Also remove -DUSE_NED_ALLOCATOR as this macro isn't used anywhere.

Signed-off-by: Rene Scharfe &lt;rene.scharfe@lsrfire.ath.cx&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
