<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.5.0.1</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.5.0.1</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.5.0.1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2007-02-19T00:18:43Z</updated>
<entry>
<title>GIT 1.5.0.1</title>
<updated>2007-02-19T00:18:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-02-19T00:18:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4bc94d289221e16cccbc72f73b3b5b1de0b822c5'/>
<id>urn:sha1:4bc94d289221e16cccbc72f73b3b5b1de0b822c5</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Documentation/i18n.txt: it is i18n.commitencoding not core.commitencoding</title>
<updated>2007-02-18T23:58:20Z</updated>
<author>
<name>Fredrik Kuivinen</name>
<email>frekui@gmail.com</email>
</author>
<published>2007-02-18T09:36:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=38eb9329babb49e5bed52f4e2a577ac01c8d2fcb'/>
<id>urn:sha1:38eb9329babb49e5bed52f4e2a577ac01c8d2fcb</id>
<content type='text'>
Similarly for i18n.logoutputencoding.

Signed-off-by: Fredrik Kuivinen &lt;frekui@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Read the config in rev-list</title>
<updated>2007-02-18T23:58:08Z</updated>
<author>
<name>Fredrik Kuivinen</name>
<email>frekui@gmail.com</email>
</author>
<published>2007-02-18T09:36:22Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=256c3fe6c71bfe5899dec7bc4b49fe148b4d3884'/>
<id>urn:sha1:256c3fe6c71bfe5899dec7bc4b49fe148b4d3884</id>
<content type='text'>
Otherwise "git rev-list --header HEAD" will not do the right
thing if i18n.commitencoding is set.

Signed-off-by: Fredrik Kuivinen &lt;frekui@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Update draft release notes for 1.5.0.1</title>
<updated>2007-02-18T00:15:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-02-17T23:47:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=21b4875a51dd9aae68a1c4932d54cad9fc589401'/>
<id>urn:sha1:21b4875a51dd9aae68a1c4932d54cad9fc589401</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge git://git.kernel.org/pub/scm/gitk/gitk into maint</title>
<updated>2007-02-18T00:13:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-02-18T00:13:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=460ca302fdf453459850676c049ed7b46b43a0d4'/>
<id>urn:sha1:460ca302fdf453459850676c049ed7b46b43a0d4</id>
<content type='text'>
* git://git.kernel.org/pub/scm/gitk/gitk:
  Make gitk save and restore window pane position on Linux and Cygwin.
  Make gitk save and restore the user set window position.
  [PATCH] gitk: Use show-ref instead of ls-remote
  [PATCH] Make gitk work reasonably well on Cygwin.
  [PATCH] gitk - remove trailing whitespace from a few lines.
  Change git repo-config to git config
</content>
</entry>
<entry>
<title>Convert update-index references in docs to add.</title>
<updated>2007-02-17T18:20:27Z</updated>
<author>
<name>Shawn O. Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2007-02-17T09:43:42Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d7f078b8b92b1a29f9dd62c2c470fa51e15e2ffa'/>
<id>urn:sha1:d7f078b8b92b1a29f9dd62c2c470fa51e15e2ffa</id>
<content type='text'>
Since `git add` is the approved porcelain for an end-user to invoke
when they want to manipulate the index, porcelain documentation
should steer the user to this command rather than the pure plumbing
update-index.

Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Attempt to improve git-rebase lead-in description.</title>
<updated>2007-02-17T18:08:21Z</updated>
<author>
<name>Shawn O. Pearce</name>
<email>spearce@spearce.org</email>
</author>
<published>2007-02-17T09:31:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5ca2db53763ed93a75de7ddbda753fc09327d7aa'/>
<id>urn:sha1:5ca2db53763ed93a75de7ddbda753fc09327d7aa</id>
<content type='text'>
It was mentioned on #git this morning that the lead-in description
of git-rebase is very confusing.  Too many branch this and branch
that in a very short run of text.

This new description attempts to walk the user through the command
syntax, while also describing exactly what git-rebase is doing to
their repository.

Signed-off-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Do not take mode bits from index after type change.</title>
<updated>2007-02-17T06:56:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-02-17T06:43:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=185c975faaa790a98a4e00f124461473283500d6'/>
<id>urn:sha1:185c975faaa790a98a4e00f124461473283500d6</id>
<content type='text'>
When we do not trust executable bit from lstat(2), we copied
existing ce_mode bits without checking if the filesystem object
is a regular file (which is the only thing we apply the "trust
executable bit" business) nor if the blob in the index is a
regular file (otherwise, we should do the same as registering a
new regular file, which is to default non-executable).

Noticed by Johannes Sixt.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-blame: prevent argument parsing segfault</title>
<updated>2007-02-17T05:39:21Z</updated>
<author>
<name>Tommi Kyntola</name>
<email>tommi.kyntola@ray.fi</email>
</author>
<published>2007-02-16T08:50:58Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f44213258de3fbef932f9c655213202f69dccc80'/>
<id>urn:sha1:f44213258de3fbef932f9c655213202f69dccc80</id>
<content type='text'>
The 3rd branch in builtin-blame.c should also check for lacking
arguments.  Running that in top dir does not trigger the problem
because the 'prefix' is NULL.

Signed-off-by: Tommi Kyntola &lt;tommi.kyntola@ray.fi&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-merge: minor fix for no_trivial_merge_strategies.</title>
<updated>2007-02-16T23:08:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-02-16T23:08:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=de6f0def506935811384a39fb0660095f5555e68'/>
<id>urn:sha1:de6f0def506935811384a39fb0660095f5555e68</id>
<content type='text'>
The shell loop to determine if we should skip the trivial
in-index merge stage based on what strategy is given was not
prepared to have more than one strategy listed in the variable
$no_trivial_merge_strategies.

This does not trigger unless you use a modified git but the fix
is simple and straightforward, so let's fix it before 1.5.0.1.

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