Andrew Caudwell
Andrew Caudwell
I tried pasting the above into a file and running it with `gource neo.log`. It didn't work initially because the expected 'tab' character between the file status (e.g. 'A') and...
Hah. Strange. Well at least there's an easy work around.
It can read STDIN (it's documented) but history logs are just saved to a temporary file and then read.
Odd. What graphics card do you have? Make sure you have up to date drivers. What are the visual glitches?
What is your GPU
You can see the command used by gource to generate the input log file from git: `gource --git-log-command` Currently: `git log --pretty=format:user:%aN%n%ct --reverse --raw --encoding=UTF-8 --no-renames` You can run your...
Normally it just shows you the history on the current branch. `gource --git-log-command` gives you the command gource uses, you could append --all to that and save the output to...
A log file and settings that produce the issue would help debug this. It might be getting removed from the pending deleted files in RFile::touch(), though its already quite aggressive...
Nice work. Had the same issue when I tried the test data but it illuminated a big issue with the Mercurial parsing.
I finally made a test case that triggers it with the default settings: 1277787454|alvin|A|path/to/file.txt 1277787454|alvin|M|path/to/file.txt 1277787454|alvin|M|path/to/file.txt 1277787454|alvin|M|path/to/file.txt 1277787454|alvin|M|path/to/file.txt 1277787454|alvin|M|path/to/file.txt 1277787454|alvin|M|path/to/file.txt 1277787454|alvin|M|path/to/file.txt 1277787454|alvin|M|path/to/file.txt 1277787454|alvin|M|path/to/file.txt 1277787454|alvin|M|path/to/file.txt 1277787454|alvin|M|path/to/file.txt 1277787454|alvin|M|path/to/file.txt 1277787454|alvin|M|path/to/file.txt 1277787454|alvin|M|path/to/file.txt 1277787454|alvin|M|path/to/file.txt 1277787455|bob|D|path/to/file.txt...