Merge branch 'sc/pack-refs-deletion-racefix'
[gitweb.git] / Documentation / technical / hash-function-transition.txt
index bc2ace2a6e0563f655fedb5681307b43c98cedc7..2ae8fa470ada107bd26302543ac93197e0e00c2e 100644 (file)
@@ -456,7 +456,7 @@ packfile marked as UNREACHABLE_GARBAGE (using the PSRC field; see
 below). To avoid the race when writing new objects referring to an
 about-to-be-deleted object, code paths that write new objects will
 need to copy any objects from UNREACHABLE_GARBAGE packs that they
-refer to to new, non-UNREACHABLE_GARBAGE packs (or loose objects).
+refer to new, non-UNREACHABLE_GARBAGE packs (or loose objects).
 UNREACHABLE_GARBAGE are then safe to delete if their creation time (as
 indicated by the file's mtime) is long enough ago.