devblogc
This commit is contained in:
parent
22f3a5fdc2
commit
b3e86d4f7a
1 changed files with 9 additions and 0 deletions
9
doc/devblog/day_301__completion_and_er_completion.mdwn
Normal file
9
doc/devblog/day_301__completion_and_er_completion.mdwn
Normal file
|
@ -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.
|
Loading…
Reference in a new issue