File history

To display the single file history, right click on a file name in the Browse Repository File tree or in the Diff tab and select File history or Blame. The single file history viewer shows all revisions of a single file. (This is available for submodules too, but the information is mostly not interesting.)

_images/context_menu_blame.png

Commit

The Commit tab contains the information about the commit, including the other files in the commit.

_images/file_history_commit.png

Diff

You can view the difference report from the commit in the Diff tab.

Note

Added lines are marked with a +, removed lines are marked with a .

_images/file_history_diff.png

View

You can view the content of the file in after each commit in the View tab.

_images/file_history_view.png

Blame

There is a blame function in the file history browser. The commit for the selected line is displayed.

_images/file_history_blame.png

Double clicking on a code line shows the full commit introducing the change.