# Update info tab

> **TL;DR**
> View | Tool Windows | <specific_VCS>
>
> `Alt+9` (Windows), `⌘ 9` (macOS), `⌘ 9` (IntelliJ IDEA Classic (macOS)), `⌘ 9` (macOS System Shortcuts), `Alt+9` (XWin), `Alt+9` (GNOME), `Alt+9` (KDE), `Alt+9` (Emacs), `Alt+9` (Sublime Text), `⌘ 9` (Sublime Text (macOS)), `Alt+9` (NetBeans), `Alt+9` (Visual Studio), `⌘ 9` (Visual Studio (macOS)), `Alt+9` (Eclipse), `⌘ 9` (Eclipse (macOS))

This tab is available when local information is synchronized with the server (<specific_VCS> | Update Project). The Commits area shows a list of all commits performed since you last [synced with the remote](sync-with-a-remote-repository.html).

> **Tip:**
> If you want to see a full list of all files modified since the last update, place the caret anywhere in the list of commits and press `Ctrl+A` (Windows), `⌘ A` (macOS), `⌘ A` (IntelliJ IDEA Classic (macOS)), `⌘ A` (macOS System Shortcuts), `Ctrl+A` (XWin), `Ctrl+A` (GNOME), `Ctrl+A` (KDE), `Ctrl+X, H` (Emacs), `Ctrl+A` (Sublime Text), `⌘ A` (Sublime Text (macOS)), `Ctrl+A` (NetBeans), `Ctrl+A` (Visual Studio), `⌘ A` (Visual Studio (macOS)), `Ctrl+A` (Eclipse), `⌘ A` (Eclipse (macOS)). You can disable grouping to see a flat list: click ![Group By](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.actions.groupBy.svg) on the toolbar in the Changed Files pane.

## Toolbar

| Item | Tooltip and Shortcut | Description |
| --- | --- | --- |
| Filter | N/A | Use this field to search through the list of commits. You can enter full commit names or messages or their fragments, revision numbers, or regular expressions.  To finalize the search, press `Enter` (Windows), `⏎` (macOS), `⏎` (IntelliJ IDEA Classic (macOS)), `⏎` (macOS System Shortcuts), `Enter` (XWin), `Enter` (GNOME), `Enter` (KDE), `Enter` (Emacs), `Enter` (Sublime Text), `⏎` (Sublime Text (macOS)), `Enter` (NetBeans), `Enter` (Visual Studio), `⏎` (Visual Studio (macOS)), `Enter` (Eclipse), `⏎` (Eclipse (macOS)) or move the focus away from the search field.   > **Tip:** > You can quickly switch the focus to the search field by pressing `Ctrl+L` (Windows), `⌘ L` (macOS), `⌘ L` (IntelliJ IDEA Classic (macOS)), `⌘ L` (macOS System Shortcuts), `Ctrl+L` (XWin), `Ctrl+L` (GNOME), `Ctrl+L` (KDE), `Ctrl+L` (Emacs), `Ctrl+L` (Sublime Text), `⌘ L` (Sublime Text (macOS)), `Ctrl+L` (NetBeans), `Ctrl+L` (Visual Studio), `⌘ L` (Visual Studio (macOS)), `Ctrl+L` (Eclipse), `⌘ L` (Eclipse (macOS)).    |
| ![Find](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.expui.toolwindow.find.svg) | N/A | Click to display previous search patterns. |
| ![the Clear icon](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.expui.general.closeSmall.svg) | N/A | Click to clear the search and return to the full list of commits. |
|  ![the Gear icon](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.expui.general.settings.svg)  | Text Filter Settings | Click to select from the following options:     * Regex: anything you type in the search field is treated as a [regular expression](regular-expressions.html), for example, `#\d+`.    * Match Case: only entries with the matching case count.    |
| Branch | N/A | Use this drop-down to filter commits by branch or [favorite branches](manage-branches.html#favorite_branches). If you want to see commits from all local and remote branches, select All.  |
| User | N/A | Use this list to filter commits by author. To view all commits by a specific author, click Select and start typing the author's name. To view commits by all users, select All. |
| Date | N/A | Use this list commits by a time-frame or a specific date. To view commits made on a specific date, click Select and specify the date. To view commits made on all dates, select All. |
| Paths | N/A | Use this list commits by the folder (for projects that have one root), or by the root and folder (for multi-rooted projects). To view commits to a specific folder, click Select Folders and specify the folder name. For multi-repository projects, you can also select the checkbox next to one or several roots in the Roots section. |
| ![the Refresh icon](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.actions.refresh.svg)  |    Refresh      `Ctrl+F5` (Windows), `⌘ R` (macOS), `⌃ F5` (IntelliJ IDEA Classic (macOS)), `⌘ R` (macOS System Shortcuts), `Ctrl+F5` (XWin), `Ctrl+F5` (GNOME), `Ctrl+5` (KDE), `Ctrl+F5` (Emacs), `Ctrl+F5` (Sublime Text), `⌘ R` (Sublime Text (macOS)), `Ctrl+F5` (NetBeans), `Ctrl+Alt+R` (Visual Studio), `⌘ ⌥ R` (Visual Studio (macOS)), `Ctrl+F5` (Eclipse), `Ctrl+F5` (Eclipse (macOS))     | Click this button to refresh the list of commits. |
| ![the Cherry-Pick button](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.icons.cherryPick.svg)  | Cherry-pick  | Click to [apply changes from the selected commit to the current branch](apply-changes-from-one-branch-to-another.html#cherry-pick).   > **Note:** > This button is disabled if the selected commit is already contained in the current branch.    |
|  ![the IntelliSort button](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.icons.IntelliSort.svg)  | IntelliSort |  If this option is enabled, you get a more convenient way to view merges by displaying incoming commits first, directly below the merge commit. |
|  ![the Eye icon](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.actions.show.svg)  |  Presentation Settings  |  Click to invoke the list of options that let you configure how data is presented in the  Log tab of the   Version Control tool window  `Alt+9` (Windows), `⌘ 9` (macOS), `⌘ 9` (IntelliJ IDEA Classic (macOS)), `⌘ 9` (macOS System Shortcuts), `Alt+9` (XWin), `Alt+9` (GNOME), `Alt+9` (KDE), `Alt+9` (Emacs), `Alt+9` (Sublime Text), `⌘ 9` (Sublime Text (macOS)), `Alt+9` (NetBeans), `Alt+9` (Visual Studio), `⌘ 9` (Visual Studio (macOS)), `Alt+9` (Eclipse), `⌘ 9` (Eclipse (macOS))       * Compact References View: if this option is enabled, branch references for a single commit are displayed in a collapsed view: ![Compact references view](https://resources.jetbrains.com.cn/help/img/idea/2026.2/compactReferenceView.png) If you want to expand each branch reference on a line, deselect this option: ![Expanded references view](https://resources.jetbrains.com.cn/help/img/idea/2026.2/expandedReferencesView.png)    * Show Tag Names: enable this option if you want tag names to be displayed in addition to the tag icon: ![the tag name](https://resources.jetbrains.com.cn/help/img/idea/2026.2/showTagName.png) If this option is disabled, you can still view a tag name by hovering over the tag icon.    * Show Long Edges: if this option is enabled, long branches are displayed in full, even if there are no commits in them. If this option is disabled (by default), long branches are replaced with a down arrow.    * Collapse Linear Branches: enable this option to collapse all branches on the graph so that a dotted line is shown instead of successive commits. It is also possible to collapse an individual expanded branch by clicking it.    * Expand Linear Branches: enable this option to expand all collapsed branches to show successive commits on the graph. It is also possible to expand an individual collapsed branch by clicking it.    * Highlight: select if you want to highlight the following: * My Commits: bold font * Merge Commits: greyed out * Current Branch: blue background * Non-Picked Commits: greyed out (only available for Git). Non-picked commits are commits from the selected branch that have not yet been applied to the current branch.    |
|  Show columns  |  Select which columns you want to see: author, date, and hash.  |
|  ![the Open Another Log Tab icon](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.actions.openNewTab.svg)  |  Open Another Log Tab  |  Click to open a new log tab matching your filters, so that you don't have to set filters back and forth.  |
| ![the Search icon](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.expui.toolwindow.find.svg) |    Go to Hash/Branch/Tag      `Ctrl+F` (Windows), `⌘ F` (macOS), `⌘ F` (IntelliJ IDEA Classic (macOS)), `⌘ F` (macOS System Shortcuts), `Ctrl+F` (XWin), `Ctrl+F` (GNOME), `Ctrl+F` (KDE), `Ctrl+Alt+S` (Emacs), `Ctrl+F` (Sublime Text), `⌘ F` (Sublime Text (macOS)), `Ctrl+F` (NetBeans), `Ctrl+F` (Visual Studio), `⌘ F` (Visual Studio (macOS)), `Ctrl+F` (Eclipse), `Ctrl+F` (Eclipse (macOS))     | Click this button and specify a hash, tag or branch you want to jump to.   ![Search by hash or branch/tag name](https://resources.jetbrains.com.cn/help/img/idea/2026.2/vcs_find_hash_branch_tag_action.png) You can select a reference with the same name from different repositories. The name of each repository is displayed on the right along with its color indicator. |

> **Tip:**
> Select Favorites to view commits in all branches [marked as favorites](manage-branches.html#favorite_branches).

## Changed files pane

This pane shows a list of files that were modified within the currently selected commit.

> **Tip:**
> If you want to see a full list of all files modified since the last update, place the caret anywhere in the list of commits and press `Ctrl+A` (Windows), `⌘ A` (macOS), `⌘ A` (IntelliJ IDEA Classic (macOS)), `⌘ A` (macOS System Shortcuts), `Ctrl+A` (XWin), `Ctrl+A` (GNOME), `Ctrl+A` (KDE), `Ctrl+X, H` (Emacs), `Ctrl+A` (Sublime Text), `⌘ A` (Sublime Text (macOS)), `Ctrl+A` (NetBeans), `Ctrl+A` (Visual Studio), `⌘ A` (Visual Studio (macOS)), `Ctrl+A` (Eclipse), `⌘ A` (Eclipse (macOS)). You can disable grouping to see a flat list: click ![Group By](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.actions.groupBy.svg) on the toolbar in the Changed Files pane.

### Changed files pane toolbar

| Item | Tooltip and Shortcut | Description |
| --- | --- | --- |
|  ![the Show diff icon](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app-client.expui.vcs.diff.svg)  |    Show Diff      `Ctrl+D` (Windows), `⌘ D` (macOS), `⌘ D` (IntelliJ IDEA Classic (macOS)), `⌘ D` (macOS System Shortcuts), `Ctrl+D` (XWin), `Ctrl+D` (GNOME), `Ctrl+D` (KDE), `Ctrl+D` (Emacs), `Ctrl+D` (Sublime Text), `⌘ D` (Sublime Text (macOS)), `Ctrl+D` (NetBeans), `Ctrl+D` (Visual Studio), `⌘ D` (Visual Studio (macOS)), `Ctrl+D` (Eclipse), `⌘ D` (Eclipse (macOS))     |  Open the [Diff Viewer for files](differences-viewer.html) where you can compare the local version of the selected file with its repository version.  |
|  ![the Revert button](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.expui.vcs.revert.svg)  |  Revert Selected Changes  |  [Roll back the changes](undo-changes.html#revert-local-changes) in the selected file.  |
|  ![the History Up to Here button](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.expui.general.history.svg)  |  History Up to Here  |  Open the [History tab](version-control-tool-window-history-tab.html) for the selected file that lets you explore the history of all file revisions.  |
|  ![the Eye icon](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app-client.expui.general.show.svg)  |  View Options  |     Group the modified files by directory or module.       Configure layout:        * Show Details: show the [Commit details pane](#commitDetails).    * Show Diff Preview: open the Preview Diff pane where you can explore the differences between the selected modified file and its repository version.    |
|  ![the Expand All button](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.expui.general.expandAll.svg) ![the Collapse All button](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.expui.general.collapseAll.svg)  |    Expand All/Collapse All      `Ctrl+NumPad +` (Windows), `⌘ NumPad +` (macOS), `⌘ NumPad +` (IntelliJ IDEA Classic (macOS)), `⌘ NumPad +` (macOS System Shortcuts), `Ctrl+NumPad +` (XWin), `Ctrl+NumPad +` (GNOME), `Ctrl+NumPad +` (KDE), `Ctrl+NumPad +` (Emacs), `Ctrl+NumPad +` (Sublime Text), `⌘ NumPad +` (Sublime Text (macOS)), `Ctrl+NumPad +` (NetBeans), `Ctrl+NumPad +` (Visual Studio), `⌘ NumPad +` (Visual Studio (macOS)), `Ctrl+Shift+NumPad *` (Eclipse), `⌘ ⇧ NumPad *` (Eclipse (macOS))     |  Click this button to expand/collapse all nodes.    Note that these buttons are only available only when tree-view is enabled.     |

### Context menu commands

| Item | Description |
| --- | --- |
|  Show Diff `Ctrl+D` (Windows), `⌘ D` (macOS), `⌘ D` (IntelliJ IDEA Classic (macOS)), `⌘ D` (macOS System Shortcuts), `Ctrl+D` (XWin), `Ctrl+D` (GNOME), `Ctrl+D` (KDE), `Ctrl+D` (Emacs), `Ctrl+D` (Sublime Text), `⌘ D` (Sublime Text (macOS)), `Ctrl+D` (NetBeans), `Ctrl+D` (Visual Studio), `⌘ D` (Visual Studio (macOS)), `Ctrl+D` (Eclipse), `⌘ D` (Eclipse (macOS))  |  Click to open the [Diff Viewer for files](differences-viewer.html) where you can compare the current and the previous revision of the selected file.  |
|  Show Diff in a New Window  |  Click to open the [Diff Viewer for files](differences-viewer.html) in a separate window.  |
|  Compare with Local  |  Compare the revision of the file in the selected commit with its current local version.  |
|  Compare Before with Local  |  Compare the reversion of the file before the selected commit with its current local revision.  |
|  Edit Source `F4` (Windows), `⌘ ↓` (macOS), `F4` (IntelliJ IDEA Classic (macOS)), `F4` (macOS System Shortcuts), `F4` (XWin), `F4` (GNOME), `F4` (KDE), `F4` (Emacs), `F4` (Sublime Text), `F4` (Sublime Text (macOS)), `F4` (NetBeans), `F4` (Visual Studio), `⌘ ↓` (Visual Studio (macOS)), `F12` (Eclipse), `F3` (Eclipse (macOS))  |  Open the local copy of the selected file for editing.  |
|  Open Repository Version  |  Click to open the repository version of the selected file for editing.  |
|  Revert Selected Changes  |  Click to roll back the changes in the selected file. This option is useful when you only need to revert specific files instead of [discarding an entire commit](undo-changes.html#revert-commit). Changes that revert the selected file will be placed in the active changelist.  |
|  Cherry-Pick Selected Changes  |  Click to [apply the selected changes](apply-changes-from-one-branch-to-another.html#apply-separate-changes) to the current branch.  |
|  Extract Selected Changes to Separate Commit  |  If you want to split the already committed changes into several commits, you can [extract                             the changes in selected files into a separate commit](edit-project-history.html#extract-selected-changes).  |
|  Drop Selected Changes  |  If you have committed changes in several files and now want to roll back some of these changes before pushing your commit, you can [drop only some of these changes](undo-changes.html#drop-selected-changes-from-a-commit) instead of dropping an entire commit.  |
|  Create Patch ![](https://resources.jetbrains.com.cn/help/img/idea/2026.2/patch.svg)  |  [Create a patch](using-patches.html#create-patch) from selected files.  |
|  Get from Revision ![](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app-client.expui.general.download.svg)  |  Roll back the file to the state in the selected revision.  |
|  History Up to Here  |  Open the [History tab](version-control-tool-window-history-tab.html) for the selected file that lets you explore the history of all file revisions.  |
|  Show Changes to Parents  |  Display changes to both parents for a merge commit to review merge results and [see how exactly conflicts were resolved](investigate-changes.html#review_merge_commit) during a merge.  |

## Commit Details

This area is displayed when the [Show Details](#showDetails) ![the Show Details button](https://resources.jetbrains.com.cn/help/img/idea/2026.2/app.debugger.restoreLayout.svg) option is enabled.

This area shows the details on the commit selected in the commit list, such as the commit message, hash, author, the link to the author's email, date, time, GPG signature, root and branches.

If the selected commit is contained in more than six branches, only the first six are displayed, and the Show All link appears that you can click to expand a complete list of branches.

If a commit message references another commit, you can click this commit's hash to jump to it in the log.

## See also

### Procedures

### Reference

[Version Control window](version-control-tool-window.html)  [Diff Viewer for files](differences-viewer.html)

