]> dgit.raspbian.org Git - git-annex.git/blob
d6b29b13e776035fc310aa4277f01e9a7fe6e0f7
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 2"""
4  date="2021-07-12T13:46:18Z"
5  content="""
6 I don't think annex.freezecontent-command will affect writing this file
7 though.
8
9 This seems to be how to reproduce it:
10
11         git config sharedRepository group
12         git annex init
13
14         -rw-rw-r-- 1 joey joey 137 Jul 12 09:53 .git/annex/index
15         -rw-r--r-- 1 joey joey  41 Jul 12 09:53 .git/annex/index.lck
16
17 Not identical modes here, but with an older git-annex the index.lck is 664
18 not 644.
19
20 Also, for some reason git-annex init with that config set complains that
21 "Filesystem allows writing to files whose write bit is not set."
22 And enters an adjusted brach. The older git-annex didn't do that either.
23 """]]