* [PATCH 1/1] refs: update the version numbers...
@ 2024-07-16 9:55 Christian Hesse
2024-07-16 16:07 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Christian Hesse @ 2024-07-16 9:55 UTC (permalink / raw)
To: Git Mailing List; +Cc: Christian Hesse
From: Christian Hesse <mail@eworm.de>
... as they were one off.
Signed-off-by: Christian Hesse <mail@eworm.de>
---
refs.h | 4 ++--
1 file 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,
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/1] refs: update the version numbers...
2024-07-16 9:55 [PATCH 1/1] refs: update the version numbers Christian Hesse
@ 2024-07-16 16:07 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2024-07-16 16:07 UTC (permalink / raw)
To: Christian Hesse; +Cc: Git Mailing List, Christian Hesse
Christian Hesse <list@eworm.de> writes:
> From: Christian Hesse <mail@eworm.de>
>
> ... as they were one off.
>
> Signed-off-by: Christian Hesse <mail@eworm.de>
> ---
> refs.h | 4 ++--
> 1 file 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,
Right. "git blame" says this block came from 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.
Will queue. Thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-16 16:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-16 9:55 [PATCH 1/1] refs: update the version numbers Christian Hesse
2024-07-16 16:07 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).