Skip to content

Commit f9e4f25

Browse files
committed
Merge branch 'ch/refs-without-the-repository-fix'
Comment fix. * ch/refs-without-the-repository-fix: refs: correct the version numbers in a comment
2 parents 1c4a234 + 730914e commit f9e4f25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

refs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,10 +1087,10 @@ int repo_migrate_ref_storage_format(struct repository *repo,
10871087
struct strbuf *err);
10881088

10891089
/*
1090-
* The following functions have been removed in Git v2.45 in favor of functions
1090+
* The following functions have been removed in Git v2.46 in favor of functions
10911091
* that receive a `ref_store` as parameter. The intent of this section is
10921092
* merely to help patch authors of in-flight series to have a reference what
1093-
* they should be migrating to. The section will be removed in Git v2.46.
1093+
* they should be migrating to. The section will be removed in Git v2.47.
10941094
*/
10951095
#if 0
10961096
static char *resolve_refdup(const char *refname, int resolve_flags,

0 commit comments

Comments
 (0)