Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[git] Correctly call git ls-tree so unicode files are not quoted #3879

Merged
merged 2 commits into from
Oct 23, 2020

Commits on Oct 23, 2020

  1. [vcs] [subst] Correctly call git ls-tree so unicode files are not q…

    …uoted
    
    In order to avoid quoting of file names, we need to call `git ls-tree`
    with the `-z` option.
    
    This fixes problems with `dune subst` in the presence of unicode
    files, in particular fixes ocaml#3219
    
    Signed-off-by: Emilio Jesus Gallego Arias <[email protected]>
    ejgallego committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    b12bd70 View commit details
    Browse the repository at this point in the history
  2. [subst] [test] Add test for ocaml#3219

    Signed-off-by: Emilio Jesus Gallego Arias <[email protected]>
    ejgallego committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    5bd579b View commit details
    Browse the repository at this point in the history