summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U <Richard@web>2011-04-08 01:13:06 +0000
committerGravatar admin <admin@branchable.com>2011-04-08 01:13:06 +0000
commitc1c470228f24abf6c6b3507268d130df34b876ec (patch)
tree423b0d0fbeb5198e2334e953c315870b76e1cc7b
parent36894655f34eb46b386f708b889f05ffd269f0cf (diff)
-rw-r--r--doc/forum/wishlist:_git_annex_status.mdwn19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/forum/wishlist:_git_annex_status.mdwn b/doc/forum/wishlist:_git_annex_status.mdwn
new file mode 100644
index 000000000..add865410
--- /dev/null
+++ b/doc/forum/wishlist:_git_annex_status.mdwn
@@ -0,0 +1,19 @@
+Ideally, it would look similar to this. And yes, I put "put" in there ;)
+
+ non-annex % git annex status
+ git annex status: error: not a git annex repository
+ annex % git annex status
+ annex object storage version: A
+ annex backend engine: {WORM,SHA512,...}
+ Estimated local annex size: B MiB
+ Estimated total annex size: C MiB
+ Files without file size information in local annex: D
+ Files without file size information in total annex: E
+ Last fsck: datetime
+ Last git pull: datetime - $annex_name
+ Last git push: datetime - $annex_name
+ Last git annex get: datetime - $annex_name
+ Last git annex put: datetime - $annex_name
+ annex %
+
+Datetime could be ISO's YYYY-MM-DDThh:mm:ss or, personal preference, YYYY-MM-DD--hh-mm-ss. I prefer the latter as it's DNS-, tag- and filename-safe which is why I am using it for everything. In a perfect world, ISO would standardize YYYY-MM-DD-T-hh-mm-ss-Z[-SSSSSSSS][--$timezone], but meh.