Skip to content

Commit e87a9fb

Browse files
committed
Issue-1471 The paths in the dot_git\worktree\repo\gitdir file are very fragile. In real life they will use absolute paths, but luckily they do work with relative paths, but they have a habit of getting re-written as soon as you use Git to inspect the repository
1 parent aba7687 commit e87a9fb

File tree

2 files changed

+2
-2
lines changed
  • LibGit2Sharp.Tests/Resources/worktree/testrepo_wd/dot_git/worktrees

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../../../worktrees/i-do-numbers/.git
1+
../../worktrees/i-do-numbers/.git
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
../../../../worktrees/logo/.git
1+
../../worktrees/logo/.git

0 commit comments

Comments
 (0)