<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/git.git, branch v1.0rc6</title>
<subtitle>Git
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.0rc6</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/atom?h=v1.0rc6'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/'/>
<updated>2005-12-15T01:30:03Z</updated>
<entry>
<title>GIT 0.99.9n aka 1.0rc6</title>
<updated>2005-12-15T01:30:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-15T01:30:03Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=1ed91937e5cd59fdbdfa5f15f6fac132d2b21ce0'/>
<id>urn:sha1:1ed91937e5cd59fdbdfa5f15f6fac132d2b21ce0</id>
<content type='text'>
Oh, I hate to do this but I ended up merging big usage string
cleanups from Fredrik, git-am enhancements that made a lot of
sense for non mbox users from HPA, and rebase changes (done
independently by me and Lukas) among other things, so git is
still in perpetual state of 1.0rc.  1.0 will probably be next
Wednesday, but who knows.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git rebase loses author name/email if given bad email address</title>
<updated>2005-12-15T01:04:47Z</updated>
<author>
<name>Amos Waterland</name>
<email>apw@us.ibm.com</email>
</author>
<published>2005-12-14T22:48:19Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=294c695d8cfbcf95a5c33fc6ba386f496964defb'/>
<id>urn:sha1:294c695d8cfbcf95a5c33fc6ba386f496964defb</id>
<content type='text'>
If GIT_AUTHOR_EMAIL is of a certain form, `git rebase master' will blow
away the author name and email when fast-forward merging commits.  I
have not tracked it down, but here is a testcase that demonstrates the
behavior.

Signed-off-by: Amos Waterland &lt;apw@us.ibm.com&gt;
Acked-by: Michal Ostrowski &lt;mostrows@watson.ibm.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Bugfixes for git-rebase</title>
<updated>2005-12-15T01:02:03Z</updated>
<author>
<name>Lukas Sandström</name>
<email>lukass@etek.chalmers.se</email>
</author>
<published>2005-12-14T23:36:35Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=32d9954478734da4062cf2ffc2faf2d057e47fb6'/>
<id>urn:sha1:32d9954478734da4062cf2ffc2faf2d057e47fb6</id>
<content type='text'>
Fix bugs in git-rebase wrt rebasing another branch than
the current HEAD, rebasing with a dirty working dir,
and rebasing a proper decendant of the target branch.

[jc: with a bit of hand-merging]

Signed-off-by: Lukas Sandström &lt;lukass@etek.chalmers.se&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>mailinfo and git-am: allow "John Doe &lt;johndoe&gt;"</title>
<updated>2005-12-15T00:31:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-15T00:31:06Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=e0e3ba208d235ab5623a86204fbd20b449520764'/>
<id>urn:sha1:e0e3ba208d235ab5623a86204fbd20b449520764</id>
<content type='text'>
An isolated developer could have a local-only e-mail, which will
be stripped out by mailinfo because it lacks '@'.  Define a
fallback parser to accomodate that.

At the same time, reject authorless patch in git-am.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>define MAXPATHLEN for hosts that don't support it</title>
<updated>2005-12-14T22:26:44Z</updated>
<author>
<name>Martin Atukunda</name>
<email>matlads@dsmagic.com</email>
</author>
<published>2005-12-13T12:21:34Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=252fef7149204d52ed4b46fd7e8ac8c803ceb0aa'/>
<id>urn:sha1:252fef7149204d52ed4b46fd7e8ac8c803ceb0aa</id>
<content type='text'>
[jc: Martin says syllable (www.syllable.org) wants this.]

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Do not let errors pass by unnoticed when running `make check'.</title>
<updated>2005-12-14T21:32:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-14T21:32:52Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=773b6339435ab3bddecb9b78e49720e22124b52a'/>
<id>urn:sha1:773b6339435ab3bddecb9b78e49720e22124b52a</id>
<content type='text'>
[jc: originally from Amos Waterland.]

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'hold/am'</title>
<updated>2005-12-14T21:04:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-14T21:04:43Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=9a26dbd120110ad4e07d3047abc13d615183c8ec'/>
<id>urn:sha1:9a26dbd120110ad4e07d3047abc13d615183c8ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rebase: do not get confused in fast-forward situation.</title>
<updated>2005-12-14T21:04:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-14T11:11:37Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=2db8aaeca1dca4e940829b87d1164e5b42ff49b4'/>
<id>urn:sha1:2db8aaeca1dca4e940829b87d1164e5b42ff49b4</id>
<content type='text'>
When switching to another branch and rebasing it in a one-go, it
failed to update the variable that holds the branch head, and
did not detect fast-forward situation correctly.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'fk/usage'</title>
<updated>2005-12-14T21:01:01Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-14T21:01:01Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=b0d3e9baaa16c805ef941e8f26d55fb23f091ef5'/>
<id>urn:sha1:b0d3e9baaa16c805ef941e8f26d55fb23f091ef5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Documentation: topic branches</title>
<updated>2005-12-14T20:57:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-12-14T20:57:49Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/git.git/commit/?id=a4adf54d38ba49e58511aaafd18e99e6d3d4dabb'/>
<id>urn:sha1:a4adf54d38ba49e58511aaafd18e99e6d3d4dabb</id>
<content type='text'>
Recommend git over ssh direct to master.kernel.org, instead of
going over rsync to public machines, since this is meant to be a
procedure for kernel subsystem maintainers.

Also fix an obvious typo.

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