summaryrefslogtreecommitdiffstats
path: root/refs.h
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2024-07-16 11:55:44 +0200
committerJunio C Hamano <gitster@pobox.com>2024-07-16 18:06:22 +0200
commit730914ed7eb6da5e05a269adf74a1579583699a6 (patch)
tree12cab7a8a9fe5702330a0ae4ff44b8c5908bd803 /refs.h
parentrefs: remove functions without ref store (diff)
downloadgit-730914ed7eb6da5e05a269adf74a1579583699a6.tar.xz
git-730914ed7eb6da5e05a269adf74a1579583699a6.zip
refs: correct the version numbers in a comment
The paragraph talks about a change made in c8f815c2 (refs: remove functions without ref store, 2024-05-07), which is v2.46.0-rc0~119^2 and will be published as part of v2.46, not v2.45. Signed-off-by: Christian Hesse <mail@eworm.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'refs.h')
-rw-r--r--refs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/refs.h b/refs.h
index d02dd79ca6..e79b7c0ef5 100644
--- a/refs.h
+++ b/refs.h
@@ -1001,10 +1001,10 @@ int is_pseudoref(struct ref_store *refs, const char *refname);
int is_headref(struct ref_store *refs, const char *refname);
/*
- * 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,