diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-25 16:35:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-25 16:35:17 -0400 |
commit | 8a1831845f48062745f9b901c0bb9d060450c564 (patch) | |
tree | 69309e35ce8f667d956bb114ed8d6743907013fd /doc/design | |
parent | 762a23af0b321bbc03b377246871757957b4812d (diff) |
update
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/assistant/blog/day_139__catch_up.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_139__catch_up.mdwn b/doc/design/assistant/blog/day_139__catch_up.mdwn new file mode 100644 index 000000000..e6c8c1e78 --- /dev/null +++ b/doc/design/assistant/blog/day_139__catch_up.mdwn @@ -0,0 +1,9 @@ +Got progress bars working for glacier. This needed some glacier-cli +changes, which Robie helpfully made earlier. + +Spent some hours getting caught up and responding to bug reports, etc. + +Spent a while trying to make git-annex commands that fail to find +any matching files to act on print a useful warning message, +rather than the current nothing. Concluded this will be surprisingly +hard to do, due to the multiple seek passes some commands perform. |