Karthik Nayak <karthik.188@xxxxxxxxx> writes: >> .gitignore | 1 + >> Makefile | 1 + >> builtin.h | 1 + >> builtin/repo-info.c | 21 +++++++++++++++++++++ >> git.c | 1 + >> meson.build | 1 + >> 6 files changed, 26 insertions(+) >> create mode 100644 builtin/repo-info.c >> > > Something I mentioned in the previous review, but hasn't been addressed > is the addition of documentation for the new command. With each patch > modifying the command, it would be also nice to add the respective > documentation. Bsdies, the lack of Documentation/repo-info.adoc causes "make check-docs" fail.