summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2e0e8b6)
raw | patch | inline | side by side (parent: 2e0e8b6)
author | Junio C Hamano <gitster@pobox.com> | |
Wed, 10 Mar 2010 23:31:34 +0000 (15:31 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 10 Mar 2010 23:31:34 +0000 (15:31 -0800) |
When we added bunch of git-remote-* helper backends, we should have
done this to squelch complaints that they do not have their own
manual pages. Also the entry for git-remote-helpers was not
properly marked as a non-command.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
done this to squelch complaints that they do not have their own
manual pages. Also the entry for git-remote-helpers was not
properly marked as a non-command.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | patch | blob | history |
diff --git a/Makefile b/Makefile
index cdc58fed7809c41a5b85162a3738ccca15720ab0..8fdc421073bf449c559d8ac0c962058db372dc02 100644 (file)
--- a/Makefile
+++ b/Makefile
git-merge-octopus | git-merge-ours | git-merge-recursive | \
git-merge-resolve | git-merge-subtree | \
git-fsck-objects | git-init-db | \
+ git-remote-* | git-stage | \
git-?*--?* ) continue ;; \
esac ; \
test -f "Documentation/$$v.txt" || \
documented,gittutorial | \
documented,gittutorial-2 | \
documented,git-bisect-lk2009 | \
- documented.git-remote-helpers | \
+ documented,git-remote-helpers | \
documented,gitworkflows | \
sentinel,not,matching,is,ok ) continue ;; \
esac; \