-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Below is an image of the first screen of the tool:

To open a repository, you can type the full path in the text field or browse to the repository directory by clicking the [...] button.
After opening the repository, the data recovered from the repository is processed to create the view. The figure below shows the main elements of the interface:

By clicking on the top right plus button the right panel will be shown with more information as described in the pictures below:


A file may be in one of the following states:
- Unmodified: No changes were made;
- Added: The file is new in the repository;
- Modified: The content of the file has been modified;
- Deleted: The file no longer exists in the repository.
A non-binary modified file may also have lines in the following states:
- Unmodified: As the name says, a line that was not changed;
- Added: A new line in the file;
- Modified: The new line that replaces the position of a deleted line;
- Deleted: A line that no longer exists in the file.
A statistic of the number of added, modified and deleted lines is counted for each modified file.
For each selected commit, two visual representations of changes made in the commit are created: a treemap and a graph-based view.
| Treemap | Graph-based View |
|---|---|
![]() |
![]() |
Some visual characteristics are used to represent the status of each file or directory. Being them:
- The color;
- the opacity; and
- the size.

