Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

11 строки
783 B

  1. ## Visual File History
  2. <p align="center">
  3. <img src="../../images/docs/visual-file-history-hover.png" alt="Visual File History View"/>
  4. </p>
  5. The Visual File History allows you to quickly see the evolution of a file, including when changes were made, how large they were, and who made them.
  6. Authors who have contributed changes to the file are on the left y-axis to create a swim-lane of their commits over time (the x-axis). Commit are plotted as color-coded (per-author) bubbles, whose size represents the relative magnitude of the changes.
  7. Additionally, each commit's additions and deletions are visualized as color-coded, stacked, vertical bars, whose height represents the number of affected lines (right y-axis). Added lines are shown in green, while deleted lines are red.