Merge branch 'jk/quote-env-path-list-component' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 16 Dec 2016 23:33:08 +0000 (15:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Dec 2016 23:33:08 +0000 (15:33 -0800)
commitd2cd6008b90f79cacaa2e0c3e143195bc59de26a
tree140f39589aeec2defc647a97026d60919c9464b3
parentc1a0cedd9e917cbfa52212231ef231b3112e308f
parenteaa76de0dff57f13a6fb7f791f3a486a407f5c27
Merge branch 'jk/quote-env-path-list-component' into next

A recent update to receive-pack to make it easier to drop garbage
objects made it clear that GIT_ALTERNATE_OBJECT_DIRECTORIES cannot
have a pathname with a colon in it (no surprise!), and this in turn
made it impossible to push into a repository at such a path.  This
has been fixed by introducing a quoting mechanism used when
appending such a path to the colon-separated list.

* jk/quote-env-path-list-component:
  t5547-push-quarantine: run the path separator test on Windows, too
  tmp-objdir: quote paths we add to alternates
  alternates: accept double-quoted paths
Documentation/git.txt
sha1_file.c
t/t5615-alternate-env.sh