<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git/templates, branch v1.0rc1</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.0rc1</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.0rc1'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2005-11-08T16:58:52Z</updated>
<entry>
<title>Clean build annoyance.</title>
<updated>2005-11-08T16:58:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-08T16:58:52Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=f8d294f0a44c4305a9f3a1c70beb6a1c7583f287'/>
<id>urn:sha1:f8d294f0a44c4305a9f3a1c70beb6a1c7583f287</id>
<content type='text'>
As Pasky pointed out, building in templates directory showed
list of built template files which was unneeded.  This commit
also fixes another build annoyance I recently left in by
accident.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Add new programs and stamp file to .gitignore.</title>
<updated>2005-10-15T00:13:49Z</updated>
<author>
<name>Tom Prince</name>
<email>tom.prince@ualberta.net</email>
</author>
<published>2005-10-15T00:13:49Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=01eea6f355f35098cc5038e94622e30ed31a9267'/>
<id>urn:sha1:01eea6f355f35098cc5038e94622e30ed31a9267</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>Deal with $(bindir) and friends with whitespaces.</title>
<updated>2005-10-10T20:51:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-10T20:50:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=4769948afe7c502d37746edc2ee2c084c9dcb325'/>
<id>urn:sha1:4769948afe7c502d37746edc2ee2c084c9dcb325</id>
<content type='text'>
... using HPA's shellquote macro.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Make sure 'make install' does not have to rebuild templates.</title>
<updated>2005-10-09T09:58:35Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-09T01:01:24Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=8c51242873d63cfaf87fa2e2e407198a6ad2c3d0'/>
<id>urn:sha1:8c51242873d63cfaf87fa2e2e407198a6ad2c3d0</id>
<content type='text'>
The dependency rule in templates directory forced 'make install'
that immediately followed 'make all' to rebuild boilerplates.
This was problematic for a workflow that built first as yourself
and then installed as root, from a working tree that is on an
NFS mounted filesystem that is unwritable by root.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Solaris: give a bit more built-in defaults.</title>
<updated>2005-09-24T18:26:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-23T17:41:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=229a7ed7ab3111b99fe6fb05c50c6687ae64c2b1'/>
<id>urn:sha1:229a7ed7ab3111b99fe6fb05c50c6687ae64c2b1</id>
<content type='text'>
Taking the make command line Peter Eriksen uses, give defaults
to SHELL_PATH, TAR, CURLDIR, NO_STRCASESTR, and INSTALL.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Big tool rename.</title>
<updated>2005-09-08T00:45:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-08T00:26:23Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=215a7ad1ef790467a4cd3f0dcffbd6e5f04c38f7'/>
<id>urn:sha1:215a7ad1ef790467a4cd3f0dcffbd6e5f04c38f7</id>
<content type='text'>
As promised, this is the "big tool rename" patch.  The primary differences
since 0.99.6 are:

  (1) git-*-script are no more.  The commands installed do not
      have any such suffix so users do not have to remember if
      something is implemented as a shell script or not.

  (2) Many command names with 'cache' in them are renamed with
      'index' if that is what they mean.

There are backward compatibility symblic links so that you and
Porcelains can keep using the old names, but the backward
compatibility support  is expected to be removed in the near
future.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>scripts: equality test '==' is not portable.</title>
<updated>2005-09-02T17:53:15Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-02T17:53:15Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=86b13da46cd710a45a89968880c691452d5b70b4'/>
<id>urn:sha1:86b13da46cd710a45a89968880c691452d5b70b4</id>
<content type='text'>
On NetBSD 3 we trigger an error:

    [: ==: unexpected operator

Double-equal is accepted by bash built-in '[' and bash(1) suggests
using '=' for strict POSIX compliance (test(1) from coreutils does not
mention '==').  Eradicate their uses everywhere.

[jc: Somebody with a pseudonym kindly sent a message to let
 me know about the problem privately; I do not have access to a NetBSD
 box.]

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] git bugfixes and cleanups, mainly Debian things</title>
<updated>2005-08-26T19:54:27Z</updated>
<author>
<name>Tommi Virtanen</name>
<email>tv@debian.org</email>
</author>
<published>2005-08-26T11:00:05Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=c68e10b197404a4af0e7b59b5be4167d214b08da'/>
<id>urn:sha1:c68e10b197404a4af0e7b59b5be4167d214b08da</id>
<content type='text'>
Ignore generated files.

Signed-off-by: Tommi Virtanen &lt;tv@debian.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Use .git/remote/origin, not .git/branches/origin.</title>
<updated>2005-08-24T23:50:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-08-20T10:05:42Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=6687f8fea22e1e43ab163a8fe180155a0a0a956a'/>
<id>urn:sha1:6687f8fea22e1e43ab163a8fe180155a0a0a956a</id>
<content type='text'>
Now multi-head fetch is complete, let's migrate the
default configuration for new repositories created with
the "git clone" command.

The original $GIT_DIR/branches is not deprecated yet, but create
remotes directory by default from the templates as well.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Fix git-commit-script to output on stderr when -v fails</title>
<updated>2005-08-20T17:54:27Z</updated>
<author>
<name>Marco Costalba</name>
<email>mcostalba@yahoo.it</email>
</author>
<published>2005-08-20T16:02:16Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=b909a15edef8c79b2b045bd90d25e19ea58f299c'/>
<id>urn:sha1:b909a15edef8c79b2b045bd90d25e19ea58f299c</id>
<content type='text'>
When git-commit-script is called with -v option and
verify test fails result is print on stdout
instead of stderr.

[jc: The original patch from Marco updated git-commit-script that
still had the piece of code in question, which has been moved to
an example hook script on its own, so I transplanted the patch to
that new file instead.]

Signed-off-by: Marco Costalba &lt;mcostalba@yahoo.it&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
