From d736d05d65d4f76773b31d62dc284faba245a298 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 16 Jul 2015 15:19:09 -0400 Subject: devblogc --- doc/devblog/day_301__completion_and_er_completion.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/devblog/day_301__completion_and_er_completion.mdwn (limited to 'doc/devblog') 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. -- cgit v1.2.3