diff options
author | Junio C Hamano <junkio@cox.net> | 2007-03-30 01:03:09 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-30 01:03:09 -0700 |
commit | aa453216d1b3e49e7f6f98441fa56946ddcd6a20 (patch) | |
tree | 241ee601432cc331806e11c08f66f66b6f971696 /Makefile | |
parent | a208362fad4ebfd341f4c57fee795302a4b1f42c (diff) | |
download | git-aa453216d1b3e49e7f6f98441fa56946ddcd6a20.tar.gz |
Do not bother documenting fetch--tool
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -991,7 +991,7 @@ check-docs:: git-merge-octopus | git-merge-ours | git-merge-recursive | \ git-merge-resolve | git-merge-stupid | \ git-add--interactive | git-fsck-objects | git-init-db | \ - git-repo-config | \ + git-repo-config | git-fetch--tool | \ git-ssh-pull | git-ssh-push ) continue ;; \ esac ; \ test -f "Documentation/$$v.txt" || \ |