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 f61421a3f5f29f4f8447846c1135961487fb5db6 (commit) from 26b2ffc665fb78bfe3345892b7d740d5835387f2 (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 f61421a3f5f29f4f8447846c1135961487fb5db6 Author: Sven-Hendrik Haase <svenstaro@gmail.com> Date: Fri Mar 8 07:19:02 2019 +0100 Add sogrep This is from Eli's dotfiles after he'd cleaned it up but never actually went ahead and made this PR. I figure it's time to add it. ----------------------------------------------------------------------- Summary of changes: Makefile | 6 ++-- doc/footer.asciidoc | 2 +- doc/sogrep.1.asciidoc | 31 ++++++++++++++++ sogrep | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 134 insertions(+), 3 deletions(-) create mode 100644 doc/sogrep.1.asciidoc create mode 100644 sogrep hooks/post-receive -- The official devtools repository