Questions tagged [gource]

Gource is a software version control visualization tool.

Software projects are displayed by Gource as an animated tree with the root directory of the project at its centre. Directories appear as branches with files as leaves. Developers can be seen working on the tree at the times they contributed to the project.

gource.io

17 questions
0
votes
2 answers

Specific git-log output style

How can I use git log --pretty=format"" to output a git log in this format timestamp|username|type|file 1275543595|andrew|A|src/main.cpp
Stephie
  • 3,135
  • 17
  • 22
0
votes
2 answers

Is there a high-level visual diff tool designed for managers rather than programmers?

I've been looking and looking but the search space on this question seems hopelessly muddied. We've all been there: the 6 week project took 5 months and now execs want a Powerpoint. Is there a tool that can visually show changes to a source tree…
1
2