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 253483

Summary: Open Global Configuration button
Product: versioncontrol Reporter: hifi
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED FIXED    
Severity: normal CC: git
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Other   
Issue Type: ENHANCEMENT Exception Reporter:

Description hifi 2015-07-15 05:35:23 UTC
Git team menu has an "Open Configuration" button under "Repository" for the current one. Having an "Open Global Configuration" or just "Open Configuration" in the main Team menu would be handy to set up your global defaults.

NetBeans respects the global config and in some cases you might not even know that you have something there as it was set up by some other git tool.

This is related to bug 253482 as creating the .gitconfig file on Windows is not trivial nor knowing the location where to create it.
Comment 1 Ondrej Vrabec 2015-07-30 09:50:25 UTC
needed to properly fix bug 253482
Comment 2 Ondrej Vrabec 2015-07-31 11:56:10 UTC
fixed: core-main #5f350040bf8b
Comment 3 Quality Engineering 2015-08-02 01:14:53 UTC
Integrated into 'main-silver', will be available in build *201508020002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5f350040bf8b
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: Issue #253483 - Open Global Configuration button
Comment 4 hifi 2015-08-02 19:19:53 UTC
Works great on Windows and Linux with and without existing .gitconfig.

Thanks!