File: day_393__fun_and_more_fun.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 (15 lines) | stat: -rw-r--r-- 705 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Over the weekend, I noticed that a relative path to `GIT_INDEX_FILE` is
interpreted in several different, inconsistent ways by git. git-annex
mostly used absolute paths, but did use a relative path in `git annex
view`. Now it will only use absolute paths to avoid git's wacky behavior.

Integrated some patches to support building with ghc 8.0.1, which was
recently released.

The gnupg-options git configs were not always passed to gpg. Fixing this
involved quite a lot of plumbing to get the options to the right functions,
and consumed half of today.

Also did some design work on [[design/external_special_remote_protocol]]
to avoid backwards compatability problems when adding new protocol
features.