Re: [PATCH 5/7] check-docs: do not bother checking for legacy scripts' documentation

2019-04-15 Thread Junio C Hamano
"Johannes Schindelin via GitGitGadget" writes: > Obviously, those `git-legacy-` commands share the documentation > with the built-in `git-`, and are not intended to be called > directly anyway. So let's not try to ensure that they are documented > separately from their built-in versions. Yup.

[PATCH 5/7] check-docs: do not bother checking for legacy scripts' documentation

2019-04-12 Thread Johannes Schindelin via GitGitGadget
From: Johannes Schindelin In the recent years, there has been a big push to convert more and more of Git's commands that are implemented as scripts to built-ins written in pure, portable C, for robustness, speed and portability. One strategy that served us well is to convert those scripts increm