diff options
author | 2015-09-22 17:47:33 -0400 | |
---|---|---|
committer | 2015-09-22 17:47:33 -0400 | |
commit | 8488ae2aeaf0cfda0dc457354257f364f0579586 (patch) | |
tree | 463d13cc2e81510fffb230a0ffcee26ce3665013 | |
parent | 6dc0db8df4324497ce666231a1d458ac6ee6c9ee (diff) |
devblog
-rw-r--r-- | doc/devblog/day_320__caught_up.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/devblog/day_320__caught_up.mdwn b/doc/devblog/day_320__caught_up.mdwn new file mode 100644 index 000000000..8c8c85ae1 --- /dev/null +++ b/doc/devblog/day_320__caught_up.mdwn @@ -0,0 +1,13 @@ +I've mostly been chewing through old and new bug reports and support +requests that past several days. The backlog is waaay low now -- only 82 +messages! Just in time for me to go on another trip, to Louisville on +Thursday. + +Amazon S3 added an "Infrequent Access" storage class last week, and I got a +patch into the haskell-aws library to support that, as well as partially +supporting Google Nearline. That patch was accepted today, and git-annex is +ready to use the new version of the library as soon as it's released. + +At the end of today, I found myself rewriting `git annex status` to parse +and adjust the output of `git status --short`. This new method makes it +much more capable than before, including displaying Added files. |