Revert "commit-graph.c: introduce '--[no-]check-oids'"

This reverts commit 7a9ce0269b,
which has not yet gained consensus.
This commit is contained in:
Junio C Hamano
2020-04-29 12:44:40 -07:00
parent 7a9ce0269b
commit dbd5e0a186
4 changed files with 4 additions and 42 deletions

View File

@ -145,7 +145,7 @@ static int verify_commit_graph_lite(struct commit_graph *g)
*
* There should only be very basic checks here to ensure that
* we don't e.g. segfault in fill_commit_in_graph(), but
e because this is a very hot codepath nothing that e.g. loops
* because this is a very hot codepath nothing that e.g. loops
* over g->num_commits, or runs a checksum on the commit-graph
* itself.
*/