Orgad Shaneh
82aa1380f2
Cleanup whitespace
...
Mostly trailing whitespace
Change-Id: Ic324d20e8159c9d255895248ce04f25c692daf46
Reviewed-by: Orgad Shaneh <orgads@gmail.com >
2014-05-16 14:27:13 +02:00
Tobias Hunger
56908de4d5
Make mytasks script take a origin to diff against
...
Change-Id: I8640b0852e96b21518fde36d0e0eb24ae473b6f9
Reviewed-by: Daniel Teske <daniel.teske@nokia.com >
2012-04-24 10:16:09 +02:00
Tobias Hunger
d804503009
Fix executable bit of scripts/mytasks
...
Change-Id: I4db30800eb0c15f4b7a10ff93a3baf27f6a2110d
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com >
2012-04-20 12:45:47 +02:00
Tobias Hunger
8c0316955f
Update mytasks to new coding style
...
Fix some false positives while at it.
Change-Id: I253a2931f866ba192cbc398b784ef851f35ccfb1
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com >
2012-04-17 10:56:59 +02:00
Tobias Hunger
c46221ee9a
Fix git branch retrieval in mytasks.pl script
...
Change-Id: I86ddcff32e697d7bf02217a05e9f5a4e13cc1015
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com >
2012-04-16 18:09:58 +02:00
Tobias Hunger
b2ba7c706e
Script: Improve mytasks.pl script
...
* Make it handle branches other than master
* Make it warn about whitespace related issues.
2010-10-15 18:28:32 +02:00
Tobias Hunger
49a650fb25
Add a task list generator example
...
* Add a small script that will generate a tasklist by running
"git diff origin/master" and doing some simple checks on the
newly added line.
I run this script like that in the top level Qt creator
source directory:
while true; do scripts/mytasks.pl > qtcreator.tasks ; sleep 600 ; done
This updates the tasklist every 10min. Qt Creator will detect the change
and reload the list.
2010-08-27 17:25:25 +02:00