https://github.com/git/git
Revision b0e5269c4eae3425be3cdc946c6414dfb886ae77 authored by Junio C Hamano on 18 October 2017, 05:19:14 UTC, committed by Junio C Hamano on 18 October 2017, 05:19:14 UTC
Improve behaviour of "git fsck" upon finding a missing object.

* rs/fsck-null-return-from-lookup:
  fsck: handle NULL return of lookup_blob() and lookup_tree()
2 parent s eeed979 + 2720f6d
Raw File
Tip revision: b0e5269c4eae3425be3cdc946c6414dfb886ae77 authored by Junio C Hamano on 18 October 2017, 05:19:14 UTC
Merge branch 'rs/fsck-null-return-from-lookup' into maint
Tip revision: b0e5269
.gitmodules
[submodule "sha1collisiondetection"]
	path = sha1collisiondetection
	url = https://github.com/cr-marcstevens/sha1collisiondetection.git
	branch = master
back to top