diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-04-29 12:44:40 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-04-29 12:44:40 -0700 |
commit | dbd5e0a1861c5bb1446e5518173aa1760c6617b0 (patch) | |
tree | 1cf8125fb2e1d96f34115fee5aebae075a7ab414 /commit-graph.c | |
parent | commit-graph.c: introduce '--[no-]check-oids' (diff) | |
download | tgif-dbd5e0a1861c5bb1446e5518173aa1760c6617b0.tar.xz |
Revert "commit-graph.c: introduce '--[no-]check-oids'"
This reverts commit 7a9ce0269bc0f4ef230f930b3910b70ac3142552,
which has not yet gained consensus.
Diffstat (limited to 'commit-graph.c')
-rw-r--r-- | commit-graph.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commit-graph.c b/commit-graph.c index af677fc98e..bf86e4a92b 100644 --- a/commit-graph.c +++ b/commit-graph.c @@ -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. */ |