<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.7.10.5</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.7.10.5</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.7.10.5'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2012-06-17T21:04:15Z</updated>
<entry>
<title>Git 1.7.10.5</title>
<updated>2012-06-17T21:04:15Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-06-17T21:04:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=785ee4960c3d334cbc2b17ab74d2cebdf1b4db64'/>
<id>urn:sha1:785ee4960c3d334cbc2b17ab74d2cebdf1b4db64</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Do not autosquash in case of an implied interactive rebase</title>
<updated>2012-06-17T21:01:42Z</updated>
<author>
<name>Vincent van Ravesteijn</name>
<email>vfr@lyx.org</email>
</author>
<published>2012-05-24T13:57:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=941cab3a78a3fd3d21ba3acb3f8da3407a692015'/>
<id>urn:sha1:941cab3a78a3fd3d21ba3acb3f8da3407a692015</id>
<content type='text'>
The option to autosquash is only used in case of an interactive rebase.
When merges are preserved, rebase uses an interactive rebase internally,
but in this case autosquash should still be disabled.

Signed-off-by: Vincent van Ravesteijn &lt;vfr@lyx.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'js/maint-fast-export-mark-error' into maint</title>
<updated>2012-06-17T21:00:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-06-17T21:00:03Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ca4effd8bce5e0dfce7ce1425074475c8643b7f0'/>
<id>urn:sha1:ca4effd8bce5e0dfce7ce1425074475c8643b7f0</id>
<content type='text'>
"git fast-export" did not give a readable error message when the same
mark erroneously appeared twice in the --import-marks input.
</content>
</entry>
<entry>
<title>fast-export: report SHA-1 instead of gibberish when marks exist already</title>
<updated>2012-06-12T14:25:11Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>johannes.schindelin@gmx.de</email>
</author>
<published>2012-06-12T13:45:16Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=43bc2302706af6a3bb9266eea1bcb7071c54c8c6'/>
<id>urn:sha1:43bc2302706af6a3bb9266eea1bcb7071c54c8c6</id>
<content type='text'>
Cc: Pieter de Bie &lt;pdebie@ai.rug.nl&gt;
Signed-off-by: Johannes Schindelin &lt;johannes.schindelin@gmx.de&gt;
Signed-off-by: Max Horn &lt;max@quendi.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Git 1.7.10.4</title>
<updated>2012-06-03T22:53:58Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-06-03T22:53:58Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=121f71f0da1bc9a4e1e96be2c3e683191a82a354'/>
<id>urn:sha1:121f71f0da1bc9a4e1e96be2c3e683191a82a354</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ef/maint-rebase-error-message' into maint</title>
<updated>2012-06-03T22:52:18Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-06-03T22:52:18Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=06de561830250f92e056b0a57bc52b27b13ba2ac'/>
<id>urn:sha1:06de561830250f92e056b0a57bc52b27b13ba2ac</id>
<content type='text'>
When "git rebase" was given a bad commit to replay the history on,
its error message did not correctly give the command line argument
it had trouble parsing.

By Erik Faye-Lund
* ef/maint-rebase-error-message:
  rebase: report invalid commit correctly
</content>
</entry>
<entry>
<title>Start preparing for 1.7.10.4</title>
<updated>2012-06-01T20:23:11Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-06-01T20:05:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6a6d72b199fda7189b772640ca35ceb13708332d'/>
<id>urn:sha1:6a6d72b199fda7189b772640ca35ceb13708332d</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ef/http-o-depends-on-gvf' into maint</title>
<updated>2012-06-01T20:22:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-06-01T20:22:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0626fae6afc9c6976aead4237691fb3568dd5c68'/>
<id>urn:sha1:0626fae6afc9c6976aead4237691fb3568dd5c68</id>
<content type='text'>
A minor compilation fix.

By Erik Faye-Lund
* ef/http-o-depends-on-gvf:
  Makefile: add missing GIT-VERSION-FILE dependency
</content>
</entry>
<entry>
<title>Merge branch 'rs/maint-grep-F' into maint</title>
<updated>2012-06-01T20:01:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-06-01T20:01:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2147cb2762c67d0ec2101ab13a4c1b0ef8cab599'/>
<id>urn:sha1:2147cb2762c67d0ec2101ab13a4c1b0ef8cab599</id>
<content type='text'>
"git grep -e '$pattern'", unlike the case where the patterns are read from
a file, did not treat individual lines in the given pattern argument as
separate regular expressions as it should.

By René Scharfe
* rs/maint-grep-F:
  grep: stop leaking line strings with -f
  grep: support newline separated pattern list
  grep: factor out do_append_grep_pat()
  grep: factor out create_grep_pat()
</content>
</entry>
<entry>
<title>Merge branch 'jk/ident-split-fix' into maint</title>
<updated>2012-06-01T20:01:36Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2012-06-01T20:01:36Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e2d484c47a3445a288f4e45ee8365c912eebb26f'/>
<id>urn:sha1:e2d484c47a3445a288f4e45ee8365c912eebb26f</id>
<content type='text'>
An author/committer name that is a single character was mishandled as an
invalid name by mistake.

By Jeff King
* jk/ident-split-fix:
  fix off-by-one error in split_ident_line
</content>
</entry>
</feed>
