<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.18.0-rc1</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.18.0-rc1</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.18.0-rc1'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2018-06-04T12:41:41Z</updated>
<entry>
<title>Git 2.18-rc1</title>
<updated>2018-06-04T12:41:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-06-04T12:41:41Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3e5524907b43337e82a24afbc822078daf7a868f'/>
<id>urn:sha1:3e5524907b43337e82a24afbc822078daf7a868f</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'bc/t3430-fixup'</title>
<updated>2018-06-04T12:39:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-06-04T12:39:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e66e8f9be8af90671b85a758b62610bd1162de2d'/>
<id>urn:sha1:e66e8f9be8af90671b85a758b62610bd1162de2d</id>
<content type='text'>
Test fix.

* bc/t3430-fixup:
  t3430: test clean-up
</content>
</entry>
<entry>
<title>Merge branch 'bw/refspec-api'</title>
<updated>2018-06-04T12:39:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-06-04T12:39:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=01cbd9eab5710a409e2e760fa20aeb701fa5e799'/>
<id>urn:sha1:01cbd9eab5710a409e2e760fa20aeb701fa5e799</id>
<content type='text'>
Hotfix.

* bw/refspec-api:
  refspec-api: avoid uninitialized field in refspec item
</content>
</entry>
<entry>
<title>Merge branch 'tg/doc-sec-list'</title>
<updated>2018-06-04T12:39:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-06-04T12:39:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=7fe48cb39612d695240f64313b3aff9d4c3ccc43'/>
<id>urn:sha1:7fe48cb39612d695240f64313b3aff9d4c3ccc43</id>
<content type='text'>
Doc update.

* tg/doc-sec-list:
  note git-security@googlegroups.com in more places
  SubmittingPatches: replace numbered attributes with names
</content>
</entry>
<entry>
<title>Merge branch 'rd/p4-doc-markup-env'</title>
<updated>2018-06-04T12:39:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-06-04T12:39:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c45505d081011c97953cba5383e8a7e5d7eb6c07'/>
<id>urn:sha1:c45505d081011c97953cba5383e8a7e5d7eb6c07</id>
<content type='text'>
Doc markup update.

* rd/p4-doc-markup-env:
  p4.txt: Use backquotes for variable names
</content>
</entry>
<entry>
<title>Merge branch 'nd/remote-update-doc'</title>
<updated>2018-06-04T12:39:49Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-06-04T12:39:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=643a9ea3e0d2937155bbce43e17bb132dc7166ff'/>
<id>urn:sha1:643a9ea3e0d2937155bbce43e17bb132dc7166ff</id>
<content type='text'>
"git remote update" can take both a single remote nickname and a
nickname for remote groups, but only one of them was documented.

* nd/remote-update-doc:
  remote: doc typofix
  remote.txt: update documentation for 'update' command
</content>
</entry>
<entry>
<title>Merge branch 'jt/submodule-pull-recurse-rebase'</title>
<updated>2018-06-04T12:39:48Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-06-04T12:39:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f635b8d17b673ffb96c0f10d11751500e1892b2a'/>
<id>urn:sha1:f635b8d17b673ffb96c0f10d11751500e1892b2a</id>
<content type='text'>
"git pull -recurse-submodules --rebase", when the submodule
repository's history did not have anything common between ours and
the upstream's, failed to execute.  We need to fetch from them to
continue even in such a case.

* jt/submodule-pull-recurse-rebase:
  submodule: do not pass null OID to setup_revisions
</content>
</entry>
<entry>
<title>remote: doc typofix</title>
<updated>2018-06-04T11:04:33Z</updated>
<author>
<name>Duy Nguyen</name>
<email>pclouds@gmail.com</email>
</author>
<published>2018-05-30T15:37:01Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a97447a42a199c4f359608721c82e88cefb43a8e'/>
<id>urn:sha1:a97447a42a199c4f359608721c82e88cefb43a8e</id>
<content type='text'>
Signed-off-by: Nguyễn Thái Ngọc Duy &lt;pclouds@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>t3430: test clean-up</title>
<updated>2018-06-04T02:21:28Z</updated>
<author>
<name>brian m. carlson</name>
<email>sandals@crustytoothpaste.net</email>
</author>
<published>2018-06-01T17:46:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0c5a779c67d8c21579525e2a89c42b0fc7236a2b'/>
<id>urn:sha1:0c5a779c67d8c21579525e2a89c42b0fc7236a2b</id>
<content type='text'>
Remove unnecessary test_tick etc...

Signed-off-by: brian m. carlson &lt;sandals@crustytoothpaste.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>A bit more topics before -rc1</title>
<updated>2018-06-01T06:16:15Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-06-01T06:16:15Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=c2c7d17b030646b40e6764ba34a5ebf66aee77af'/>
<id>urn:sha1:c2c7d17b030646b40e6764ba34a5ebf66aee77af</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
