Skip to main content

Commit History Dialog

  • Displays the commit history of the repository.

Commit History Dialog 1

ComponentNameDescription
Branch Combo BoxBranch Combo BoxSelect the branch of the commit history to display.
Start Date Text BoxStart Date Text BoxEnter the start date of the commit history to display.
Start Date Calendar ButtonStart Date Calendar ButtonSet the specified date in the Start Date text box.
End Date Text BoxEnd Date Text BoxEnter the end date of the commit history you want to display.
End Date Calendar ButtonEnd Date Calendar ButtonSet the specified date in the end date text box.
Reload ButtonReload ButtonDisplays the commit history with the current start and end dates.
Commit HistoryCommit HistoryDisplays the commit history.
You can also display the following commit information by selecting a row.
・Changed File List: Displays a list of changes.
・Hash Value Text: Displays the hash value of the commit.
・Message Text: Displays the commit message.
Project files only checkboxProject files only checkboxIf checked, only commit elements related to project files will be displayed.
Load next 20 items buttonLoad next 20 items buttonDisplays the next 20 commit histories in addition to the current commit history.
Hash value textHash value textDisplays the hash value of the commit element selected in the commit history.
Hash value copy buttonHash value copy buttonCopies the hash value to the clipboard.
Message textMessage textDisplays the message of the commit element selected in the commit history.
Changed Files ListChanged Files ListDisplays the elements corresponding to the changed files of the commit elements selected in the commit history.
Cherry-pick selected commit buttonCherry-pick selected commit buttonApply (cherry-pick) the changes of the commit selected in the commit history to the current project.
Show Diff in Editor ButtonShow Diff in Editor ButtonDisplays the differences between the project in the snapshot up to the commit selected in the commit history and the current project in the diff editor.
Show Changes ButtonShow Changes ButtonDisplays the differences between the file in the snapshot up to the commit selected in the commit history and the current file in the diff list window.
(Displayed in the case of File commit history.)
Close buttonClose buttonCloses the commit history dialog.

The contents displayed in the commit history dialog will change depending on the status as follows.

File commit history

Commit history dialog 2