We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad73b5e commit c58e83eCopy full SHA for c58e83e
git-filter-repo
@@ -2423,7 +2423,7 @@ class RepoFilter(object):
2423
# If there was an OrderedSet class, I'd use it instead.
2424
self._pending_renames = collections.OrderedDict()
2425
2426
- # A dict of commit_hash[1:7] -> set(commit_hashes with that prefix).
+ # A dict of commit_hash[0:7] -> set(commit_hashes with that prefix).
2427
#
2428
# It's common for commit messages to refer to commits by abbreviated
2429
# commit hashes, as short as 7 characters. To facilitate translating
0 commit comments