rev-parse(1): logically group options
[gitweb.git] / transport.c
index ba5d8afb1b04ba9d331c721fd9f730184fff2f23..40bc54008ff5718c2a50dc8b678afb1ca0ecb702 100644 (file)
@@ -1228,7 +1228,7 @@ int transport_fetch_refs(struct transport *transport, struct ref *refs)
                 * then local and remote refs are likely to still be equal.
                 * Just feed them all to the fetch method in that case.
                 * This condition shouldn't be met in a non-deepening fetch
-                * (see builtin-fetch.c:quickfetch()).
+                * (see builtin/fetch.c:quickfetch()).
                 */
                heads = xmalloc(nr_refs * sizeof(*heads));
                for (rm = refs; rm; rm = rm->next)