<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-commit.sh, branch v1.0rc6</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.0rc6</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.0rc6'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2005-12-14T10:53:43Z</updated>
<entry>
<title>Trivial usage string clean-up</title>
<updated>2005-12-14T10:53:43Z</updated>
<author>
<name>freku045@student.liu.se</name>
<email>freku045@student.liu.se</email>
</author>
<published>2005-12-13T22:30:31Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=806f36d4d7caf75b6d3e098cb0353d85d3477c7d'/>
<id>urn:sha1:806f36d4d7caf75b6d3e098cb0353d85d3477c7d</id>
<content type='text'>
Signed-off-by: Fredrik Kuivinen &lt;freku045@student.liu.se&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-sh-setup: die if outside git repository.</title>
<updated>2005-11-25T21:49:17Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-24T08:12:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ae2b0f15180d4b044828c836bcab6a990efa5c8e'/>
<id>urn:sha1:ae2b0f15180d4b044828c836bcab6a990efa5c8e</id>
<content type='text'>
Now all the users of this script detect its exit status and die,
complaining that it is outside git repository.  So move the code
that dies from all callers to git-sh-setup script.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Prevent "git-commit -a path1 path2..."</title>
<updated>2005-11-25T21:33:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-25T21:33:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f678dd180a037283decb76201b537dca24de848f'/>
<id>urn:sha1:f678dd180a037283decb76201b537dca24de848f</id>
<content type='text'>
When you want to create a partial commit, giving -a by mistake
would ignore the given path.  Prevent it.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Do not lose author name information to locale gotchas.</title>
<updated>2005-11-11T08:37:34Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-11T07:34:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e3e291fc07b49b74bb655ca854bdb19e849e044c'/>
<id>urn:sha1:e3e291fc07b49b74bb655ca854bdb19e849e044c</id>
<content type='text'>
I noticed format-patch loses authorship information of Lukas' patch
when I run git tools with LC_LANG set to ja_JP.  It turns out that
the sed script to set environment variables were not working on his
name (encoded in UTF-8), which is unfortunate but technically correct.

Force sed invocation under C locale because we always want literal byte
semantics.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Do not put automatic merge message after signed-off-by line.</title>
<updated>2005-11-02T06:01:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-11-02T06:01:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e5215804ded0102f6d6f3d694374ae5e106fd9c0'/>
<id>urn:sha1:e5215804ded0102f6d6f3d694374ae5e106fd9c0</id>
<content type='text'>
'git-commit -s' after a failed automerge inserted the automerge
message in a wrong place.  The signed-off-by line should come
last.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>update usage string for git-commit.sh</title>
<updated>2005-10-29T05:21:29Z</updated>
<author>
<name>c.shoemaker@cox.net</name>
<email>c.shoemaker@cox.net</email>
</author>
<published>2005-10-29T04:16:12Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0363ecf6414e75d4423814ba930f67edaef91683'/>
<id>urn:sha1:0363ecf6414e75d4423814ba930f67edaef91683</id>
<content type='text'>
Signed-off-by: Chris Shoemaker &lt;c.shoemaker at cox.net&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Teach git-add and git-commit to handle filenames starting with '-'.</title>
<updated>2005-10-18T07:27:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-18T07:27:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4bfe1199eabb41eb1f1d67f4ee24df028eb21300'/>
<id>urn:sha1:4bfe1199eabb41eb1f1d67f4ee24df028eb21300</id>
<content type='text'>
Recent '--' fixes to "git diff" by Linus made it possible to specify
filenames that start with '-'.  But in order to do that, you need to
be able to add and commit such file to begin with.

Teach git-add and git-commit to honor the same '--' convention.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Write .editmsg in GIT_DIR to avoid being in git-status.</title>
<updated>2005-10-10T00:30:19Z</updated>
<author>
<name>Santi_Béjar</name>
<email>sbejar@gmail.com</email>
</author>
<published>2005-10-10T00:30:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f8e2c54c9a17af3319e96db1d9e97ace36ae6831'/>
<id>urn:sha1:f8e2c54c9a17af3319e96db1d9e97ace36ae6831</id>
<content type='text'>
It appears in the git-status output during a git-commit if you have
something in info/exclude.

Also for .cmitmsg and .cmitchk to make git-commit work
in read-only working trees.

[jc: while we are at it, I removed the use of .cmitchk temporary
     file which was not necessary, and renamed them -- they are out
     of way now and do not have to be dotfiles anymore.]

Signed-off-by: Santi Béjar &lt;sbejar@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] Quote the missing GIT_DIR.</title>
<updated>2005-10-05T18:23:23Z</updated>
<author>
<name>Santi_Béjar</name>
<email>sbejar@gmail.com</email>
</author>
<published>2005-10-05T16:58:10Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=df34297af1fe5da786e41bd2fee58e10dd810cc4'/>
<id>urn:sha1:df34297af1fe5da786e41bd2fee58e10dd810cc4</id>
<content type='text'>
Signed-off-by: Santi Béjar &lt;sbejar@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Leave an empty line between log and sign-off.</title>
<updated>2005-10-04T06:49:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-04T06:49:46Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f6413391b1f193cda54c0e4725ac28c9c4883ccc'/>
<id>urn:sha1:f6413391b1f193cda54c0e4725ac28c9c4883ccc</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
