summaryrefslogtreecommitdiff
path: root/doc/devblog
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-16 15:19:09 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-16 15:19:09 -0400
commitd736d05d65d4f76773b31d62dc284faba245a298 (patch)
treeda6863584ae4858655922616f20580fb5068158f /doc/devblog
parenta63e44eef44d7a0c424b8ddf0a7d0a8832a313f6 (diff)
devblogc
Diffstat (limited to 'doc/devblog')
-rw-r--r--doc/devblog/day_301__completion_and_er_completion.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/devblog/day_301__completion_and_er_completion.mdwn b/doc/devblog/day_301__completion_and_er_completion.mdwn
new file mode 100644
index 000000000..871b4c49d
--- /dev/null
+++ b/doc/devblog/day_301__completion_and_er_completion.mdwn
@@ -0,0 +1,9 @@
+Worked on bash tab completion some more. Got "git annex" to also tab complete.
+However, for that to work perfectly when using bash-completion to demand-load
+completion scripts, a small improvement is needed in git's own completion
+script, to have it load git-annex's completion script. I sent a
+[patch for that to the git developers](http://thread.gmane.org/gmane.comp.version-control.git/274034),
+and hopefully it'll get accepted soon.
+
+Then fixed a relatively long-standing bug that prevented uploads to
+chunked remotes from resuming after the last successfully uploaded chunk.