vivac 0.15.9

Provenance tree for work: every node knows which node it was born from
1
2
3
4
5
6
7
8
# Line endings are fixed by the repository, not by the machine that clones it.
#
# Without this, and with `core.autocrlf=true` --what the git installer for
# Windows sets by default-- a clone leaves CRLF on disk, `cargo package` ships
# CRLF, and any patch applied by text against the working tree stops matching
# without saying why. It happened: one `git stash` round trip converted three
# files.
* text=auto eol=lf