renamed bug
This commit is contained in:
parent
9d2a7c4bb6
commit
321681cd1b
2 changed files with 20 additions and 53 deletions
20
doc/bugs/safe.bareRepository_breaks_git-annex_uuid.mdwn
Normal file
20
doc/bugs/safe.bareRepository_breaks_git-annex_uuid.mdwn
Normal file
|
@ -0,0 +1,20 @@
|
|||
Turns out that git-annex breaks badly when git is configured with
|
||||
`safe.bareRepository = explicit`.
|
||||
|
||||
The breakage starts with git-annex init:
|
||||
|
||||
joey@darkstar:~/tmp>git init g
|
||||
Initialized empty Git repository in /home/joey/tmp/g/.git/
|
||||
joey@darkstar:~/tmp>cd g
|
||||
joey@darkstar:~/tmp/g>git-annex init
|
||||
init ok
|
||||
(recording state in git...)
|
||||
joey@darkstar:~/tmp/g>git show git-annex | tail
|
||||
+ joey@darkstar:~/tmp/g timestamp=1688579729.946567508s
|
||||
|
||||
uuid.log has a NoUUID item logged to it. This is despite annex.uuid being set.
|
||||
10.20230407 --[[Joey]]
|
||||
|
||||
And it seems this is because git-annex runs `git config --list`
|
||||
inside `.git`.. Which with that config set, omits looking at
|
||||
`config`.
|
Loading…
Add table
Add a link
Reference in a new issue