Files
openide/plugins/git4idea
Ilia.Shulgin eca4592395 [git] Fix UI freezes in git log branches tree
`SearchTreeModel#updateStructure` used to call `removeNodeFromParent` for every single node removed.
However, it makes sense to skip calls for children if parent node is removed as well.

GitOrigin-RevId: 46f9ab639bf632610b4c53157af48cc41c16abe9
2024-09-23 11:32:12 +00:00
..

Git4Idea
======================================================================

This is the Git IntelliJ IDEA VCS plugin. This plugin was originally
derived from the Mercurial plugin source & a couple of other Git plugin
sources. It should be compatible with IDEA v8 & above.

Usage:

Requires external Git command line tool to function. Configure the
location of the 'git' command in the project settings Version Control
tab using the "Configure VCS" button for the Git VCS.

Here's the IDEA plugin page:
https://plugins.jetbrains.com/plugin/13173-git

Original source code Subversion repository is available here:
 http://svn.jetbrains.org/idea/Trunk/bundled/git4idea/


======================================================================