Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
6677a99cb4
5 changed files with 50 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.153.2.25"
|
||||
subject="comment 2"
|
||||
date="2012-06-27T03:08:13Z"
|
||||
content="""
|
||||
Since I can't reproduce it I am not sure, but it may be fixed by the commits I've just made.
|
||||
"""]]
|
|
@ -0,0 +1,13 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawkWzAq6TusMi9zI3FLkDOETRIAUTtmGZVg"
|
||||
nickname="Ali"
|
||||
subject="comment 3"
|
||||
date="2012-06-27T12:56:37Z"
|
||||
content="""
|
||||
Yes, the problem is fixed.
|
||||
|
||||
The repository was a normal git repository with path /tmp/çüş (git init)
|
||||
and with annex description \"çüş\" (git annex init çüş)
|
||||
|
||||
afaict, i can't reproduce the problem anymore either :-)
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
I'm not sure if this _feature_ exists already wrapped or provided as a recipe for users or not yet. But it would be nice to be able to do a
|
||||
|
||||
git annex du [PATH]
|
||||
|
||||
Such that the output that git annex would return is the total disk used locally in the PATH and the theoretical disk used by the PATH if it was fully populated locally. e.g.
|
||||
|
||||
$ git annex du FSL0001_ANALYSIS
|
||||
$ Local: 1000kb, Annex: 2000kb
|
||||
|
||||
or something along the lines of that?
|
|
@ -0,0 +1,9 @@
|
|||
[[!comment format=mdwn
|
||||
username="http://joeyh.name/"
|
||||
ip="4.153.2.25"
|
||||
subject="comment 1"
|
||||
date="2012-06-27T12:36:08Z"
|
||||
content="""
|
||||
Use `du -L` for the disk space used locally. The other number is not currently available, but it would be nice to have. I also sometimes would like to have data on which backends are used how much, so making this `git annex status --subdir` is tempting. Unfortunatly, it's current implementation scans `.git/annex/objects`
|
||||
and not the disk tree (better for accurate numbers due to copies), so it would not be a very easy thing to add. Not massively hard, but not something I can pound out before I start work today..
|
||||
"""]]
|
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawkwR9uOA38yi5kEUvcEWNtRiZwpxXskayE"
|
||||
nickname="Agustin"
|
||||
subject="comment 11"
|
||||
date="2012-06-27T08:54:52Z"
|
||||
content="""
|
||||
Hi @joey! Perfect!... I'll do that then!
|
||||
|
||||
Thanks for your time man!
|
||||
"""]]
|
Loading…
Reference in a new issue