aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-07-18 08:30:25 -0700
committerJunio C Hamano <gitster@pobox.com>2024-07-18 08:30:25 -0700
commitf9e4f2599c1a1b7470705cd92a2552250a21fdbc (patch)
tree85e7932510d04743cd44c1edd6162d5fe26f1fb1
parent1c4a234a1cc13426854d3027ccaa3244835a6d1b (diff)
parent730914ed7eb6da5e05a269adf74a1579583699a6 (diff)
downloadgit-f9e4f2599c1a1b7470705cd92a2552250a21fdbc.tar.gz
Merge branch 'ch/refs-without-the-repository-fix'
Comment fix. * ch/refs-without-the-repository-fix: refs: correct the version numbers in a comment
-rw-r--r--refs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/refs.h b/refs.h
index 0ecba21b4a..b3e39bc257 100644
--- a/refs.h
+++ b/refs.h
@@ -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,