Skip to content

Commit aa45321

Browse files
author
Junio C Hamano
committed
Do not bother documenting fetch--tool
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent a208362 commit aa45321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ check-docs::
991991
git-merge-octopus | git-merge-ours | git-merge-recursive | \
992992
git-merge-resolve | git-merge-stupid | \
993993
git-add--interactive | git-fsck-objects | git-init-db | \
994-
git-repo-config | \
994+
git-repo-config | git-fetch--tool | \
995995
git-ssh-pull | git-ssh-push ) continue ;; \
996996
esac ; \
997997
test -f "Documentation/$$v.txt" || \

0 commit comments

Comments
 (0)