diff options
author | Kyle J. McKay <mackyle@gmail.com> | 2014-04-22 04:16:22 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-23 09:42:28 -0700 |
commit | 7bbc458b44873d0027261562327a20ebd6a97733 (patch) | |
tree | e8255d70367cc5b943a3543c9ad105358a3c5e2d /Documentation/git-mktree.txt | |
parent | Update draft release notes to 2.0 (diff) | |
download | tgif-7bbc458b44873d0027261562327a20ebd6a97733.tar.xz |
t9117: use --prefix "" instead of --prefix=""
Versions of Perl's Getopt::Long module before 2.37 do not contain
this fix that first appeared in Getopt::Long version 2.37:
* Bugfix: With gnu_compat, --foo= will no longer trigger "Option
requires an argument" but return the empty string.
Instead of using --prefix="" use --prefix "" when testing an
explictly empty prefix string in order to work with older versions
of Perl's Getopt::Long module.
Also add a paragraph on this workaround to the documentation of
git-svn itself.
Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Acked-by: Johan Herland <johan@herland.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-mktree.txt')
0 files changed, 0 insertions, 0 deletions