Commit History Dialog
- Displays the commit history of the repository.
Component | Name | Description |
---|---|---|
Branch Combo Box | Select the branch of the commit history to display. | |
Start Date Text Box | Enter the start date of the commit history to display. | |
Start Date Calendar Button | Set the specified date in the Start Date text box. | |
End Date Text Box | Enter the end date of the commit history you want to display. | |
End Date Calendar Button | Set the specified date in the end date text box. | |
Reload Button | Displays the commit history with the current start and end dates. | |
![]() | Commit History | Displays 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 checkbox | If checked, only commit elements related to project files will be displayed. | |
Load next 20 items button | Displays the next 20 commit histories in addition to the current commit history. | |
Hash value text | Displays the hash value of the commit element selected in the commit history. | |
Hash value copy button | Copies the hash value to the clipboard. | |
Message text | Displays the message of the commit element selected in the commit history. | |
Changed Files List | Displays the elements corresponding to the changed files of the commit elements selected in the commit history. | |
Cherry-pick selected commit button | Apply (cherry-pick) the changes of the commit selected in the commit history to the current project. | |
Show Diff in Editor Button | Displays 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 Button | Displays 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 button | Closes the commit history dialog. |
The contents displayed in the commit history dialog will change depending on the status as follows.