<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-commit.sh, branch v1.5.3-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.5.3-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.5.3-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2007-07-03T05:52:14Z</updated>
<entry>
<title>Rewrite "git-frotz" to "git frotz"</title>
<updated>2007-07-03T05:52:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-07-03T05:52:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5be60078c935ed08ee8eb5a32680bdfb6bb5bdf3'/>
<id>urn:sha1:5be60078c935ed08ee8eb5a32680bdfb6bb5bdf3</id>
<content type='text'>
This uses the remove-dashes target to replace "git-frotz" to "git frotz".

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Move the pick_author code to git-sh-setup</title>
<updated>2007-06-25T00:45:01Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2007-06-25T00:04:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0cae23467ada9b94210a0e770064841efea8ad40'/>
<id>urn:sha1:0cae23467ada9b94210a0e770064841efea8ad40</id>
<content type='text'>
At the moment, only git-commit uses that code, to pick the author name,
email and date from a given commit.

This code will be reused in git rebase --interactive.

Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>War on whitespace</title>
<updated>2007-06-07T07:04:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2007-06-07T07:04:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a6080a0a44d5ead84db3dabbbc80e82df838533d'/>
<id>urn:sha1:a6080a0a44d5ead84db3dabbbc80e82df838533d</id>
<content type='text'>
This uses "git-apply --whitespace=strip" to fix whitespace errors that have
crept in to our source files over time.  There are a few files that need
to have trailing whitespaces (most notably, test vectors).  The results
still passes the test, and build result in Documentation/ area is unchanged.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint-1.5.1' into maint</title>
<updated>2007-05-26T08:30:40Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-05-26T08:30:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d1c7c27ea3d9c92be2c7a9c5fc72ba5f228c424a'/>
<id>urn:sha1:d1c7c27ea3d9c92be2c7a9c5fc72ba5f228c424a</id>
<content type='text'>
* maint-1.5.1:
  Fix git-svn to handle svn not reporting the md5sum of a file, and test.
  More echo "$user_message" fixes.
  Add tests for the last two fixes.
  git-commit: use printf '%s\n' instead of echo on user-supplied strings
  git-am: use printf instead of echo on user-supplied strings
  Documentation: Add definition of "evil merge" to GIT Glossary
  Replace the last 'dircache's by 'index'
  Documentation: Clean up links in GIT Glossary
</content>
</entry>
<entry>
<title>git-commit: use printf '%s\n' instead of echo on user-supplied strings</title>
<updated>2007-05-26T07:23:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-05-26T05:00:54Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=293623edbc9488adbc71c2e0de1100b52cb193ac'/>
<id>urn:sha1:293623edbc9488adbc71c2e0de1100b52cb193ac</id>
<content type='text'>
This fixes the same issue git-am had, which was fixed by Jeff
King in the previous commit.  Cleverly enough, this commit's log
message is a good test case at the same time.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Display the subject of the commit just made.</title>
<updated>2007-04-16T08:06:00Z</updated>
<author>
<name>Michael S. Tsirkin</name>
<email>mst@dev.mellanox.co.il</email>
</author>
<published>2007-04-16T05:51:11Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c7263d4d3d75d177f0ad8a8a730e1e3b401488c7'/>
<id>urn:sha1:c7263d4d3d75d177f0ad8a8a730e1e3b401488c7</id>
<content type='text'>
Useful e.g. to figure out what I did from screen history,
or to make sure subject line is short enough and makes sense
on its own.

Signed-off-by: Michael S. Tsirkin &lt;mst@dev.mellanox.co.il&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-read-tree --index-output=&lt;file&gt;</title>
<updated>2007-04-04T06:44:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-04-01T06:27:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5e7f56ac33f7a5583f9fa4e0b6088709fea7a6f8'/>
<id>urn:sha1:5e7f56ac33f7a5583f9fa4e0b6088709fea7a6f8</id>
<content type='text'>
This corrects the interface mistake of the previous one, and
gives a command line parameter to the only plumbing command that
currently needs it: "git-read-tree".

We can add the calls to set_alternate_index_output() to other
plumbing commands that update the index if/when needed.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>_GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file.</title>
<updated>2007-04-04T06:44:32Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-04-01T06:09:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=30ca07a249744e57163c02250fca420cea364299'/>
<id>urn:sha1:30ca07a249744e57163c02250fca420cea364299</id>
<content type='text'>
When defined, this allows plumbing commands that update the
index (add, apply, checkout-index, merge-recursive, mv,
read-tree, rm, update-index, and write-tree) to write their
resulting index to an alternative index file while holding a
lock to the original index file.  With this, git-commit that
jumps the index does not have to make an extra copy of the index
file, and more importantly, it can do the update while holding
the lock on the index.

However, I think the interface to let an environment variable
specify the output is a mistake, as shown in the documentation.
If a curious user has the environment variable set to something
other than the file GIT_INDEX_FILE points at, almost everything
will break.  This should instead be a command line parameter to
tell these plumbing commands to write the result in the named
file, to prevent stupid mistakes.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint' to synchronize with 1.5.0.6</title>
<updated>2007-03-28T22:39:57Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-03-28T22:39:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0a98f9d13802880a68ce6564b9f47b1c3e3341c7'/>
<id>urn:sha1:0a98f9d13802880a68ce6564b9f47b1c3e3341c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>git-commit: "read-tree -m HEAD" is not the right way to read-tree quickly</title>
<updated>2007-03-28T10:34:55Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2007-03-28T10:05:08Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d3e41ebff44745055001e59e460509a8f04b81a2'/>
<id>urn:sha1:d3e41ebff44745055001e59e460509a8f04b81a2</id>
<content type='text'>
It still looks at the working tree and checks for locally
modified paths.  When are preparing a temporary index from HEAD,
we do not want any of that.

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