All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8] read-cache: call verify_hdr() in a background thread
@ 2017-04-25 18:41 git
  2017-04-25 18:41 ` [PATCH v8] read-cache: force_verify_index_checksum git
  2017-04-26  4:11 ` [PATCH v8] read-cache: call verify_hdr() in a background thread Junio C Hamano
  0 siblings, 2 replies; 7+ messages in thread
From: git @ 2017-04-25 18:41 UTC (permalink / raw)
  To: git; +Cc: gitster, peff, j6t, Jeff Hostetler

From: Jeff Hostetler <jeffhost@microsoft.com>

Version 8 of this patch converts the unit test to use
perl to corrupt the index checksum (rather than altering
a filename) and also verifies the fsck error message as
suggested in response to v7 on the mailing list.

If there are no other suggestions, I think this version
should be considered final.


Jeff Hostetler (1):
  read-cache: force_verify_index_checksum

 builtin/fsck.c  |  1 +
 cache.h         |  2 ++
 read-cache.c    |  7 +++++++
 t/t1450-fsck.sh | 32 ++++++++++++++++++++++++++++++++
 4 files changed, 42 insertions(+)

-- 
2.9.3


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

end of thread, other threads:[~2017-04-27  0:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-25 18:41 [PATCH v8] read-cache: call verify_hdr() in a background thread git
2017-04-25 18:41 ` [PATCH v8] read-cache: force_verify_index_checksum git
2017-04-26  4:11 ` [PATCH v8] read-cache: call verify_hdr() in a background thread Junio C Hamano
2017-04-26  4:34   ` Junio C Hamano
2017-04-26 13:06     ` Jeff Hostetler
2017-04-27  0:41       ` Junio C Hamano
2017-04-26 13:03   ` Jeff Hostetler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.