<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.17.0-rc2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v2.17.0-rc2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v2.17.0-rc2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2018-03-28T18:05:14Z</updated>
<entry>
<title>Git 2.17-rc2</title>
<updated>2018-03-28T18:05:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-03-28T18:05:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=03df4959472e7d4b5117bb72ac86e1e2bcf21723'/>
<id>urn:sha1:03df4959472e7d4b5117bb72ac86e1e2bcf21723</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'tg/stash-doc-typofix'</title>
<updated>2018-03-28T18:04:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-03-28T18:04:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=72d30c71a3ab3c2ea203b810086288e364b168a7'/>
<id>urn:sha1:72d30c71a3ab3c2ea203b810086288e364b168a7</id>
<content type='text'>
Hotfix.

* tg/stash-doc-typofix:
  git-stash.txt: remove extra square bracket
</content>
</entry>
<entry>
<title>Merge branch 'pc/submodule-helper'</title>
<updated>2018-03-28T18:04:25Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-03-28T18:04:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=2081fa73b4d3def86eebbc80941d0bf9f34d269e'/>
<id>urn:sha1:2081fa73b4d3def86eebbc80941d0bf9f34d269e</id>
<content type='text'>
Hotfix.

* pc/submodule-helper:
  submodule deinit: handle non existing pathspecs gracefully
</content>
</entry>
<entry>
<title>Merge branch 'nd/parseopt-completion'</title>
<updated>2018-03-28T18:04:24Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-03-28T18:04:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=87cc76fa3a79eb86136e55432bd4e4ecc84744cd'/>
<id>urn:sha1:87cc76fa3a79eb86136e55432bd4e4ecc84744cd</id>
<content type='text'>
Hotfix for recently graduated topic that give help to completion
scripts from the Git subcommands that are being completed

* nd/parseopt-completion:
  t9902: disable test on the list of merge-strategies under GETTEXT_POISON
  completion: clear cached --options when sourcing the completion script
</content>
</entry>
<entry>
<title>submodule deinit: handle non existing pathspecs gracefully</title>
<updated>2018-03-28T05:07:13Z</updated>
<author>
<name>Stefan Beller</name>
<email>sbeller@google.com</email>
</author>
<published>2018-03-27T23:28:24Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9748e39d0c17a79e67d2728199515cf40e2850dc'/>
<id>urn:sha1:9748e39d0c17a79e67d2728199515cf40e2850dc</id>
<content type='text'>
This fixes a regression introduced in 2e612731b5 (submodule: port
submodule subcommand 'deinit' from shell to C, 2018-01-15), when
handling pathspecs that do not exist gracefully. This restores the
historic behavior of reporting the pathspec as unknown and returning
instead of reporting a bug.

Reported-by: Peter Oberndorfer &lt;kumbayo84@arcor.de&gt;
Signed-off-by: Stefan Beller &lt;sbeller@google.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-stash.txt: remove extra square bracket</title>
<updated>2018-03-28T02:09:13Z</updated>
<author>
<name>Thomas Gummerer</name>
<email>t.gummerer@gmail.com</email>
</author>
<published>2018-03-26T21:11:47Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0a790f09c638b2d759854d70daf527a9b136e7fc'/>
<id>urn:sha1:0a790f09c638b2d759854d70daf527a9b136e7fc</id>
<content type='text'>
In 1ada5020b3 ("stash: use stash_push for no verb form", 2017-02-28),
when the pathspec argument was introduced in 'git stash', that was also
documented.  However I forgot to remove an extra square bracket after
the '--message' argument, even though the square bracket should have
been after the pathspec argument (where it was also added).

Remove the extra square bracket after the '--message' argument, to show
that the pathspec argument should be used with the 'push' verb.

While the pathspec argument can be used without the push verb, that's a
special case described later in the man page, and removing the first extra
square bracket instead of the second one makes the synopis easier to
understand.

Signed-off-by: Thomas Gummerer &lt;t.gummerer@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>t9902: disable test on the list of merge-strategies under GETTEXT_POISON</title>
<updated>2018-03-23T18:27:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-03-23T17:40:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=b60e88cc780ea54de65b62437afbeb9c857110f2'/>
<id>urn:sha1:b60e88cc780ea54de65b62437afbeb9c857110f2</id>
<content type='text'>
The code to learn the list of merge strategies from the output of
"git merge -s help" forces C locale, so that it can notice the
message shown to indicate where the list starts in the output.

However, GETTEXT_POISON build corrupts its output even when run in
the C locale, and we cannot expect this test to succeed.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Sync with Git 2.16.3</title>
<updated>2018-03-22T21:36:51Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-03-22T21:36:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=90bbd502d54fe920356fa9278055dc9c9bfe9a56'/>
<id>urn:sha1:90bbd502d54fe920356fa9278055dc9c9bfe9a56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Git 2.16.3</title>
<updated>2018-03-22T21:24:45Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-03-22T21:24:45Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=d32eb83c1db7d0a8bb54fe743c6d1dd674d372c5'/>
<id>urn:sha1:d32eb83c1db7d0a8bb54fe743c6d1dd674d372c5</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ms/non-ascii-ticks' into maint</title>
<updated>2018-03-22T21:24:26Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-03-22T21:24:25Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=88595ebceb0333dbefb73ac04df7722e17cdf40b'/>
<id>urn:sha1:88595ebceb0333dbefb73ac04df7722e17cdf40b</id>
<content type='text'>
Doc markup fix.

* ms/non-ascii-ticks:
  Documentation/gitsubmodules.txt: avoid non-ASCII apostrophes
</content>
</entry>
</feed>
