Skip to content
  • Junio C Hamano's avatar
    Merge branch 'nd/clone-case-smashing-warning' · c2407322
    Junio C Hamano authored
    Running "git clone" against a project that contain two files with
    pathnames that differ only in cases on a case insensitive
    filesystem would result in one of the files lost because the
    underlying filesystem is incapable of holding both at the same
    time.  An attempt is made to detect such a case and warn.
    
    * nd/clone-case-smashing-warning:
      clone: report duplicate entries on case-insensitive filesystems
    c2407322