Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-03-30 12:03:09 +0400
committerJunio C Hamano <junkio@cox.net>2007-03-30 12:03:09 +0400
commitaa453216d1b3e49e7f6f98441fa56946ddcd6a20 (patch)
tree241ee601432cc331806e11c08f66f66b6f971696 /Makefile
parenta208362fad4ebfd341f4c57fee795302a4b1f42c (diff)
Do not bother documenting fetch--tool
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 960f98e801..b159ffd0ae 100644
--- a/Makefile
+++ b/Makefile
@@ -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" || \