diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-07-31 16:55:51 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-07-31 16:55:51 -0400 |
commit | 1b21848081be755527237fdacdceecf00115da11 (patch) | |
tree | 9d477de7dadc72bf71e3e02138ec0565036b05d9 /doc/devblog | |
parent | ce4c9013b9d32435765838b036ab52eb4ac6b51e (diff) |
devblog
Diffstat (limited to 'doc/devblog')
-rw-r--r-- | doc/devblog/day_307__two_release_week.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/devblog/day_307__two_release_week.mdwn b/doc/devblog/day_307__two_release_week.mdwn new file mode 100644 index 000000000..32202906f --- /dev/null +++ b/doc/devblog/day_307__two_release_week.mdwn @@ -0,0 +1,11 @@ +Made a release this morning, mostly because the release earlier this week +turns out to have accidentially removed several options from `git annex copy`. + +Spent some time this afternoon improving how git-annex shuts down when +--time-limit is used. This used to be a quick and dirty shutdown, similar +to if git-annex were ctrl-c'd, but I reworked things so it does a clean +shutdown, including running any buffered git commands. +This made incremental fsck with --time-limit resume much better, since +it saves the incremental fsck database on shutdown. Also tuned when the +database gets checkpointed during an incremental fsck, to resume better after +it's interrupted. |