Files
openide/plugins/git4idea
Kirill Likhodedov 7e8b160547 [log] IDEA-116399 Fix filter by branch
--branches parameter doesn't work well: the pattern syntax it
supports is rather weak, and won't allow to effectively filter by
several branches. It also doesn't support filtering by a single
branch without blog parameters.

Therefore, since we allow to filter only by a single branch in the
log UI, assume it in the GitLogProvider, and use the <branch>
parameter (`git log origin/master`), which works fine.

If we will provide ability to filter by several branches someday (by
AND or by OR), we could use the graph capabilities to implement it.
2013-11-25 19:16:12 +04:00
..
2013-10-03 16:48:39 +04: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:
http://plugins.intellij.net/plugin/?id=3033

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


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