cjl wrote: > I like to run my project from a USB flash drive...and since Windows > Explorer isn't smart enough to figure out hard links, will the bigger > size that explorer thinks it sees in the Git directory cause the flash > drive to appear full, even if it really isn't? That is, what if I try > to copy a file to the flash drive, and explorer (mistakenly) thinks it > is already full?
Most flash drives are formatted with FAT32 which doesn't support hard links, in which case Explorer is irrelevant as it would be impossible to *not* make 83 copies of git.exe no matter what tool you used. Brian
