* [PATCH] doc: maintenance: fix linkgit syntax
@ 2025-06-09 15:59 kristofferhaugsbakk
2025-06-09 18:34 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: kristofferhaugsbakk @ 2025-06-09 15:59 UTC (permalink / raw)
To: git; +Cc: Kristoffer Haugsbakk, Patrick Steinhardt
From: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
---
Notes (series):
I get no more hits with this search
cd Documentation
git grep --no-index ':git-.*[123456789]' -- '*.html'
Documentation/git-maintenance.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/git-maintenance.adoc b/Documentation/git-maintenance.adoc
index 931f3e02e85..540b5cf68b0 100644
--- a/Documentation/git-maintenance.adoc
+++ b/Documentation/git-maintenance.adoc
@@ -172,7 +172,7 @@ rerere-gc::
worktree-prune::
The `worktree-prune` task deletes stale or broken worktrees. See
- linkit:git-worktree[1] for more information.
+ linkgit:git-worktree[1] for more information.
OPTIONS
-------
base-commit: 8db3019401f8093fb895f581be641fe7e05aa755
--
2.50.0.rc1.593.g32ee0d3380b
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] doc: maintenance: fix linkgit syntax
2025-06-09 15:59 [PATCH] doc: maintenance: fix linkgit syntax kristofferhaugsbakk
@ 2025-06-09 18:34 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2025-06-09 18:34 UTC (permalink / raw)
To: kristofferhaugsbakk; +Cc: git, Kristoffer Haugsbakk, Patrick Steinhardt
kristofferhaugsbakk@fastmail.com writes:
> From: Kristoffer Haugsbakk <code@khaugsbakk.name>
>
> Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
> ---
>
> Notes (series):
> I get no more hits with this search
>
> cd Documentation
> git grep --no-index ':git-.*[123456789]' -- '*.html'
Thanks for being thorough.
The patch looks good. Will queue.
> Documentation/git-maintenance.adoc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/git-maintenance.adoc b/Documentation/git-maintenance.adoc
> index 931f3e02e85..540b5cf68b0 100644
> --- a/Documentation/git-maintenance.adoc
> +++ b/Documentation/git-maintenance.adoc
> @@ -172,7 +172,7 @@ rerere-gc::
>
> worktree-prune::
> The `worktree-prune` task deletes stale or broken worktrees. See
> - linkit:git-worktree[1] for more information.
> + linkgit:git-worktree[1] for more information.
>
> OPTIONS
> -------
>
> base-commit: 8db3019401f8093fb895f581be641fe7e05aa755
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-06-09 18:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-09 15:59 [PATCH] doc: maintenance: fix linkgit syntax kristofferhaugsbakk
2025-06-09 18:34 ` 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).