hrev50327 adds 1 changeset to branch 'master'
old head: a59423af8d58d075dc158f7f8f88c3b160893843
new head: 836a14832190d2718b879ac08fb82a7926b5dd8f
overview:
http://cgit.haiku-os.org/haiku/log/?qt=range&q=836a14832190+%5Ea59423af8d58
----------------------------------------------------------------------------
836a14832190: dev-perso: also check for lowercase todo[.org]
[ François Revol <revol@xxxxxxx> ]
----------------------------------------------------------------------------
Revision: hrev50327
Commit: 836a14832190d2718b879ac08fb82a7926b5dd8f
URL: http://cgit.haiku-os.org/haiku/commit/?id=836a14832190
Author: François Revol <revol@xxxxxxx>
Date: Sun May 22 19:06:19 2016 UTC
----------------------------------------------------------------------------
1 file changed, 1 insertion(+), 1 deletion(-)
3rdparty/mmu_man/scripts/dev-perso | 2 +-
----------------------------------------------------------------------------
diff --git a/3rdparty/mmu_man/scripts/dev-perso
b/3rdparty/mmu_man/scripts/dev-perso
index b5a786d..76646aa 100755
--- a/3rdparty/mmu_man/scripts/dev-perso
+++ b/3rdparty/mmu_man/scripts/dev-perso
@@ -132,7 +132,7 @@ dev() {
esac
# check for a TODO list
- for f in TODO TODO.org; do
+ for f in TODO TODO.org todo todo.org; do
test -e "$f" && grep '^* ' "$f" | grep --color=always ' TODO '
| head -5 && break
done