1
0
mirror of https://github.com/git/git.git synced 2024-09-08 03:50:44 +02:00

Merge branch 'ch/refs-without-the-repository-fix'

Comment fix.

* ch/refs-without-the-repository-fix:
  refs: correct the version numbers in a comment
This commit is contained in:
Junio C Hamano 2024-07-18 08:30:25 -07:00
commit f9e4f2599c

4
refs.h
View File

@ -1087,10 +1087,10 @@ int repo_migrate_ref_storage_format(struct repository *repo,
struct strbuf *err);
/*
* The following functions have been removed in Git v2.45 in favor of functions
* The following functions have been removed in Git v2.46 in favor of functions
* that receive a `ref_store` as parameter. The intent of this section is
* merely to help patch authors of in-flight series to have a reference what
* they should be migrating to. The section will be removed in Git v2.46.
* they should be migrating to. The section will be removed in Git v2.47.
*/
#if 0
static char *resolve_refdup(const char *refname, int resolve_flags,