Files
openide/plugins/git4idea
Ilia.Shulgin c786682e6c [git] IJPL-158448 Ignore "error: cannot read" when loading of non-existing content
`git cat-file --filters` with prints "error: cannot read object" if the object is missing.
However, `git cat-file -p` fails with "fatal: Not a valid object name" under the same condition.

See 92999a42db/builtin/cat-file.c (L73) and 92999a42db/builtin/cat-file.c (L184)

GitOrigin-RevId: 6131554a65c38f12adba70c72117bc17b3dd01dd
2025-01-10 13:54:58 +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/


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