author | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 22 May 2005 22:08:15 +0000 (15:08 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sun, 22 May 2005 22:08:15 +0000 (15:08 -0700) | ||
commit | 2cb45e95438c113871fbbea5b4f629f9463034e7 | |
tree | 010a767b55ccb6b44c73024ab1fb8de536c5137c | tree | snapshot |
parent | 09d74b3b5ac634495e17b92b2b785fa996ffce97 | commit | diff |
Don't care about st_dev in the index file
Thomas Glanzmann points out that it doesn't work well with different
clients accessing the repository over NFS - they have different views
on what the "device" for the filesystem is.
Of course, other filesystems may not even have stable inode numbers.
But we don't care. At least for now.
Thomas Glanzmann points out that it doesn't work well with different
clients accessing the repository over NFS - they have different views
on what the "device" for the filesystem is.
Of course, other filesystems may not even have stable inode numbers.
But we don't care. At least for now.
Makefile | diff | blob | history | |
read-cache.c | diff | blob | history |