diff options
| author | Kristoffer Haugsbakk <code@khaugsbakk.name> | 2025-06-09 17:59:42 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-06-09 11:33:25 -0700 |
| commit | 6cd0701e3cc9980e4018d0986069cea8837565e3 (patch) | |
| tree | e8c77cf55cd6e29da360b359cd9b0f7feb64d918 | |
| parent | builtin/maintenance: introduce "rerere-gc" task (diff) | |
| download | git-6cd0701e3cc9980e4018d0986069cea8837565e3.tar.gz git-6cd0701e3cc9980e4018d0986069cea8837565e3.zip | |
doc: maintenance: fix linkgit syntax
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
| -rw-r--r-- | Documentation/git-maintenance.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-maintenance.adoc b/Documentation/git-maintenance.adoc index 931f3e02e8..540b5cf68b 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 ------- |
