Skip to content

Commit c58e83e

Browse files
committed
filter-repo: fix obvious comment typo
Signed-off-by: Elijah Newren <[email protected]>
1 parent ad73b5e commit c58e83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-filter-repo

+1-1
Original file line numberDiff line numberDiff line change
@@ -2423,7 +2423,7 @@ class RepoFilter(object):
24232423
# If there was an OrderedSet class, I'd use it instead.
24242424
self._pending_renames = collections.OrderedDict()
24252425

2426-
# A dict of commit_hash[1:7] -> set(commit_hashes with that prefix).
2426+
# A dict of commit_hash[0:7] -> set(commit_hashes with that prefix).
24272427
#
24282428
# It's common for commit messages to refer to commits by abbreviated
24292429
# commit hashes, as short as 7 characters. To facilitate translating

0 commit comments

Comments
 (0)