Gource icon indicating copy to clipboard operation
Gource copied to clipboard

software version control visualization

Results 104 Gource issues
Sort by recently updated
recently updated
newest added

Ports needed: ``` sudo port install freetype sudo port install giflib sudo port install tiff sudo port install jpeg sudo port install libpng sudo port install boost sudo port install...

Please add option to set custom colors for specific file extensions. It would be really great if one could decide in what color specific file extensions should look like. For...

It would be very valuable to understand the relative size of some of the files. I would really like an option to adjust the file diameter based on the number...

when I run gource --output-custom-log log1.txt repo1 then I run a git log --all I have about 4 months more history from the git log --all command than what gource...

Is it possible to animate merging branches ? I only found that we can animate two branches like two separate repositories and than combine their log files using sed. But...

It seems there are a few memory leaks: Reproduced by running gource on its own repo: ```` Direct leak of 2112 byte(s) in 33 object(s) allocated from: #0 0x495002 in...

gource 0.48 My command is ````gource --auto-skip-seconds 0.001 -s 0.001```` A year ago or so this used to enforce one commit per frame, but now it seems that the line...

I'm trying to use Gource to show the history of a Java project. (specifically, a minecraft mod!) However the graphs always come out looking like this: ![image](https://user-images.githubusercontent.com/2068021/38282085-2d9fd4b6-377c-11e8-99a7-adc35c022b81.png) It's really hard...

Gource Version: 0.43 `uname -a`: Linux Inspiron-530s 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux I noticed that when running Gource with my custom log...

when passing in a path via the --path option the git log command is not reflecting this. I assume the path shoudl be passed into the logCommand in GitCommitLog class...