<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git/Makefile, branch v1.5.4.4</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.5.4.4</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.5.4.4'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2008-02-24T08:51:01Z</updated>
<entry>
<title>Ensure 'make dist' compiles git-archive.exe on Cygwin</title>
<updated>2008-02-24T08:51:01Z</updated>
<author>
<name>Shawn O. Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2008-02-24T05:38:04Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=6c0f86943e9ebba5aa281772e01559773e0c1234'/>
<id>urn:sha1:6c0f86943e9ebba5aa281772e01559773e0c1234</id>
<content type='text'>
On Cygwin we have to use git-archive.exe as the target, otherwise
running 'make dist' does not compile git-archive in the current
directory.  That may cause 'make dist' to fail on a clean source
tree that has never been built before.

Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Add a missing dependency on http.h</title>
<updated>2008-01-26T18:52:40Z</updated>
<author>
<name>Mike Hommey</name>
<email>mh@glandium.org</email>
</author>
<published>2008-01-26T12:19:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=923e3ec84a4e792ca277aac08e52ec2f9b47a8eb'/>
<id>urn:sha1:923e3ec84a4e792ca277aac08e52ec2f9b47a8eb</id>
<content type='text'>
Signed-off-by: Mike Hommey &lt;mh@glandium.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Makefile: customization for supporting HP-UX</title>
<updated>2008-01-25T05:58:53Z</updated>
<author>
<name>Robert Schiele</name>
<email>rschiele@gmail.com</email>
</author>
<published>2008-01-24T18:35:20Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=81cc66a526b4d6c74ab7165d13718263c53210ea'/>
<id>urn:sha1:81cc66a526b4d6c74ab7165d13718263c53210ea</id>
<content type='text'>
Signed-off-by: Robert Schiele &lt;rschiele@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>pre-POSIX.1-2001 systems do not have &lt;sys/select.h&gt;</title>
<updated>2008-01-24T22:01:28Z</updated>
<author>
<name>Robert Schiele</name>
<email>rschiele@gmail.com</email>
</author>
<published>2008-01-24T18:34:46Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=2600973f2c565792b71e3aed62c40efb09e08c6e'/>
<id>urn:sha1:2600973f2c565792b71e3aed62c40efb09e08c6e</id>
<content type='text'>
POSIX.1-2001 has declaration of select(2) in &lt;sys/select.h&gt;, but
in the previous version of SUS, it was declared in &lt;sys/time.h&gt;
(which is already included in git-compat-util.h).

This introduces NO_SYS_SELECT_H macro in the Makefile to be set
on older systems, to skip inclusion of &lt;sys/select.h&gt; that does
not exist on them.

We could check _POSIX_VERSION with 200112L and do this
automatically, but earlier it was reported that the approach
does not work well on some vintage of HP-UX.  Other systems may
get _POSIX_VERSION itself wrong.  At least for now, this manual
configuration is safer.

Signed-off-by: Robert Schiele &lt;rschiele@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Move sha1_file_to_archive into libgit</title>
<updated>2008-01-18T20:33:50Z</updated>
<author>
<name>Lars Hjemli</name>
<email>hjemli@gmail.com</email>
</author>
<published>2008-01-14T16:36:34Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=181256442ec1b09d0095e009922e109aa0a4af5e'/>
<id>urn:sha1:181256442ec1b09d0095e009922e109aa0a4af5e</id>
<content type='text'>
When the specfile (export-subst) attribute was introduced, it added a
dependency from archive-{tar|zip}.c to builtin-archive.c. This broke the
support for archive-operations in libgit.a since builtin-archive.o doesn't
belong in libgit.a.

This patch moves the functions required by libgit.a from builtin-archive.c
to the new file archive.c (which becomes part of libgit.a).

Signed-off-by: Lars Hjemli &lt;hjemli@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>autoconf: Add checking for unsetenv function</title>
<updated>2008-01-18T07:35:36Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2008-01-18T01:03:51Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=bfa8fccf477ed2567b035f1c6a3cb2b74ec4ef67'/>
<id>urn:sha1:bfa8fccf477ed2567b035f1c6a3cb2b74ec4ef67</id>
<content type='text'>
Update configure.ac (and config.mak.in) by adding test for unsetenv
(NO_UNSETENV).  Add comment about NO_UNSETENV to Makefile header, as
original commit 731043fd adding compat/unsetenv.c didn't do that.

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Officially deprecate repo-config.</title>
<updated>2008-01-18T06:52:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-01-18T06:52:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=5c66d0d4580196094e80c552f141525759a8e249'/>
<id>urn:sha1:5c66d0d4580196094e80c552f141525759a8e249</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Fix git-rerere documentation</title>
<updated>2008-01-15T00:14:29Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-01-14T23:10:38Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=11c57e6a9a0f31f970701a673adaa1826f502fa0'/>
<id>urn:sha1:11c57e6a9a0f31f970701a673adaa1826f502fa0</id>
<content type='text'>
rerere.enabled is _not_ on by default.  The command is enabled if rr-cache
exists even when rerere.enabled is missing, and enabled or disabled by
explicitly setting the rerere.enabled variable.
</content>
</entry>
<entry>
<title>parse-options: Add a gitcli(5) man page.</title>
<updated>2007-12-22T18:26:08Z</updated>
<author>
<name>Pierre Habouzit</name>
<email>madcoder@debian.org</email>
</author>
<published>2007-12-13T10:20:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=2f7ee089dff6e9225dbfca2bdd23efe93e1c0740'/>
<id>urn:sha1:2f7ee089dff6e9225dbfca2bdd23efe93e1c0740</id>
<content type='text'>
This page should hold every information about the git ways to parse command
lines, and best practices to be used for scripting.

Signed-off-by: Pierre Habouzit &lt;madcoder@debian.org&gt;
</content>
</entry>
<entry>
<title>Fix git-instaweb breakage on MacOS X due to the limited sed functionality</title>
<updated>2007-12-19T22:59:19Z</updated>
<author>
<name>Charles Bailey</name>
<email>charles@hashpling.org</email>
</author>
<published>2007-12-19T12:25:27Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=c5699693638d0471bf74425238d802d2bc9e8c0f'/>
<id>urn:sha1:c5699693638d0471bf74425238d802d2bc9e8c0f</id>
<content type='text'>
git-instaweb relied on a pipe in a sed script, but this is not supported
by MacOS X sed when using BREs.  git-instaweb relies on a working perl
in any case, and perl re are more consistent between platforms, so
replace sed invocation with an equivalent perl invocation.

Also, fix the documented -b "" to work without giving a spurious 'command
not found' error.

Signed-off-by: Charles Bailey &lt;charles@hashpling.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
