]> git.ipfire.org Git - thirdparty/git.git/blobdiff - list-objects-filter.c
Merge branch 'ds/maintenance-pack-refs'
[thirdparty/git.git] / list-objects-filter.c
index 0a3ef3cab3ac31abb679a18f048798e7e4ac54ea..4ec0041cfb4eca9efc4420373ad5312569fb615c 100644 (file)
@@ -21,7 +21,7 @@
  * in the traversal (until we mark it SEEN).  This is a way to
  * let us silently de-dup calls to show() in the caller.  This
  * is subtly different from the "revision.h:SHOWN" and the
- * "sha1-name.c:ONELINE_SEEN" bits.  And also different from
+ * "object-name.c:ONELINE_SEEN" bits.  And also different from
  * the non-de-dup usage in pack-bitmap.c
  */
 #define FILTER_SHOWN_BUT_REVISIT (1<<21)