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 268105 - Support Git Linked Working Tree
Summary: Support Git Linked Working Tree
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.1
Hardware: PC All
: P3 normal with 7 votes (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-19 21:54 UTC by bdrx
Modified: 2017-11-06 14:51 UTC (History)
5 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bdrx 2016-09-19 21:54:53 UTC
Please, add support for Git worktree "linked working tree" [1].

The current state is:
- linked working tree files look like new files (green highlighting)
- viewing file history and diff does not work

Thanks.
[1] https://git-scm.com/docs/git-worktree
Comment 1 gpebrownbridge 2017-09-22 15:53:22 UTC
Updated the version number and platform as this is an issue in 8.2 on Windows 10 x64 too. Also added a "Depends on" as that issue is of a similar nature.
Comment 2 terje7601 2017-09-22 16:12:03 UTC
@gpebrownbridge The version number should not be changed once an issue has been filed. It's meant for "the first version this issue was reported against". Also, I don't see how git submodules are related to git working trees.
Comment 3 gpebrownbridge 2017-09-22 16:16:56 UTC
@terje7601 My apologies regarding the version number. Regarding the submodules, they both use a .git file to point to the actual location of the .git directory. Feel free to remove the dependency if you don't think that information is useful.