File: day_229__rainy_day_bugfixes.mdwn

package info (click to toggle)
git-annex 5.20141125
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 37,828 kB
  • ctags: 583
  • sloc: haskell: 42,582; sh: 1,080; ansic: 498; makefile: 316; perl: 125
file content (17 lines) | stat: -rw-r--r-- 770 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Got caught up on bug reports and made some bug fixes.

The one bug I was really worried about, a strange file corruption problem
on Android, turned out not to be a bug in git-annex. (Nor is it a bug that
will affect regular users.)

The only interesting bug fixed was a mixed case hash directory name
collision when a repository is put on a VFAT filesystem (or other
filesystem with similar semantics). I was able to fix that nicely; since
such a repository will be in crippled filesystem mode due to other
limitations of the filesystem, and so won't be using symlinks,
it doesn't need to use the mixed case hash directory names.

Last night, finished up the repository removal code, and associated UI
tweaks. It works very well.

Will probably make a release tomorrow.