<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.5.4-rc5</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.5.4-rc5</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.5.4-rc5'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2008-01-27T06:48:03Z</updated>
<entry>
<title>GIT 1.5.4-rc5</title>
<updated>2008-01-27T06:48:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2008-01-27T02:39:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=bf5aeb150681ed743d317702eaf123c34b05c311'/>
<id>urn:sha1:bf5aeb150681ed743d317702eaf123c34b05c311</id>
<content type='text'>
Hopefully the last rc before the final...

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>pull --rebase: be cleverer with rebased upstream branches</title>
<updated>2008-01-27T02:24:24Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2008-01-26T18:04:37Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c85c79279df2c8a583d95449d1029baba41f8660'/>
<id>urn:sha1:c85c79279df2c8a583d95449d1029baba41f8660</id>
<content type='text'>
When the upstream branch is tracked, we can detect if that branch
was rebased since it was last fetched.  Teach git to use that
information to rebase from the old remote head onto the new remote head.

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>cvsserver: Fix for histories with multiple roots</title>
<updated>2008-01-27T01:58:18Z</updated>
<author>
<name>Steffen Prohaska</name>
<email>prohaska@zib.de</email>
</author>
<published>2008-01-26T09:54:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e509db990b2ecae642efe3cdef4014d57d525f24'/>
<id>urn:sha1:e509db990b2ecae642efe3cdef4014d57d525f24</id>
<content type='text'>
Git histories may have multiple roots, which can cause
git merge-base to fail and this caused git cvsserver to die.

This commit teaches git cvsserver to handle a failing git
merge-base gracefully, and modifies the test case to verify this.
All the test cases now use a history with two roots.

Signed-off-by: Steffen Prohaska &lt;prohaska@zib.de&gt;

 git-cvsserver.perl              |    9 ++++++++-
 t/t9400-git-cvsserver-server.sh |   10 +++++++++-
 2 files changed, 17 insertions(+), 2 deletions(-)
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>t9400-git-cvsserver-server: Wrap setup into test case</title>
<updated>2008-01-27T01:44:05Z</updated>
<author>
<name>Steffen Prohaska</name>
<email>prohaska@zib.de</email>
</author>
<published>2008-01-26T09:54:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7549376587ba5ffea973663f72804072d8f1d5dd'/>
<id>urn:sha1:7549376587ba5ffea973663f72804072d8f1d5dd</id>
<content type='text'>
It is preferable to have the test setup in a test case.  The
setup itself may fail and having it as a test case handles this
situation more gracefully.

Signed-off-by: Steffen Prohaska &lt;prohaska@zib.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: add a bit about sendemail.to configuration</title>
<updated>2008-01-26T18:59:07Z</updated>
<author>
<name>Mike Hommey</name>
<email>mh@glandium.org</email>
</author>
<published>2008-01-26T11:04:30Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ab8daa183638cea6238ec5949c99fefdcc29bd8c'/>
<id>urn:sha1:ab8daa183638cea6238ec5949c99fefdcc29bd8c</id>
<content type='text'>
While there is information about this in the configuration section, it was
missing in the options section.

Signed-off-by: Mike Hommey &lt;mh@glandium.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>parse-options: catch likely typo in presense of aggregated options.</title>
<updated>2008-01-26T18:53:31Z</updated>
<author>
<name>Pierre Habouzit</name>
<email>madcoder@debian.org</email>
</author>
<published>2008-01-26T11:26:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3a9f0f41db87e197708f84aeb2487bc983f99c9c'/>
<id>urn:sha1:3a9f0f41db87e197708f84aeb2487bc983f99c9c</id>
<content type='text'>
If options are aggregated, and that the whole token is an exact
prefix of a long option that is longer than 2 letters, reject
it.  This is to prevent a common typo:

	$ git commit -amend

to get interpreted as "commit all with message 'end'".

The typo check isn't performed if there is no aggregation,
because the stuck form is the recommended one.  If we have `-o`
being a valid short option that takes an argument, and --option
a long one, then we _MUST_ accept -option as "'o' option with
argument 'ption'", which is our official recommended form.

Signed-off-by: Pierre Habouzit &lt;madcoder@debian.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Add a missing dependency on http.h</title>
<updated>2008-01-26T18:52:40Z</updated>
<author>
<name>Mike Hommey</name>
<email>mh@glandium.org</email>
</author>
<published>2008-01-26T12:19:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=923e3ec84a4e792ca277aac08e52ec2f9b47a8eb'/>
<id>urn:sha1:923e3ec84a4e792ca277aac08e52ec2f9b47a8eb</id>
<content type='text'>
Signed-off-by: Mike Hommey &lt;mh@glandium.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git pull manpage: don't include -n from fetch-options.txt</title>
<updated>2008-01-26T06:42:36Z</updated>
<author>
<name>Miklos Vajna</name>
<email>vmiklos@frugalware.org</email>
</author>
<published>2008-01-25T10:17:38Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=10eb64f5fdaad47ff1973a9c55e7aa87a4524190'/>
<id>urn:sha1:10eb64f5fdaad47ff1973a9c55e7aa87a4524190</id>
<content type='text'>
The -n option stands for --no-summary in git pull

[jes: reworded the description to avoid mentioning 'git-fetch';
 also exclude '-n' conditional on git-pull -- ugly because of
 the missing "else" statement in asciidoc]

Signed-off-by: Miklos Vajna &lt;vmiklos@frugalware.org&gt;
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>git-svn(1): update instructions for resuming a git-svn clone</title>
<updated>2008-01-26T06:31:52Z</updated>
<author>
<name>Sam Vilain</name>
<email>sam@vilain.net</email>
</author>
<published>2008-01-24T23:10:02Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2b0d1033a3af476296af6b5d8f524829c6790c1f'/>
<id>urn:sha1:2b0d1033a3af476296af6b5d8f524829c6790c1f</id>
<content type='text'>
git-svn expects its references under refs/remotes/*; but these will
not be copied or set by "git clone"; put in this man page the manual
fiddling that is required with current git-svn to get this to work.

Signed-off-by: Sam Vilain &lt;sam.vilain@catalyst.net.nz&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>autoconf: define NO_SYS_SELECT_H on systems without &lt;sys/select.h&gt;.</title>
<updated>2008-01-26T06:26:08Z</updated>
<author>
<name>Jakub Narebski</name>
<email>jnareb@gmail.com</email>
</author>
<published>2008-01-25T11:19:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3cf3237400f70329525d1085021910b4b76f8670'/>
<id>urn:sha1:3cf3237400f70329525d1085021910b4b76f8670</id>
<content type='text'>
Pre-POSIX.1-2001 systems don't have &lt;sys/select.h&gt;, but select(2)
is declared in &lt;sys/time.h&gt;, which git-compat-util.h includes.

Signed-off-by: Jakub Narebski &lt;jnareb@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
