From e20bf73780d2cd500ee0d9b67639b08aec796800 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Tue, 2 Jul 2013 17:04:47 +0000 Subject: [PATCH] Added a comment --- ...mment_3_8f7e1c4a5c714cbd719ee170354d79fa._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/todo/wishlist:_Have_a_preview_of_download_or_upload_size/comment_3_8f7e1c4a5c714cbd719ee170354d79fa._comment diff --git a/doc/todo/wishlist:_Have_a_preview_of_download_or_upload_size/comment_3_8f7e1c4a5c714cbd719ee170354d79fa._comment b/doc/todo/wishlist:_Have_a_preview_of_download_or_upload_size/comment_3_8f7e1c4a5c714cbd719ee170354d79fa._comment new file mode 100644 index 0000000000..fa9fdfb56d --- /dev/null +++ b/doc/todo/wishlist:_Have_a_preview_of_download_or_upload_size/comment_3_8f7e1c4a5c714cbd719ee170354d79fa._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.154.4.193" + subject="comment 3" + date="2013-07-02T17:04:47Z" + content=""" +You can get info like that by running `git annex status .` + +This can also be used to find out how big a download is before starting it. For example, to find all files that are not present locally before running git-annex get: + +`git annex status . --not --in here` +"""]]