<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git/entry.c, branch v1.0rc6</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.0rc6</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.0rc6'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2005-10-05T00:04:44Z</updated>
<entry>
<title>Return error when not checking out an entry due to dirtiness.</title>
<updated>2005-10-05T00:04:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-03T19:44:48Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=4b12dae69a41471e7c8139de26c1135f7ecccbd8'/>
<id>urn:sha1:4b12dae69a41471e7c8139de26c1135f7ecccbd8</id>
<content type='text'>
Without -f flag, 'git-checkout-index foo.c' issued an error message
when foo.c already existed in the working tree and did not match index.
However it did not return an error from the underlying checkout_entry()
function and resulted in a successful exit(0).

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>Fix replacing of a directory with a file/symlink in git-checkout-cache</title>
<updated>2005-07-14T16:58:45Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-14T16:58:45Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=d48a72f337fa8edfb7a09e620e75cbbb2a5fe836'/>
<id>urn:sha1:d48a72f337fa8edfb7a09e620e75cbbb2a5fe836</id>
<content type='text'>
The symlink case had never worked, and the file case was broken by the
O_EXCL change because the error return changed from EISDIR to EEXIST.

Fix both problems by just moving the test for an existing directory to a
more logical place.
</content>
</entry>
<entry>
<title>Make "git-checkout" create files with O_EXCL</title>
<updated>2005-07-14T00:27:48Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-14T00:27:48Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=2408cff9f738459019709c8c12d0bd8a5605566f'/>
<id>urn:sha1:2408cff9f738459019709c8c12d0bd8a5605566f</id>
<content type='text'>
We should always have unlinked any old ones before, but this just makes
sure that we never over-write any old file.

A quick "grep" now shows that all the core tools that open files for
writing use O_EXCL, ie we never overwrite an existing file in place.
</content>
</entry>
<entry>
<title>[PATCH] Let umask do its work upon filesystem object creation.</title>
<updated>2005-07-06T17:39:59Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-07-06T08:21:46Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=f312de018b48853d166040908b0ba2bf666e26c1'/>
<id>urn:sha1:f312de018b48853d166040908b0ba2bf666e26c1</id>
<content type='text'>
IIRC our strategy was to let the users' umask take care of the
final mode bits.  This patch fixes places that deviate from it.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Fix entry.c dependency and compile problem</title>
<updated>2005-06-06T06:15:40Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-06T06:15:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=6ee67f2610d0060bee45eee0b83fe42143441589'/>
<id>urn:sha1:6ee67f2610d0060bee45eee0b83fe42143441589</id>
<content type='text'>
Bad Linus.
</content>
</entry>
<entry>
<title>Make fiel checkout function available to the git library</title>
<updated>2005-06-06T04:59:54Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-06T04:59:54Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=12dccc165400beae564d2357ce86c71937e5cdc0'/>
<id>urn:sha1:12dccc165400beae564d2357ce86c71937e5cdc0</id>
<content type='text'>
The merge stuff will want it soon, and we don't want to
duplicate all the work..
</content>
</entry>
</feed>
