]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Don't care about st_dev in the index file
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 22 May 2005 22:08:15 +0000 (15:08 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 22 May 2005 22:08:15 +0000 (15:08 -0700)
commit2cb45e95438c113871fbbea5b4f629f9463034e7
tree010a767b55ccb6b44c73024ab1fb8de536c5137c
parent09d74b3b5ac634495e17b92b2b785fa996ffce97
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.
Makefile
read-cache.c