]> git.ipfire.org Git - thirdparty/git.git/commit
merge-ort: fix completely wrong comment
authorElijah Newren <newren@gmail.com>
Sun, 19 Sep 2021 01:48:55 +0000 (01:48 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Sep 2021 18:25:02 +0000 (11:25 -0700)
commit3584cff71c62586c050505b80d7d4c9b1b290101
tree02761c8b7ce89be4758c619ef8018cf05224a702
parentb031f47802b60114d294c2075f8607ce30f50920
merge-ort: fix completely wrong comment

Not sure what happened, but the comment is describing code elsewhere in
the file.  Fix the comment to actually discuss the code that follows.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
merge-ort.c