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

This may be due to a misunderstand on my part as to what this option is supposed to do. My understanding is that during simulation all events of a day...

``` checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk......

I always get such a segfault when using gource, even on a 1-commit test git repo. I use gource like this: ``` gource /home/varac/oas/testgit -o gource.ppm ``` and journalctl shows:...

Option for setting blob-size to match file size. Color green-yellow-red for how often file was changed in the last x days Color green-yellow-red for how many different developers changed the...

``` $ gource --time-scale 20 gource: time-scale outside of range 0.0 - 4.0 Try 'gource --help' for more information. ``` I wish to make the time scale significantly faster than...

Per the Videos wiki page, this works: ``` gource -1280x720 -o - | ffmpeg -y -r 60 -f image2pipe -vcodec ppm -i - -vcodec libvpx -b 10000K gource.webm ``` If...

I'm not good at programming, and I'd like to try to use Gource. I downloaded the zip file, but when I type `gource` or `gource -f -1280x720` it answers me...

* Vertical and horizontal alignment always need to match to avoid overlapping of the label and the line. * Inverting the alignment on dir_name_position > 0.5 is only meaningful on...

Because the Perl example at https://github.com/acaudwell/Gource/wiki/Gravatar-Example didn't run on my system (LWP::Simple could not be found and my Linux distro doesn't seem to offer it as a package) and I...

Hi, I added CMakeLists.txt to allow people to use CMake instead of make. - Created CMakeLists.txt for CMake use - Added .gitignore files to ignore - Added a section in...