File: comment_1_e980c49fb53a785337e206feae34d032._comment

package info (click to toggle)
git-annex 10.20250416-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 73,572 kB
  • sloc: haskell: 90,656; javascript: 9,103; sh: 1,469; makefile: 211; perl: 137; ansic: 44
file content (16 lines) | stat: -rw-r--r-- 581 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[[!comment format=mdwn
 username="joey"
 subject="""comment 1"""
 date="2019-03-18T17:35:20Z"
 content="""
This seems like something the git developers might consider a bug in git
worktree, since generally git doesn't care if .git is a symlink or a
pointer file. 

Although perhaps the reason it checks is to avoid deleting something it
didn't set up.

I don't see any way to improve this in git-annex though, if .git is not a
symlink then every git-annex symlink in the repository will need to change
to point to the real path to .git/annex/objects, which is not practical.
"""]]