1. 14 Feb, 2023 2 commits
    • ssh: support windows `known_hosts` files · c8b389d1
      Use `git_sysdir_find_homedir_file` to identify the path to the home
      directory's `.ssh/known_hosts`; this takes Windows paths into account by
      preferring `HOME`, then falling back to `HOMEPATH` and `USERPROFILE`
      directories.
      Edward Thomson committed
    • sysdir: provide actual home directory · 99678ab6
      Provide a mechanism to look up the user's home directory, using the same
      mechanism that we use for locating the global configuration path (a
      fancy name for saying "the home directory").
      
      SSH known hosts lookups now use this, instead of simply looking at the
      HOME environment variable, to support Windows-style home directory
      lookups in `HOME`, `HOMEPATH`, or `USERPROFILE`.
      Edward Thomson committed
  2. 20 Jan, 2023 1 commit
  3. 18 Jan, 2023 6 commits
  4. 12 Jul, 2022 2 commits
  5. 07 Jul, 2022 3 commits
  6. 06 Jul, 2022 12 commits
  7. 18 Apr, 2022 1 commit
  8. 14 Apr, 2022 1 commit
  9. 13 Apr, 2022 1 commit
  10. 12 Apr, 2022 11 commits