Merge branch 'jk/quote-env-path-list-component' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 17 Jan 2017 23:11:06 +0000 (15:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jan 2017 23:11:06 +0000 (15:11 -0800)
commitbcaf277b4ad5b7173a011d93a2ea1827f990f466
tree9297f77eb13e7cc7291fb07006b18d2faf902ae9
parentfdfec7af4617f63e671e638ba79d79a75c3d481b
parent5e74824fac646e2ebe335a00bcecd91641a7f7ca
Merge branch 'jk/quote-env-path-list-component' into maint

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:
  t5615-alternate-env: double-quotes in file names do not work on Windows
  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