summaryrefslogtreecommitdiff
path: root/doc/devblog/day_114__windows_porting.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-02-13 17:06:10 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-02-13 17:06:10 -0400
commita994ed3b59ca0611f42ebc3ce875ee6f3a6d8de1 (patch)
tree5884b3783443bfc6086748e3cfc3008dac126371 /doc/devblog/day_114__windows_porting.mdwn
parentb2597fed2737ed9785908a46b032cb8090e7252d (diff)
devblog
Diffstat (limited to 'doc/devblog/day_114__windows_porting.mdwn')
-rw-r--r--doc/devblog/day_114__windows_porting.mdwn8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/devblog/day_114__windows_porting.mdwn b/doc/devblog/day_114__windows_porting.mdwn
new file mode 100644
index 000000000..2f1cace1b
--- /dev/null
+++ b/doc/devblog/day_114__windows_porting.mdwn
@@ -0,0 +1,8 @@
+Windows porting all day. Fixed a lot of issues with the webapp,
+so quite productive. Except for the 2 hours wasted finding a way to kill a
+process by PID from Haskell on Windows.
+
+Last night, made `git annex metadata` able to set metadata on a whole
+directory or list of files if desired. And added a `--metadata field=value`
+switch (and corresponding preferred content terminal) which limits
+git-annex to acting on files with the specified metadata.