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 271489

Summary: git submodule for project
Product: versioncontrol Reporter: broumbroum
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal CC: git
Priority: P3    
Version: 8.2   
Hardware: Macintosh   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log

Description broumbroum 2017-09-15 21:07:52 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Mac OS X version 10.11.6 running on x86_64
Java; VM; Vendor = 1.8.0_131
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.131-b11

Reproducibility: Happens every time

STEPS:
  * Open a project with Git versioning enabled or checkout
  * It must contain a sub-module project or add one with a shell git submodule add <url.git>
  * Open the sub-module project or create one
  * Try to obtain "show changes" or interact with the git versioning in sub-module project

ACTUAL:	
 the parent git repository is always returned from the sub-module

EXPECTED:
  git submodule <command> does replace git <command>
  or get in sub-module project with a shell to do launch a git <command>
Comment 1 broumbroum 2017-09-15 21:07:59 UTC
Created attachment 165137 [details]
IDE log