Andrew Caudwell
Andrew Caudwell
I managed to get `xvfb-run` to work by specifying the display resolution: `xvfb-run -s "-screen 0 1920x1080x24" logstalgia -1920x1080 ...` If you look at the `xvfb-run` script it defaults to...
1.1.2. I don't think the version will matter though. I get the 'GLX is not supported' unless I specify the '-s' option to pass a resolution to xvfb-run. I had...
I don't think there's a built in way to do this at the moment. You could rearrange the log file so the user agent string is where there ip/hostname would...
I think maybe the way to go is to support a new command line argument (maybe `--file-colours`) that specifies a file containing the extensions and colours (similar format to the...
I'm not sure about that command line argument, maybe `--file-colour-mode github`. I think we could distribute the Linguist custom colour file with Gource and load it with the same function...
It's odd that it says gnome screensaver is segfaulting. Are you running out of disk space writing the ppm? You could try the one line command to encode a video...
I believe it changes to the directory before hand rather than include the path in the git log call.
What happens if you run: git.exe log in the directory you are in (NOTE: gource specifically runs git.exe)
The error 'fatal: Not a git repository (or any of the parent directories): .git' would have come from the running the git.exe log command. Perhaps it could be an issue...
This is the full command gource tries to run so you could try that in that directory: `git log --pretty=format:user:%aN%n%ct --reverse --raw --encoding=UTF-8 --no-renames` Also maybe try it with the...