This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "The official devtools repository". The branch, master has been updated via e9102b2ad84964cd826a63e0de605828e0528261 (commit) via 99969c67a9ef5ff0a49de5f4fa7a358d35518b1c (commit) via 05c81038e5d01962221e5fe2901813dbfba0f864 (commit) from 6364b3c9b9fae2b43bf3e02b9e84c814fc3f502f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e9102b2ad84964cd826a63e0de605828e0528261 Author: Jelle van der Waa <jelle@vdwaa.nl> Date: Sun Sep 9 21:02:45 2018 +0200 doc: add find-libprovides man page commit 99969c67a9ef5ff0a49de5f4fa7a358d35518b1c Author: Jelle van der Waa <jelle@vdwaa.nl> Date: Sun Sep 9 21:02:44 2018 +0200 doc: Add checkpkg man page commit 05c81038e5d01962221e5fe2901813dbfba0f864 Author: Jelle van der Waa <jelle@vdwaa.nl> Date: Sun Sep 9 21:02:43 2018 +0200 doc: Add lddd man page ----------------------------------------------------------------------- Summary of changes: .gitignore | 1 + Makefile | 23 +++++++++++++++++++++-- doc/asciidoc.conf | 37 +++++++++++++++++++++++++++++++++++++ doc/checkpkg.1.asciidoc | 27 +++++++++++++++++++++++++++ doc/find-libprovides.1.asciidoc | 24 ++++++++++++++++++++++++ doc/footer.asciidoc | 28 ++++++++++++++++++++++++++++ doc/lddd.1.asciidoc | 25 +++++++++++++++++++++++++ 7 files changed, 163 insertions(+), 2 deletions(-) create mode 100644 doc/asciidoc.conf create mode 100644 doc/checkpkg.1.asciidoc create mode 100644 doc/find-libprovides.1.asciidoc create mode 100644 doc/footer.asciidoc create mode 100644 doc/lddd.1.asciidoc hooks/post-receive -- The official devtools repository