From 242b53a23dcf7f953652dd72ae29c3919065fe9c Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Mon, 2 Dec 2024 17:02:29 +0100 Subject: [PATCH] remove incorrect info from the comment --- bundle/bundle.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/bundle/bundle.go b/bundle/bundle.go index b3ef917dc..76c87c24c 100644 --- a/bundle/bundle.go +++ b/bundle/bundle.go @@ -49,8 +49,6 @@ type Bundle struct { SyncRoot vfs.Path // Path to the root of git worktree containing the bundle. - // This is the same as git repository root if worktrees are not used, - // otherwise it's a descedant of git repository root. // https://git-scm.com/docs/git-worktree WorktreeRoot vfs.Path