Uh oh!
There was an error while loading. Please reload this page.
VSNetBeans 31.0.1 preparation - #34
Merged
Merged
Conversation
Uh oh!
There was an error while loading. Please reload this page.
JaroslavTulach
left a comment
There was a problem hiding this comment.
Did you really want to reference a "moving target" - e.g. a branch?
| [submodule "netbeans"] | ||
| path = netbeans | ||
| url = https://github.com/apache/netbeans.git | ||
| branch = release310 No newline at end of file |
There was a problem hiding this comment.
release310is branch - e.g. it can move if someone commits to it.- wouldn't it be better to refer to a tag like 31
- tags aren't supposed to move (unless one forces them)
Contributor
There was a problem hiding this comment.
This is not moving target. You need to see whole commit:
git show 831e0822954c897073872225a32b0e90c4154592
commit 831e0822954c897073872225a32b0e90c4154592
Author: Martin Bal<C3><AD>n <Martin.Balin@oracle.com>
Date: Mon Aug 31 16:40:25 2026 +0200
netbeans submodule upd to release310
diff --git a/.gitmodules b/.gitmodules
index d40411a..8e9d99e 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,4 @@
[submodule "netbeans"]
path = netbeans
url = https://github.com/apache/netbeans.git
+ branch = release310
\ No newline at end of file
diff --git a/netbeans b/netbeans
index 575f6fd..f8ac37e 160000
--- a/netbeans
+++ b/netbeans
@@ -1 +1 @@
-Subproject commit 575f6fd926c6b22f584347d3eba8ba86a4f3f48a
+Subproject commit f8ac37e0f2434a7f000fbe3360f1a92aa3ea67bc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NetBeans submodule to point to latest commit f8ac37e on NetBeans IDE
release310branch..gitmodulesupdated on VSNetBeansrelease3101branch as well.