summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnIsjgK_cdfZcIAumVRwTvNXS4cD0zNnaI <Motiejus@web>2012-07-04 11:15:30 +0000
committerGravatar admin <admin@branchable.com>2012-07-04 11:15:30 +0000
commited87f27db9738df957fcf6256d77cf8d26de549c (patch)
tree73db47c9bd76b1c5d041c758b6a55132a95431f5 /doc
parentf40b78d1254302f0ecab04ca4331e1048b178190 (diff)
git annex du
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/git_annex_du.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_du.mdwn b/doc/bugs/git_annex_du.mdwn
new file mode 100644
index 000000000..d38bff2fd
--- /dev/null
+++ b/doc/bugs/git_annex_du.mdwn
@@ -0,0 +1,10 @@
+We need a way to calculate space taken by certain files.
+
+Use cases: I want to drop some files from my small disk. I need to figure out things that take most space, and drop them.
+
+Usage examples:
+
+ git annex du -hs *.mp3
+ git annex du -sBm --in=here *.ogg
+
+Would be nice if it was compatible with standard unix `df`.