<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.8.0-rc0</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.8.0-rc0</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.8.0-rc0'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2016-02-26T21:45:26Z</updated>
<entry>
<title>Git 2.8-rc0</title>
<updated>2016-02-26T21:45:26Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-26T21:45:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=f02fbc4f9433937ee0463d0342d6d7d97e1f6f1e'/>
<id>urn:sha1:f02fbc4f9433937ee0463d0342d6d7d97e1f6f1e</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'mm/readme-markdown'</title>
<updated>2016-02-26T21:37:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-26T21:37:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b52cb95a13ed7beb0a633213b58f0d6ef557d26e'/>
<id>urn:sha1:b52cb95a13ed7beb0a633213b58f0d6ef557d26e</id>
<content type='text'>
README has been renamed to README.md and its contents got tweaked
slightly to make it easier on the eyes.

* mm/readme-markdown:
  README.md: move down historical explanation about the name
  README.md: don't call git stupid in the title
  README.md: move the link to git-scm.com up
  README.md: add hyperlinks on filenames
  README: use markdown syntax
</content>
</entry>
<entry>
<title>Merge branch 'ma/update-hooks-sample-typofix'</title>
<updated>2016-02-26T21:37:28Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-26T21:37:28Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2e55d300f2bc1f976a484c02d9db12a0d36f3f51'/>
<id>urn:sha1:2e55d300f2bc1f976a484c02d9db12a0d36f3f51</id>
<content type='text'>
* ma/update-hooks-sample-typofix:
  templates/hooks: fix minor typo in the sample update-hook
</content>
</entry>
<entry>
<title>Merge branch 'ls/makefile-cflags-developer-tweak'</title>
<updated>2016-02-26T21:37:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-26T21:37:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0f0dd370c84b4068bd80cbab30cb2ea67abedbe0'/>
<id>urn:sha1:0f0dd370c84b4068bd80cbab30cb2ea67abedbe0</id>
<content type='text'>
There is a new DEVELOPER knob that enables many compiler warning
options in the Makefile.

* ls/makefile-cflags-developer-tweak:
  add DEVELOPER makefile knob to check for acknowledged warnings
</content>
</entry>
<entry>
<title>Merge branch 'dt/initial-ref-xn-commit-doc'</title>
<updated>2016-02-26T21:37:27Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-26T21:37:27Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=69616f7436ed52476180f602727b387408266873'/>
<id>urn:sha1:69616f7436ed52476180f602727b387408266873</id>
<content type='text'>
* dt/initial-ref-xn-commit-doc:
  refs: document transaction semantics
</content>
</entry>
<entry>
<title>Merge branch 'js/config-set-in-non-repository'</title>
<updated>2016-02-26T21:37:26Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-26T21:37:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d3faba840e758e6b5340b59a69e919fec77ce1c3'/>
<id>urn:sha1:d3faba840e758e6b5340b59a69e919fec77ce1c3</id>
<content type='text'>
"git config section.var value" to set a value in per-repository
configuration file failed when it was run outside any repository,
but didn't say the reason correctly.

* js/config-set-in-non-repository:
  git config: report when trying to modify a non-existing repo config
</content>
</entry>
<entry>
<title>Merge branch 'jk/epipe-in-async'</title>
<updated>2016-02-26T21:37:26Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-26T21:37:26Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=8ef250c55908d1c752267ea4a05e0a421a729723'/>
<id>urn:sha1:8ef250c55908d1c752267ea4a05e0a421a729723</id>
<content type='text'>
Handling of errors while writing into our internal asynchronous
process has been made more robust, which reduces flakiness in our
tests.

* jk/epipe-in-async:
  t5504: handle expected output from SIGPIPE death
  test_must_fail: report number of unexpected signal
  fetch-pack: ignore SIGPIPE in sideband demuxer
  write_or_die: handle EPIPE in async threads
</content>
</entry>
<entry>
<title>Merge branch 'mm/push-default-warning'</title>
<updated>2016-02-26T21:37:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-26T21:37:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=15be621072740ccef0e89a3992ff369afd7c21bd'/>
<id>urn:sha1:15be621072740ccef0e89a3992ff369afd7c21bd</id>
<content type='text'>
Across the transition at around Git version 2.0, the user used to
get a pretty loud warning when running "git push" without setting
push.default configuration variable.  We no longer warn, given that
the transition is over long time ago.

* mm/push-default-warning:
  push: remove "push.default is unset" warning message
</content>
</entry>
<entry>
<title>Merge branch 'fa/merge-recursive-no-rename'</title>
<updated>2016-02-26T21:37:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-26T21:37:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4ce064dd813279109a4003dee8c8b63077ab473d'/>
<id>urn:sha1:4ce064dd813279109a4003dee8c8b63077ab473d</id>
<content type='text'>
"git merge-recursive" learned "--no-renames" option to disable its
rename detection logic.

* fa/merge-recursive-no-rename:
  t3034: test deprecated interface
  t3034: test option to disable renames
  t3034: add rename threshold tests
  merge-recursive: find-renames resets threshold
  merge-strategies.txt: fix typo
  merge-recursive: more consistent interface
  merge-recursive: option to disable renames
</content>
</entry>
<entry>
<title>Merge branch 'sb/submodule-fetch-nontip'</title>
<updated>2016-02-26T21:37:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-26T21:37:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9671a76c174d9bd2b4f56243526fda51f9ff8e46'/>
<id>urn:sha1:9671a76c174d9bd2b4f56243526fda51f9ff8e46</id>
<content type='text'>
When "git submodule update" did not result in fetching the commit
object in the submodule that is referenced by the superproject, the
command learned to retry another fetch, specifically asking for
that commit that may not be connected to the refs it usually
fetches.

* sb/submodule-fetch-nontip:
  submodule: try harder to fetch needed sha1 by direct fetching sha1
</content>
</entry>
</feed>
