This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawkSq2FDpK2n66QRUxtqqdbyDuwgbQmUWus 2012-06-27 06:50:41 +00:00 committed by admin
parent f6f4b5dfaa
commit b356015cf4

View file

@ -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?