1. 10 Jan, 2020 2 commits
    • win32: fix relative symlinks pointing into dirs · 7d55bee6
      On Windows platforms, we need some logic to emulate symlink(3P) defined
      by POSIX. As unprivileged symlinks on Windows are a rather new feature,
      our current implementation is comparatively new and still has some
      rough edges in special cases.
      
      One such case is relative symlinks. While relative symlinks to files in
      the same directory work as expected, libgit2 currently fails to create
      reltaive symlinks pointing into other directories. This is due to the
      fact that we forgot to translate the Unix-style target path to
      Windows-style. Most importantly, we are currently not converting
      directory separators from "/" to "\".
      
      Fix the issue by calling `git_win32_path_canonicalize` on the target.
      Add a test that verifies our ability to create such relative links
      across directories.
      Patrick Steinhardt committed
    • Merge pull request #5339 from josharian/issue-5321 · 9181e4b5
      netops: handle intact query parameters in service_suffix removal
      Patrick Steinhardt committed
  2. 09 Jan, 2020 5 commits
  3. 08 Jan, 2020 1 commit
  4. 06 Jan, 2020 6 commits
  5. 02 Jan, 2020 1 commit
  6. 13 Dec, 2019 10 commits
  7. 12 Dec, 2019 1 commit
  8. 10 Dec, 2019 14 commits