• Show log

    Commit

  • Hash : e5851c62
    Author : Edward Thomson
    Date : 2021-04-24T09:44:45

    refs: ensure loose refs adhere to path validation On Windows, we need to enforce MAX_PATH for loose references and their reflogs. Ensure that any path - including the lock file - would fit within the 260 character maximum. We do not honor core.longpaths for loose reference files or reflogs. core.longpaths only applies to paths in the working directory.