<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/commit-tree.c, branch gitk-resize-error</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=gitk-resize-error</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=gitk-resize-error'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2006-05-23T20:11:12Z</updated>
<entry>
<title>Builtin git-commit-tree.</title>
<updated>2006-05-23T20:11:12Z</updated>
<author>
<name>Peter Eriksen</name>
<email>s022018@student.dtu.dk</email>
</author>
<published>2006-05-23T12:15:33Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6d96ac18e52aca19ff1087ffa64e2d616cc75c6f'/>
<id>urn:sha1:6d96ac18e52aca19ff1087ffa64e2d616cc75c6f</id>
<content type='text'>
Signed-off-by: Peter Eriksen &lt;s022018@student.dtu.dk&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Separate object name errors from usage errors</title>
<updated>2006-05-08T23:25:33Z</updated>
<author>
<name>Dmitry V. Levin</name>
<email>ldv@altlinux.org</email>
</author>
<published>2006-05-08T21:43:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=31fff305bcc6db3b8082eac7fc9e441b27964fea'/>
<id>urn:sha1:31fff305bcc6db3b8082eac7fc9e441b27964fea</id>
<content type='text'>
Separate object name errors from usage errors.

Signed-off-by: Dmitry V. Levin &lt;ldv@altlinux.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>commit-tree.c: check_valid() microoptimization.</title>
<updated>2006-04-26T23:55:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-04-26T23:55:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5981e09999e90b389a02843671529a0faaf72143'/>
<id>urn:sha1:5981e09999e90b389a02843671529a0faaf72143</id>
<content type='text'>
There is no point reading the whole object just to make sure it exists and
it is of the expected type.  We added sha1_object_info() for such need
after this code was written, so use it.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Use blob_, commit_, tag_, and tree_type throughout.</title>
<updated>2006-04-04T07:11:19Z</updated>
<author>
<name>Peter Eriksen</name>
<email>s022018@student.dtu.dk</email>
</author>
<published>2006-04-02T12:44:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8e4402592574d630cdb5ab4f55a1b7131802ff72'/>
<id>urn:sha1:8e4402592574d630cdb5ab4f55a1b7131802ff72</id>
<content type='text'>
This replaces occurences of "blob", "commit", "tag", and "tree",
where they're really used as type specifiers, which we already
have defined global constants for.

Signed-off-by: Peter Eriksen &lt;s022018@student.dtu.dk&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>commit-tree: check return value from write_sha1_file()</title>
<updated>2006-03-25T06:23:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-03-25T06:23:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7561d9f54412fcf443ebb28040bad67cd054a986'/>
<id>urn:sha1:7561d9f54412fcf443ebb28040bad67cd054a986</id>
<content type='text'>
... found by Matthias Kestenholz.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Delay "empty ident" errors until they really matter.</title>
<updated>2006-02-19T04:31:05Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-02-19T04:31:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=749be728d469e9a0acfdc020feff17c2da510083'/>
<id>urn:sha1:749be728d469e9a0acfdc020feff17c2da510083</id>
<content type='text'>
Previous one warned people upfront to encourage fixing their
environment early, but some people just use repositories and git
tools read-only without making any changes, and in such a case
there is not much point insisting on them having a usable ident.

This round attempts to move the error until either "git-var"
asks for the ident explicitly or "commit-tree" wants to use it.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>call git_config() after setup_git_directory()</title>
<updated>2006-02-09T22:41:39Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-02-09T22:41:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ce1610ead63221738225c415300f3d32620ced04'/>
<id>urn:sha1:ce1610ead63221738225c415300f3d32620ced04</id>
<content type='text'>
If you call setup_git_directory() to work from a subdirectory,
that should be run first before running git_config().  Otherwise
you would not read the configuration file from the correct place.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Make the rest of commands work from a subdirectory.</title>
<updated>2005-11-29T07:13:02Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-26T08:50:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=53228a5fb8e80f87803e4a3ba8ed25b70fb4871d'/>
<id>urn:sha1:53228a5fb8e80f87803e4a3ba8ed25b70fb4871d</id>
<content type='text'>
These commands are converted to run from a subdirectory.

    commit-tree convert-objects merge-base merge-index mktag
    pack-objects pack-redundant prune-packed read-tree tar-tree
    unpack-file unpack-objects update-server-info write-tree

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Remove unused include.</title>
<updated>2005-10-18T22:41:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-18T22:41:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5e5f8091e5c9b4f09ad4019c8fddbf25fd2ccbe9'/>
<id>urn:sha1:5e5f8091e5c9b4f09ad4019c8fddbf25fd2ccbe9</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Unlocalized isspace and friends</title>
<updated>2005-10-15T00:17:27Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@osdl.org</email>
</author>
<published>2005-10-13T18:03:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4546738b58a0134eef154231b07d60fc174d56e3'/>
<id>urn:sha1:4546738b58a0134eef154231b07d60fc174d56e3</id>
<content type='text'>
Do our own ctype.h, just to get the sane semantics: we want
locale-independence, _and_ we want the right signed behaviour. Plus we
only use a very small subset of ctype.h anyway (isspace, isalpha,
isdigit and isalnum).

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