sh-mahdi / gource

Automatically exported from code.google.com/p/gource
0 stars 0 forks source link

--highlight-colour not working #240

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm running

gource -1280x720 --seconds-per-day 0.001 --hide filenames,progress --dir-name-depth 1 --highlight-dirs --highlight-colour FF00FF -r 25 -o - | avconv -r 25 -f image2pipe -vcodec ppm -i - -pre libvpx-720p -b 5000K -an -y test.webm

but really the directory colors don't change from white.

Original issue reported on code.google.com by nico.sch...@gmail.com on 19 Jun 2015 at 12:57

GoogleCodeExporter commented 8 years ago
This can be reproduced with the repo https://github.com/trilinos/trilinos.

Original comment by nico.sch...@gmail.com on 19 Jun 2015 at 1:01