<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.7.8.1</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.7.8.1</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.7.8.1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2011-12-21T20:02:13Z</updated>
<entry>
<title>Git 1.7.8.1</title>
<updated>2011-12-21T20:02:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-12-21T20:02:13Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2ce0edcd786b790fed580e7df56291619834d276'/>
<id>urn:sha1:2ce0edcd786b790fed580e7df56291619834d276</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'jl/submodule-status-failure-report' into maint</title>
<updated>2011-12-21T19:42:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-12-21T19:42:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b43ba7891422127eb3ec7bd88c9a8ea102b19d0c'/>
<id>urn:sha1:b43ba7891422127eb3ec7bd88c9a8ea102b19d0c</id>
<content type='text'>
* jl/submodule-status-failure-report:
  diff/status: print submodule path when looking for changes fails
</content>
</entry>
<entry>
<title>Merge branch 'tr/userdiff-c-returns-pointer' into maint</title>
<updated>2011-12-21T19:42:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-12-21T19:42:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f0b4fd47074d8cf3f9db9c444c8e1e125e0cc517'/>
<id>urn:sha1:f0b4fd47074d8cf3f9db9c444c8e1e125e0cc517</id>
<content type='text'>
* tr/userdiff-c-returns-pointer:
  userdiff: allow * between cpp funcname words
</content>
</entry>
<entry>
<title>Merge branch 'bc/maint-apply-check-no-patch' into maint</title>
<updated>2011-12-21T19:42:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-12-21T19:42:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=406cc9b822b44a1d53c1a45536460992529aec88'/>
<id>urn:sha1:406cc9b822b44a1d53c1a45536460992529aec88</id>
<content type='text'>
* bc/maint-apply-check-no-patch:
  builtin/apply.c: report error on failure to recognize input
  t/t4131-apply-fake-ancestor.sh: fix broken test
</content>
</entry>
<entry>
<title>Merge branch 'cn/maint-lf-to-crlf-filter' into maint</title>
<updated>2011-12-21T19:42:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-12-21T19:42:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3bb8d69cddbcad4bd4ae3d1281c42c1aeb297355'/>
<id>urn:sha1:3bb8d69cddbcad4bd4ae3d1281c42c1aeb297355</id>
<content type='text'>
* cn/maint-lf-to-crlf-filter:
  lf_to_crlf_filter(): tell the caller we added "\n" when draining
  convert: track state in LF-to-CRLF filter
</content>
</entry>
<entry>
<title>Merge branch 'jk/maint-upload-archive' into maint</title>
<updated>2011-12-21T19:42:44Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-12-21T19:42:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=1a7bd4fcfa0c57617828dfc1b6b525af674f6d49'/>
<id>urn:sha1:1a7bd4fcfa0c57617828dfc1b6b525af674f6d49</id>
<content type='text'>
* jk/maint-upload-archive:
  archive: don't let remote clients get unreachable commits
</content>
</entry>
<entry>
<title>clone: the -o option has nothing to do with &lt;branch&gt;</title>
<updated>2011-12-21T19:26:30Z</updated>
<author>
<name>Carlos Martín Nieto</name>
<email>cmn@elego.de</email>
</author>
<published>2011-12-21T18:14:09Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a31275d6ffd35bc1c269b7136f4031abe2abee70'/>
<id>urn:sha1:a31275d6ffd35bc1c269b7136f4031abe2abee70</id>
<content type='text'>
It is to give an alternate &lt;name&gt; instead of "origin" to the remote
we are cloning from.

Signed-off-by: Carlos Martín Nieto &lt;cmn@elego.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>builtin/log: remove redundant initialization</title>
<updated>2011-12-21T19:15:56Z</updated>
<author>
<name>Michael Schubert</name>
<email>mschub@elegosoft.com</email>
</author>
<published>2011-12-21T12:05:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=967cf9867de7c49393dfc666c941a1861d159639'/>
<id>urn:sha1:967cf9867de7c49393dfc666c941a1861d159639</id>
<content type='text'>
"abbrev" and "commit_format" in struct rev_info get initialized in
init_revisions - no need to reinit in cmd_log_init_defaults.

Signed-off-by: Michael Schubert &lt;mschub@elegosoft.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ms/commit-cc-option-helpstring' into maint</title>
<updated>2011-12-21T18:50:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-12-21T18:50:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f1f509cc4504ebe9e2922c7bc61794183e3d441a'/>
<id>urn:sha1:f1f509cc4504ebe9e2922c7bc61794183e3d441a</id>
<content type='text'>
* ms/commit-cc-option-helpstring:
  builtin/commit: add missing '/' in help message
</content>
</entry>
<entry>
<title>builtin/commit: add missing '/' in help message</title>
<updated>2011-12-21T18:46:10Z</updated>
<author>
<name>Michael Schubert</name>
<email>mschub@elegosoft.com</email>
</author>
<published>2011-12-21T14:56:00Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=ee0400df4eb13ea9b1ee3f03a50e479048f1780f'/>
<id>urn:sha1:ee0400df4eb13ea9b1ee3f03a50e479048f1780f</id>
<content type='text'>
Signed-off-by: Michael Schubert &lt;mschub@elegosoft.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
