summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2015-03-31 03:12:57 +0000
committerGravatar admin <admin@branchable.com>2015-03-31 03:12:57 +0000
commit86510b75ee8234838987e5e49c8e68241d547328 (patch)
treeedbee925278ef125bf69a170ceb0d0df0159692c
parent8ec7763e9254a0bfcf254782db7e158096707586 (diff)
fix internal link so that backlinks work
-rw-r--r--doc/forum/gadu_-_git-annex_disk_usage.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/forum/gadu_-_git-annex_disk_usage.mdwn b/doc/forum/gadu_-_git-annex_disk_usage.mdwn
index c7a20c327..e4109a2cf 100644
--- a/doc/forum/gadu_-_git-annex_disk_usage.mdwn
+++ b/doc/forum/gadu_-_git-annex_disk_usage.mdwn
@@ -1,4 +1,4 @@
-Based on the thread over at <http://git-annex.branchable.com/forum/__34__du__34___equivalent_on_an_annex__63__/> I decided to finally write a du like utility for git-annex. A 0.01 version is up over at <http://git-annex.mysteryvortex.com/git-annex-utils.html>. It works, but I intend to make it smarter about handling git repos and annexed files, as well as adding more of the options available in the standard du utility.
+Based on the thread over at [[forum/__34__du__34___equivalent_on_an_annex__63__]] I decided to finally write a du like utility for git-annex. A 0.01 version is up over at <http://git-annex.mysteryvortex.com/git-annex-utils.html>. It works, but I intend to make it smarter about handling git repos and annexed files, as well as adding more of the options available in the standard du utility.
Currently it will tally up the sizes of links that look like they are annexed files. I plan to make it actually interact with git and git-annex to verify the files are annexed and enable options like tallying files only from specific remotes, only missing files, not double counting files which are annexed multiple times but stored only once, etc...