Jango73 / CuteGit

UI for Git (and some day other SCMs), made with Qt/QML.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A graphical view of repository modifications in a given commit range

Jango73 opened this issue · comments

A folder and a file are viewed as a rectangle of varying size.
A folder rectangle contains other folder and file rectangles.
The size of a file rectangle is proportional to the number of modifications in the given commit range.

Associated GIT command:
git log --oneline --numstat --ignore-space-change