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 - git submodule for project
Summary: git submodule for project
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.2
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-15 21:07 UTC by broumbroum
Modified: 2017-09-15 21:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (201.94 KB, text/plain)
2017-09-15 21:07 UTC, broumbroum
Details

Note You need to log in before you can comment on or make changes to this bug.
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