Skip to content
Snippets Groups Projects
  1. Jun 28, 2021
  2. Jun 25, 2021
  3. Jun 24, 2021
  4. Jun 23, 2021
  5. Jun 22, 2021
  6. Jun 21, 2021
  7. Jun 20, 2021
    • Craig Scott's avatar
      ExternalProject: Use ${ref}^0 to avoid MSYS/Cygwin shell substitutions · 360ff17d
      Craig Scott authored
      In 5e941a54 (ExternalProject: Ensure git fetch if updating to hash we
      don't have yet, 2021-05-09), the form ${ref}^{commit} was used to ensure
      the ref was treated as a commit. When running under a MSYS2 or
      Cygwin shell, the {commit} part can be translated by the shell, leaving it as
      ${ref}^commit, which git doesn't understand. Use the equivalent but
      safer form ${ref}^0, since it won't be subject to the shell substitution
      issue.
      
      Fixes: #22299
      360ff17d
  8. Jun 18, 2021
Loading