This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268242

Summary: Allow to use system-installed git instead of bundled JGit
Product: versioncontrol Reporter: terje7601
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal CC: dhanav, git
Priority: P3    
Version: Dev   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description terje7601 2016-09-28 07:31:03 UTC
I'd like to be able to use the system-installed git, because:
* JGit inevitably lags behind, examples being "gitattributes" (cf. [1]) and "git worktree" support (cf. [2], issue 268105 here). And then NetBeans adds another delay, because it needs to upgrade the bundled JGit (though I assume it's upgraded for every release).
* JGit's lack of support of certain features may actually cause data loss [3]
* NetBeans alone is not sufficient (e.g. because there's no graph visualization support, cf. issue 221662), so developers still have to install some other instance of git anyway (either simply using gitk, or a tool such as SourceTree)
* it's already possible to do this for other bundled tools, such as Maven

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=342372
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=477475
[3] https://bugs.eclipse.org/bugs/show_bug.cgi?id=477745