summaryrefslogtreecommitdiff
path: root/doc/devblog/day_275-276__mostly_Windows.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-04-14 15:31:09 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-04-14 15:34:31 -0400
commit1029cba6ac006b34053f3f96cbee9ecafe8cc1ae (patch)
tree9f68aa910115cdc1e81aff6af38520de8b355875 /doc/devblog/day_275-276__mostly_Windows.mdwn
parenta5d5a1a848d96441579d4a570b731eaa9fe7ea12 (diff)
devblog
Diffstat (limited to 'doc/devblog/day_275-276__mostly_Windows.mdwn')
-rw-r--r--doc/devblog/day_275-276__mostly_Windows.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/devblog/day_275-276__mostly_Windows.mdwn b/doc/devblog/day_275-276__mostly_Windows.mdwn
new file mode 100644
index 000000000..4b5a066e2
--- /dev/null
+++ b/doc/devblog/day_275-276__mostly_Windows.mdwn
@@ -0,0 +1,17 @@
+Mostly working on Windows recently. Fixed handling of git
+repos on different drive letters. Fixed crazy start menu loop. Worked around
+stange msysgit version problem.
+
+Added one nice new feature yesterday: `git annex info $dir` now includes a
+table of repositories that are storing files in the directory, with their
+sizes.
+
+ repositories containing these files:
+ 288.98 MB: ca9c5d52-f03a-11df-ac14-6b772ffe59f9 -- archive-5
+ 288.98 MB: f1c0ce8d-d848-4d21-988c-dd78eed172e8 -- archive-8
+ 10.48 MB: 587b9ccf-4548-4d6f-9765-27faecc4105f -- darkstar
+ 15.18 kB: 42d47daa-45fd-11e0-9827-9f142c1630b3 -- origin
+
+Nice thing about this feature is it's done for free, with no extra work other
+than a little bit of addition. All the heavy location lookup work was already
+being done to get the numcopies stats.