On Thu, 14 Aug 2025 14:54:43 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:
>> Allows files or directories called .git to indicate likely use of Git for >> VCS in IntelliJ. >> Tested locally in a worktree and normal repository. It produces: >> >> <component name="VcsDirectoryMappings"> >> <mapping directory="$PROJECT_DIR$" vcs="Git" /> >> <mapping directory="$PROJECT_DIR$/open" vcs="Git" /> >> </component> >> >> in both cases, as expected. > > bin/idea.sh line 128: > >> 126: fi >> 127: >> 128: # Git workstrees use a '.git' file rather than directory, so test both. > > Suggestion: > > # Git worktrees use a '.git' file rather than directory, so test both. > > > Right? *doh* - thanks ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26777#discussion_r2276919398