Should update-index --refresh force writing the index in case of racy timestamps?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



For one of my Git-LFS test repositories, switching between branches quite often results in lots of racy index timestamps. Subsequent calls to "git update-index --refresh" or "git status" will invoke the "lfs" filter over and over again, just to figure out that all entries are still up-to-date. Hence, the index will never be rewritten and racy timestamps will remain.

To break out of this state, it seems favorable to write the index if any racy timestamp is detected. We will be able to provide a patch if this change sounds reasonable.

-Marc



[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux