Skip to content

Commit 730914e

Browse files
eworm-degitster
authored andcommitted
refs: correct the version numbers in a comment
The paragraph talks about a change made in c8f815c (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c8f815c commit 730914e

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
@@ -1001,10 +1001,10 @@ int is_pseudoref(struct ref_store *refs, const char *refname);
10011001
int is_headref(struct ref_store *refs, const char *refname);
10021002

10031003
/*
1004-
* The following functions have been removed in Git v2.45 in favor of functions
1004+
* The following functions have been removed in Git v2.46 in favor of functions
10051005
* that receive a `ref_store` as parameter. The intent of this section is
10061006
* merely to help patch authors of in-flight series to have a reference what
1007-
* they should be migrating to. The section will be removed in Git v2.46.
1007+
* they should be migrating to. The section will be removed in Git v2.47.
10081008
*/
10091009
#if 0
10101010
static char *resolve_refdup(const char *refname, int resolve_flags,

0 commit comments

Comments
 (0)