Skip to content
Snippets Groups Projects
  1. Jun 13, 2021
  2. May 21, 2021
  3. May 10, 2021
  4. May 05, 2021
  5. Feb 22, 2021
  6. Feb 05, 2021
  7. Feb 06, 2021
  8. Feb 02, 2021
  9. Dec 10, 2020
  10. Jan 29, 2021
  11. Jan 28, 2021
  12. Feb 01, 2021
  13. Jan 28, 2021
  14. Dec 28, 2020
  15. Jan 31, 2021
  16. Sep 03, 2019
    • Georges Racinet's avatar
      auth: use a ~/.git-credentials file if it exists to fetch credentials · 031b90d7
      Georges Racinet authored
      In some situations we code the plain auth-less uri in the hgrc paths
      section (for convenience) and want to use a centrally-stored
      credentials file.
      
      Though it is possible to use the hgrc [auth] section, it would be also
      nice to access .git-credentials (still usefull for git direct access),
      avoiding double maintenance of credentials.
      
      This probably does not cover all possible situations with git
      credentials handling but it provides a working base.
      
      closes #305
      031b90d7
  17. Jan 11, 2021
  18. Nov 23, 2020
  19. Jan 08, 2021
  20. Dec 13, 2020
  21. Dec 23, 2020
    • Dan Villiom Podlaski Christiansen's avatar
      windows: scp-style "URIs" are not local · 61f99905
      Dan Villiom Podlaski Christiansen authored
      GitLab and GitHub output something like this for the SSH location:
      
        git@github.com:hg-git/hg-git.github.com.git
      
      Previously, cloning and pulling from them on Windows didn't work, as
      the path was reinterpreted as a local path, made absolute and then
      saved into `.hgrc`. The same happened on pull, even if you corrected
      the definition.
      
      I've adjust `test-networking.t` to use this type of path instead of
      the `git+ssh://` scheme, as it's more likely to break.
      
      Fixes #335.
      61f99905
  22. Jan 08, 2021
Loading