<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-commit-script, branch v0.99</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v0.99</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v0.99'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2005-07-08T17:57:21Z</updated>
<entry>
<title>Add "git-sh-setup-script" for common git shell script setup</title>
<updated>2005-07-08T17:57:21Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-07-08T17:57:21Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b33e9666082ce692e64ccfd688dc2a5075566f75'/>
<id>urn:sha1:b33e9666082ce692e64ccfd688dc2a5075566f75</id>
<content type='text'>
It sets up the normal git environment variables and a few helper
functions (currently just "die()"), and returns ok if it all looks like
a git archive.  So use it something like

	. git-sh-setup-script || die "Not a git archive"

to make the rest of the git scripts more careful and readable.
</content>
</entry>
<entry>
<title>[PATCH] git-commit-script: get commit message from an existing one.</title>
<updated>2005-06-25T23:52:16Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-06-25T09:22:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5fec3ef101c0f18bbf2400423dc70e686e9d25b0'/>
<id>urn:sha1:5fec3ef101c0f18bbf2400423dc70e686e9d25b0</id>
<content type='text'>
With -m flag specified, git-commit-script takes the commit
message along with author information from an existing commit.

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>Let "git commit" take arguments for files to commit.</title>
<updated>2005-06-21T04:20:41Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-21T04:20:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0795495388d703dc84110a9a7917dd6ec9516bb4'/>
<id>urn:sha1:0795495388d703dc84110a9a7917dd6ec9516bb4</id>
<content type='text'>
It does a "git-update-cache" on the arguments, meaning that you can
commit files without doing a separate "git-update-cache".  This commit
was done with

	git commit git-commit-script

for example.
</content>
</entry>
<entry>
<title>Make "git commit" clean up after itself</title>
<updated>2005-06-20T02:57:01Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-20T02:57:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=170241b7d1437e082c13a6f6b812eb827a7d48e0'/>
<id>urn:sha1:170241b7d1437e082c13a6f6b812eb827a7d48e0</id>
<content type='text'>
Noted by Jeff.
</content>
</entry>
<entry>
<title>Make "git commit" handle initial commits too</title>
<updated>2005-06-14T17:20:14Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-14T17:20:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=96069cf03aca672e93d862813f2e7f05c1c7ac72'/>
<id>urn:sha1:96069cf03aca672e93d862813f2e7f05c1c7ac72</id>
<content type='text'>
No need to confuse ex-CVS users with a complex initial commit sequence.
</content>
</entry>
<entry>
<title>Remove MERGE_HEAD after committing merge</title>
<updated>2005-06-08T20:44:32Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-08T20:44:32Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7f1d1129628c63f46aebe03afacdb2ab259ef2d6'/>
<id>urn:sha1:7f1d1129628c63f46aebe03afacdb2ab259ef2d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make "git commit" work correctly in the presense of a manual merge</title>
<updated>2005-06-08T20:33:15Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-06-08T20:33:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9c065315f70fb1086ef16fc37e72e3edbaf3e919'/>
<id>urn:sha1:9c065315f70fb1086ef16fc37e72e3edbaf3e919</id>
<content type='text'>
This has gotten only very light testing, but something like this is
clearly necessary and did the right thing for the one case I threw at
it.
</content>
</entry>
<entry>
<title>[PATCH] git: git-commit-script ignores $GIT_DIR</title>
<updated>2005-06-01T14:51:51Z</updated>
<author>
<name>Alexey Guzeev</name>
<email>aga@supplehost.com</email>
</author>
<published>2005-06-01T04:31:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ef6a46e6eaae5e70df8b7ef9d7ead66c3313027e'/>
<id>urn:sha1:ef6a46e6eaae5e70df8b7ef9d7ead66c3313027e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[PATCH] Buglets fix in the new two scripts</title>
<updated>2005-05-31T01:10:46Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-05-30T20:53:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2036d841020b7500eca7d568bd0c353b4fe73408'/>
<id>urn:sha1:2036d841020b7500eca7d568bd0c353b4fe73408</id>
<content type='text'>
Should be obvious...

 - Use $VISUAL, $EDITOR, in this order if set, and fall back on
   vi.

 - Status R, C, D, N usually are followed by number, so adjust
   case arms to that pattern.

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>Add "commit" helper script</title>
<updated>2005-05-30T19:51:00Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@ppc970.osdl.org</email>
</author>
<published>2005-05-30T19:51:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a3e870f2e2bcacc80d5b81d7b77c15a7928a9082'/>
<id>urn:sha1:a3e870f2e2bcacc80d5b81d7b77c15a7928a9082</id>
<content type='text'>
This is meant to make raw git not hugely less usable than something
like raw CVS. I want to make a 1.0 release of the plumbing, and the
actual commit part was just too intimidating.
</content>
</entry>
</feed>
