Files
openide/plugins/git4idea
Julia Beliaeva 7d04ed98a9 [git-branches-dashboard] update "Show My Branches" action on background thread to avoid freezes
Since 3a1da68d955a2e0cddaa547ad08bc90f5e1ed8d0, VcsLogPersistentIndex.IndexingRequest#markCommits processes all commits under a single lock, instead of taking one lock per commit. This may cause other methods, including VcsLogPersistentIndex#isIndexed(int), to hang waiting for the lock, which makes them undesirable to be called from the EDT.

EA-780060, IDEA-316324

GitOrigin-RevId: c52eae67d892195bfa74eacde41d52ac403756dd
2023-04-17 17:47:08 +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/


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