<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v2.16.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.16.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.16.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2018-02-15T23:21:23Z</updated>
<entry>
<title>Git 2.16.2</title>
<updated>2018-02-15T23:21:23Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-02-15T23:21:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ffa952497288d29d94b16675c6789ef83850def3'/>
<id>urn:sha1:ffa952497288d29d94b16675c6789ef83850def3</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'ab/doc-cat-file-e-still-shows-errors' into maint</title>
<updated>2018-02-15T23:18:15Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-02-15T23:18:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c93150cfb02257b38d0f8abcafc7de5908afbb3b'/>
<id>urn:sha1:c93150cfb02257b38d0f8abcafc7de5908afbb3b</id>
<content type='text'>
Doc update.

* ab/doc-cat-file-e-still-shows-errors:
  cat-file doc: document that -e will return some output
</content>
</entry>
<entry>
<title>Merge branch 'as/read-tree-prefix-doc-fix' into maint</title>
<updated>2018-02-15T23:18:14Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-02-15T23:18:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d4e528ef6a00b2176e69e426be0da19c86577ffc'/>
<id>urn:sha1:d4e528ef6a00b2176e69e426be0da19c86577ffc</id>
<content type='text'>
Doc update.

* as/read-tree-prefix-doc-fix:
  doc/read-tree: remove obsolete remark
</content>
</entry>
<entry>
<title>Merge branch 'nd/add-i-ignore-submodules' into maint</title>
<updated>2018-02-15T23:18:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-02-15T23:18:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2409e1035c6c81416f97bc8997ff1bd8cfb94f98'/>
<id>urn:sha1:2409e1035c6c81416f97bc8997ff1bd8cfb94f98</id>
<content type='text'>
"git add -p" was taught to ignore local changes to submodules as
they do not interfere with the partial addition of regular changes
anyway.

* nd/add-i-ignore-submodules:
  add--interactive: ignore submodule changes except HEAD
</content>
</entry>
<entry>
<title>Merge branch 'tg/stash-with-pathspec-fix' into maint</title>
<updated>2018-02-15T23:18:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-02-15T23:18:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=984c8337de2e2d610d36426226c08a14b43af23f'/>
<id>urn:sha1:984c8337de2e2d610d36426226c08a14b43af23f</id>
<content type='text'>
"git stash -- &lt;pathspec&gt;" incorrectly blew away untracked files in
the directory that matched the pathspec, which has been corrected.

* tg/stash-with-pathspec-fix:
  stash: don't delete untracked files that match pathspec
</content>
</entry>
<entry>
<title>Merge branch 'jk/abort-clone-with-existing-dest' into maint</title>
<updated>2018-02-15T23:18:13Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-02-15T23:18:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1363914a6a4ad013f1cb0189e4ff63a17482bcae'/>
<id>urn:sha1:1363914a6a4ad013f1cb0189e4ff63a17482bcae</id>
<content type='text'>
"git clone $there $here" is allowed even when here directory exists
as long as it is an empty directory, but the command incorrectly
removed it upon a failure of the operation.

* jk/abort-clone-with-existing-dest:
  clone: do not clean up directories we didn't create
  clone: factor out dir_exists() helper
  t5600: modernize style
  t5600: fix outdated comment about unborn HEAD
</content>
</entry>
<entry>
<title>Merge branch 'jc/merge-symlink-ours-theirs' into maint</title>
<updated>2018-02-15T23:18:12Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-02-15T23:18:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ff19620f8127798dcfc1dab7c633eb7505b7abd3'/>
<id>urn:sha1:ff19620f8127798dcfc1dab7c633eb7505b7abd3</id>
<content type='text'>
"git merge -Xours/-Xtheirs" learned to use our/their version when
resolving a conflicting updates to a symbolic link.

* jc/merge-symlink-ours-theirs:
  merge: teach -Xours/-Xtheirs to symbolic link merge
</content>
</entry>
<entry>
<title>Merge branch 'rs/lose-leak-pending' into maint</title>
<updated>2018-02-15T23:18:11Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-02-15T23:18:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e17cec27d18c730dae738684d2f5df1dbd54a804'/>
<id>urn:sha1:e17cec27d18c730dae738684d2f5df1dbd54a804</id>
<content type='text'>
API clean-up around revision traversal.

* rs/lose-leak-pending:
  commit: remove unused function clear_commit_marks_for_object_array()
  revision: remove the unused flag leak_pending
  checkout: avoid using the rev_info flag leak_pending
  bundle: avoid using the rev_info flag leak_pending
  bisect: avoid using the rev_info flag leak_pending
  object: add clear_commit_marks_all()
  ref-filter: use clear_commit_marks_many() in do_merge_filter()
  commit: use clear_commit_marks_many() in remove_redundant()
  commit: avoid allocation in clear_commit_marks_many()
</content>
</entry>
<entry>
<title>Merge branch 'jm/svn-pushmergeinfo-fix' into maint</title>
<updated>2018-02-15T23:18:11Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-02-15T23:18:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=04afcc2201ddb399031484eb9769393bade2529d'/>
<id>urn:sha1:04afcc2201ddb399031484eb9769393bade2529d</id>
<content type='text'>
"git svn dcommit" did not take into account the fact that a
svn+ssh:// URL with a username@ (typically used for pushing) refers
to the same SVN repository without the username@ and failed when
svn.pushmergeinfo option is set.

* jm/svn-pushmergeinfo-fix:
  git-svn: fix svn.pushmergeinfo handling of svn+ssh usernames.
</content>
</entry>
<entry>
<title>Merge branch 'dk/describe-all-output-fix' into maint</title>
<updated>2018-02-15T23:18:10Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2018-02-15T23:18:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=468dc22e0085db29994b4296ca0127f27a686fa0'/>
<id>urn:sha1:468dc22e0085db29994b4296ca0127f27a686fa0</id>
<content type='text'>
An old regression in "git describe --all $annotated_tag^0" has been
fixed.

* dk/describe-all-output-fix:
  describe: prepend "tags/" when describing tags with embedded name
</content>
</entry>
</feed>
