Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
19f78dc76b
2 changed files with 42 additions and 0 deletions
|
@ -0,0 +1,32 @@
|
|||
### What version of git-annex are you using? On what operating system?
|
||||
|
||||
5.20151116+gitg5416a1a-1~ndall+1
|
||||
|
||||
### Please provide any additional information below.
|
||||
|
||||
[[!format sh """
|
||||
"backend usage": [
|
||||
[
|
||||
"MD5E",
|
||||
2
|
||||
],
|
||||
[
|
||||
"SHA256E",
|
||||
2
|
||||
]
|
||||
],
|
||||
"""]]
|
||||
|
||||
instead of more logical
|
||||
|
||||
[[!format sh """
|
||||
|
||||
"backend usage": {
|
||||
"MD5E": 2,
|
||||
"SHA256E": 2
|
||||
}
|
||||
"""]]
|
||||
|
||||
also it seems it just doubles them since I have only 2 files, 1 for each backend (as reported also by info "local annex keys": 2).
|
||||
|
||||
[[!meta author=yoh]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="frost.kristian@75a6b6a25121f985cd8708f98c691d41716ac720"
|
||||
nickname="frost.kristian"
|
||||
subject="comment 4"
|
||||
date="2015-12-21T17:47:13Z"
|
||||
content="""
|
||||
I did some digging. When creating a repo from the webapp, it is per default in direct mode. In direct mode, I am not able to run any git commands such as git commit. Subsequently, when running git annex sync. Files added when sync is disabled from the webapp are not committed.
|
||||
|
||||
Is git-annex behaving as expected here?
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue