This commit is contained in:
Joey Hess 2016-01-22 13:51:54 -04:00
parent 99c646615d
commit 1fcd0e951d
Failed to extract signature
2 changed files with 14 additions and 0 deletions

View file

@ -97,3 +97,4 @@ $ echo "dl+archive:SHA256E-s5121--6d8f7d10206a120a42bec2cd29bc2365d09889fdf070ac
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
> fixed; [[done]] --[[Joey]]

View file

@ -0,0 +1,13 @@
[[!comment format=mdwn
username="joey"
subject="""comment 9"""
date="2016-01-22T17:43:01Z"
content="""
This is caused by git-annex needing to change the git config for the
special remote, so it then re-loads it, and thus loses the value passed
via -c.
Workaround is to pass the -c as a parameter to git, not annex.
And fixed now.
"""]]