- The code view shows the code of the currently selected file with a heatmap drawn underneath with the selected metric. For example if
- the changes per version mode the x axis gives the lines, the y axis gives the versions and the color is the number of changes that
- happened in the line and version.
+ The code view shows the code of the currently selected file with a heatmap drawn underneath with the selected metric. For example,
+ if the changes per version mode the x-axis gives the lines, the y axis gives the versions and the colour is the number of changes
+ that happened in the line and version.
- The barchart on the top shows the summary of each column as barchart. For example in the changes per version mode it shows the
+ The barchart on the top shows the summary of each column as barchart. For example, in the changes per version mode, it shows the
different versions where the file was changed and the high of the column shows the changes per version
- Its also possible to hover over the bars to get additional information and if the changes per verison mode is selected its also
+ It is also possible to hover over the bars to get additional information and if the changes per version mode is selected it is also
possible to click the individual bars to show the sourcecode to the selected version.
- The row summary shows a summary over each code line to get a overview how often a specific line changed over for example the
+ The row summary shows a summary over each code line to get an overview of how often a specific line changed over for example the
different versions
-
Its also possible to hover over the bars to get additional information.
+
It is also possible to hover over the bars to get additional information.
+ The Branch view shows a graphical overview of all the displayed versions and how they are connected in branches with each other. If
+ the previous version is currently not displayed the branch view shows a dotted line.
+
+
+ It is also possible to hover over the bars to get additional information and if the changes per version mode is selected it is also
+ possible to click the individual bars to show the sourcecode to the selected version.
+
+ Search for versions, developers, issues or specific lines. It is also possible to use a search modifier to make your search even
+ more accurate. To use a search modifier just type -[modifier] followed by a space followed by the search term.
+
+
Possible Modifier in Changes/Version mode
+
+
-m or -message: search for an occurrence in the commit message
+
-s or -sha: search for a specific commit sha
+
-d or -developer: search for a specific developer
+
-b or -branch: search for a specific branch
+
+ -l or -line or -lines: search for a specific line or line range. Possible search terms are linernumber, -endlinenumber,
+ startlinenumber- and startlinenumber-endlinenumber
+
+
+
Possible Modifier in Changes/Developer mode
+
+
-n or -name: search for a specific developer name
+
-e or -email: search for a specific developer email
+
+ -l or -line or -lines: search for a specific line or line range. Possible search terms are linernumber, -endlinenumber,
+ startlinenumber- and startlinenumber-endlinenumber
+
+
+
Possible Modifier in Changes/Issue mode
+
+
-t or -title: search for a specific issue title
+
-d or -description: search for a specific issue description
+
-i or -iid: search for a specific issue iid
+
+ -l or -line or -lines: search for a specific line or line range. Possible search terms are linernumber, -endlinenumber,
+ startlinenumber- and startlinenumber-endlinenumber
+
+ Search for files in the filebrowser. It is also possible to use a search modifier to make your search even more accurate. To use a
+ search modifier just type -[modifier] followed by a space followed by the search term.
+