<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.10.0-rc2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.10.0-rc2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.10.0-rc2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2016-08-26T20:59:20Z</updated>
<entry>
<title>Git 2.10-rc2</title>
<updated>2016-08-26T20:59:20Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-08-26T20:59:20Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d5cb9cbd64165153a318e1049f8bf14b09a16b11'/>
<id>urn:sha1:d5cb9cbd64165153a318e1049f8bf14b09a16b11</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>gitattributes: Document the unified "auto" handling</title>
<updated>2016-08-26T20:54:16Z</updated>
<author>
<name>Torsten Bögershausen</name>
<email>tboegi@web.de</email>
</author>
<published>2016-08-26T20:18:48Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=e28eae3184b26d3cf3293e69403babb5c575342c'/>
<id>urn:sha1:e28eae3184b26d3cf3293e69403babb5c575342c</id>
<content type='text'>
Update the documentation about text=auto:
text=auto now follows the core.autocrlf handling when files are not
normalized in the repository.

For a cross platform project recommend the usage of attributes for
line-ending conversions.

Signed-off-by: Torsten Bögershausen &lt;tboegi@web.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Prepare for 2.10.0-rc2</title>
<updated>2016-08-25T20:56:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-08-25T20:56:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5cb0d5ad05e027cbddcb0a3c7518ddeea0f7c286'/>
<id>urn:sha1:5cb0d5ad05e027cbddcb0a3c7518ddeea0f7c286</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ja/i18n'</title>
<updated>2016-08-25T20:55:07Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-08-25T20:55:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0fd6c99bdf72ac0c03bf4806f7540d580794215e'/>
<id>urn:sha1:0fd6c99bdf72ac0c03bf4806f7540d580794215e</id>
<content type='text'>
The recent i18n patch we added during this cycle did a bit too much
refactoring of the messages to avoid word-legos; the repetition has
been reduced to help translators.

* ja/i18n:
  i18n: simplify numeric error reporting
  i18n: fix git rebase interactive commit messages
  i18n: fix typos for translation
</content>
</entry>
<entry>
<title>Merge branch 'bw/mingw-avoid-inheriting-fd-to-lockfile'</title>
<updated>2016-08-25T20:55:07Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-08-25T20:55:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=3dc01702dfbdbfc7116a21c4a5b32f088029bacf'/>
<id>urn:sha1:3dc01702dfbdbfc7116a21c4a5b32f088029bacf</id>
<content type='text'>
The tempfile (hence its user lockfile) API lets the caller to open
a file descriptor to a temporary file, write into it and then
finalize it by first closing the filehandle and then either
removing or renaming the temporary file.  When the process spawns a
subprocess after obtaining the file descriptor, and if the
subprocess has not exited when the attempt to remove or rename is
made, the last step fails on Windows, because the subprocess has
the file descriptor still open.  Open tempfile with O_CLOEXEC flag
to avoid this (on Windows, this is mapped to O_NOINHERIT).

* bw/mingw-avoid-inheriting-fd-to-lockfile:
  mingw: ensure temporary file handles are not inherited by child processes
  t6026-merge-attr: child processes must not inherit index.lock handles
</content>
</entry>
<entry>
<title>Merge branch 'dg/document-git-c-in-git-config-doc'</title>
<updated>2016-08-25T20:55:07Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-08-25T20:55:07Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a8998453bebd7a4d620c78773917f1189ff4e672'/>
<id>urn:sha1:a8998453bebd7a4d620c78773917f1189ff4e672</id>
<content type='text'>
The "git -c var[=val] cmd" facility to append a configuration
variable definition at the end of the search order was described in
git(1) manual page, but not in git-config(1), which was more likely
place for people to look for when they ask "can I make a one-shot
override, and if so how?"

* dg/document-git-c-in-git-config-doc:
  doc: mention `git -c` in git-config(1)
</content>
</entry>
<entry>
<title>Merge branch 'js/no-html-bypass-on-windows'</title>
<updated>2016-08-25T20:55:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-08-25T20:55:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=13e11ff707b18599dc94c25885b33b0c514b1c17'/>
<id>urn:sha1:13e11ff707b18599dc94c25885b33b0c514b1c17</id>
<content type='text'>
On Windows, help.browser configuration variable used to be ignored,
which has been corrected.

* js/no-html-bypass-on-windows:
  Revert "display HTML in default browser using Windows' shell API"
</content>
</entry>
<entry>
<title>Merge branch 'hv/doc-commit-reference-style'</title>
<updated>2016-08-25T20:55:06Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-08-25T20:55:05Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=a1f0b4e286a81898b70628c5df85bebec653deab'/>
<id>urn:sha1:a1f0b4e286a81898b70628c5df85bebec653deab</id>
<content type='text'>
A small doc update.

* hv/doc-commit-reference-style:
  SubmittingPatches: document how to reference previous commits
</content>
</entry>
<entry>
<title>git ls-files: text=auto eol=lf is supported in Git 2.10</title>
<updated>2016-08-25T20:38:18Z</updated>
<author>
<name>Torsten Bögershausen</name>
<email>tboegi@web.de</email>
</author>
<published>2016-08-25T15:52:57Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=41a616dadaf2a7445ea7c3f5d77a20337af4de90'/>
<id>urn:sha1:41a616dadaf2a7445ea7c3f5d77a20337af4de90</id>
<content type='text'>
The man page for `git ls-files --eol` mentions the combination
of text attributes "text=auto eol=lf" or "text=auto eol=crlf" as not
supported yet, but may be in the future.

Now they are supported.

Signed-off-by: Torsten Bögershausen &lt;tboegi@web.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>i18n: simplify numeric error reporting</title>
<updated>2016-08-24T15:47:20Z</updated>
<author>
<name>Jean-Noel Avila</name>
<email>jn.avila@free.fr</email>
</author>
<published>2016-08-21T14:50:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=078fe30523f6361849a895999c04cf5f377a1656'/>
<id>urn:sha1:078fe30523f6361849a895999c04cf5f377a1656</id>
<content type='text'>
Signed-off-by: Jean-Noel Avila &lt;jn.avila@free.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
