File: day_301__completion_and_er_completion.mdwn

package info (click to toggle)
git-annex 6.20170101-1%2Bdeb9u2
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 50,088 kB
  • sloc: haskell: 53,116; sh: 1,582; ansic: 341; makefile: 292; perl: 144
file content (9 lines) | stat: -rw-r--r-- 581 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
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.