<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/git-commit.sh, branch v1.5.3-rc2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.5.3-rc2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.5.3-rc2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2007-07-14T08:07:44Z</updated>
<entry>
<title>Remove useless uses of cat, and replace with filename arguments</title>
<updated>2007-07-14T08:07:44Z</updated>
<author>
<name>Josh Triplett</name>
<email>josh@freedesktop.org</email>
</author>
<published>2007-07-14T08:05:43Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9d6f220cc8ffbd71b4c68765b52c3a7c41dd729b'/>
<id>urn:sha1:9d6f220cc8ffbd71b4c68765b52c3a7c41dd729b</id>
<content type='text'>
Replace uses of cat that do nothing but writing the contents of
a single file to another command via pipe.

[jc: Original patch from Josh was somewhat buggy and rewrote
"cat $file | wc -l" to "wc -l $file", but this one should be Ok.]

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-commit: don't add multiple Signed-off-by: from the same identity</title>
<updated>2007-07-09T01:24:19Z</updated>
<author>
<name>Gerrit Pape</name>
<email>pape@smarden.org</email>
</author>
<published>2007-07-06T14:42:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a7342913e21a96597f38ce0b48e3093c9739df1f'/>
<id>urn:sha1:a7342913e21a96597f38ce0b48e3093c9739df1f</id>
<content type='text'>
If requested to signoff a commit, don't add another Signed-off-by: line
to the commit message if the exact same line is already there.

This was noticed and requested by Josh Triplett through
 http://bugs.debian.org/430851

Signed-off-by: Gerrit Pape &lt;pape@smarden.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Enable "git rerere" by the config variable rerere.enabled</title>
<updated>2007-07-07T05:39:15Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2007-07-06T12:05:59Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b4372ef136b0a5a2c1dbd88a11dd72b478d0e0a5'/>
<id>urn:sha1:b4372ef136b0a5a2c1dbd88a11dd72b478d0e0a5</id>
<content type='text'>
Earlier, "git rerere" was enabled by creating the directory
.git/rr-cache.  That is definitely not in line with most other
features, which are enabled by a config variable.

So, check the config variable "rerere.enabled". If it is set
to "false" explicitely, do not activate rerere, even if
.git/rr-cache exists. This should help when you want to disable
rerere temporarily.

If "rerere.enabled" is not set at all, fall back to detection
of the directory .git/rr-cache.

[jc: with minimum tweaks]

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>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>
</feed>
