зеркало из https://github.com/microsoft/git.git
Makefile: update check-docs target
Old aliases are not linked to the main command list. Also the internal git-add--interactive does not need to be on the list. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
727d38d757
Коммит
4b02c5290e
5
Makefile
5
Makefile
|
@ -939,11 +939,14 @@ check-docs::
|
||||||
case "$$v" in \
|
case "$$v" in \
|
||||||
git-merge-octopus | git-merge-ours | git-merge-recursive | \
|
git-merge-octopus | git-merge-ours | git-merge-recursive | \
|
||||||
git-merge-resolve | git-merge-stupid | \
|
git-merge-resolve | git-merge-stupid | \
|
||||||
|
git-add--interactive | git-fsck-objects | git-init-db | \
|
||||||
|
git-repo-config | \
|
||||||
git-ssh-pull | git-ssh-push ) continue ;; \
|
git-ssh-pull | git-ssh-push ) continue ;; \
|
||||||
esac ; \
|
esac ; \
|
||||||
test -f "Documentation/$$v.txt" || \
|
test -f "Documentation/$$v.txt" || \
|
||||||
echo "no doc: $$v"; \
|
echo "no doc: $$v"; \
|
||||||
grep -q "^gitlink:$$v\[[0-9]\]::" Documentation/git.txt || \
|
sed -e '1,/^__DATA__/d' Documentation/cmd-list.perl | \
|
||||||
|
grep -q "^$$v[ ]" || \
|
||||||
case "$$v" in \
|
case "$$v" in \
|
||||||
git) ;; \
|
git) ;; \
|
||||||
*) echo "no link: $$v";; \
|
*) echo "no link: $$v";; \
|
||||||
|
|
Загрузка…
Ссылка в новой задаче