Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-04-29 22:44:40 +0300
committerJunio C Hamano <gitster@pobox.com>2020-04-29 22:44:40 +0300
commitdbd5e0a1861c5bb1446e5518173aa1760c6617b0 (patch)
tree1cf8125fb2e1d96f34115fee5aebae075a7ab414 /commit-graph.c
parent7a9ce0269bc0f4ef230f930b3910b70ac3142552 (diff)
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.c2
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.
*/