aboutsummaryrefslogtreecommitdiff
path: root/doc/devblog/day_216__various_minor_bugs.mdwn
blob: a9c49a9dd342c88f35698812801bc2e10bbbfe36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Working on getting caught up with backlog. 73 messages remain.

Several minor bugs were fixed today. All edge cases. The most edge case one
of all, I could not fix: git-annex cannot add a file that has a newline
in its filename, because `git cat-file --batch`'s interface does not support such
filenames.

Added a page [[documenting how verify the signatures of git-annex releases|install/verifying_downloads]].

Over the past couple days, all the autobuilders have been updated to new
dependencies needed by the recent work. Except for Windows, which needs to
be updated to the new Haskell Platform first, so hopefully soon.

Turns out that upgrading unix-compat means that inode(like) numbers are
available even on Windows, which will make git-annex more robust there.
Win win. ;)