1. 25 Sep, 2021 2 commits
    • repository: improve `hashfile` for absolute paths · 0f4256b8
      When `git_repository_hashfile` is handed an absolute path, it determines
      whether the path is within the repository's working directory or not.
      This is necessary when there is no `as_path` specified.
      
      If the path is within the working directory, then the given path should
      be used for attribute lookups (it is the effective `as_path`).  If it is
      not within the working directory, then it is _not_ eligible.
      
      Importantly, now we will _never_ pass an absolute path down to attribute
      lookup functions.
      Edward Thomson committed
    • win32: posixify the output of p_getcwd · d6c7ca3e
      Make p_getcwd match the rest of our win32 path handling semantics.
      
      (This is currently only used in tests, which is why this disparity went
      unnoticed.)
      Edward Thomson committed
  2. 22 Sep, 2021 7 commits
  3. 21 Sep, 2021 8 commits
  4. 20 Sep, 2021 10 commits
  5. 18 Sep, 2021 12 commits
  6. 16 Sep, 2021 1 commit