Gource icon indicating copy to clipboard operation
Gource copied to clipboard

software version control visualization

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

Build was failing with Boost 1.85.0: ``` src/gource_settings.cpp:836:36: error: use of undeclared identifier 'extension' std::string file_ext = extension(p); ^ 1 error generated. ``` Looking at https://www.boost.org/doc/libs/1_85_0/libs/filesystem/doc/deprecated.html, it appears the `extension()`...

The wiki article to merge multiple repositories is only for UNIX based systems. Here's how you handle this in Windows. gource --output-custom-log repo1.txt "repo1/filepath" gource --output-custom-log repo2.txt "repo2/filepath" type repo1.txt...

Currently, when `--loop` option is used, gource jumps to the start of the log at the end. I want an ability to loop to the position specified by `--start-position`, `-p`...

I've been enjoying this tool for a while. I ran it about a year ago and it changed priorities for me, which was excellent. I'm running it again about a...

Sometimes the same user might have committed to the same source under multiple usernames. Maybe the username changed (got bored, got married, etc), or maybe they accidentally committed using the...

If I try to use the command `gource --file-filter '(a|b)'` for example powershell will respond with: `'b)' is not recognized as an internal or external command, operable program or batch...

hi maintainers, i'm working on an independent research project which revolves very closely around software evolution in industry-grade (large scale, multi-repository, well documented) codebases and my primary approach is to...

This is more or less a feature request :) When looking for a "data privacy" statement for the gource tool, I did not found a lot, besides a few closed...

Raw git repositories are created by using git clone --mirror, and are preferable to normal git clones in my opinion because they include all pull requests and branches. They're basically...