Files
openide/plugins/git4idea
Ilia.Shulgin 963c9e2deb [git] IJPL-182618 Execute fetch in parallel when updating common branch in all roots
Logic inside `updateBranches` is still broken - update for repos with a branch checked out is performed asynchronously. Besides it there might be a mess in notification.
However, it seems like the fix can be postponed...


(cherry picked from commit bf409e3cc8bb4e18a5eddd6b25a228a9cc2518a3)

IJ-MR-161850

GitOrigin-RevId: eed93a5386c590de289d458b22ce388ebfa90976
2025-05-02 12:26:31 +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/


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