Git development
 help / color / mirror / Atom feed
* Sort of a feature proposal
@ 2008-05-07 14:48 David Kastrup
  2008-05-07 15:41 ` Nicolas Pitre
  2008-05-07 16:25 ` Linus Torvalds
  0 siblings, 2 replies; 8+ messages in thread
From: David Kastrup @ 2008-05-07 14:48 UTC (permalink / raw)
  To: git


Hi, I have some large git repositories on a USB drive (ext3 file
system).  That means that when replugging the drive, the recorded st_dev
data in the index is off, meaning that the whole repo directory
structure gets reread as the stat data of all directories has changed.

That's a nuisance.  Can't we have some heuristic or configuration option
where we, say, record the st_dev of the _index_ file, and if that has
changed, we propagate that change to the st_dev of its contents?  I'd
like to see something that works more efficiently than rescanning the
whole disk every time I hibernate my computer.

Thanks,

-- 
David Kastrup

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-05-07 18:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-07 14:48 Sort of a feature proposal David Kastrup
2008-05-07 15:41 ` Nicolas Pitre
2008-05-07 16:00   ` Stephen R. van den Berg
2008-05-07 16:03   ` Avery Pennarun
2008-05-07 16:25 ` Linus Torvalds
2008-05-07 17:39   ` David Kastrup
2008-05-07 17:50     ` Dmitry Potapov
2008-05-07 18:05       ` David Kastrup

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox