Announcement: Git conversion



> < This is especially annoying because in a freshly cloned repository git
> < reports that the files izic/zic/lib/zic_mntG.c and
> < maxima-pre59/src/SYS-PROCLAIM.lisp are modified and I don't know how
> < to fix this. This happens on Windows and OSX, probably because the
> < filesystems are not case sensitive.
>
> ?In .git/info/exclude, add lines like
>
> ?izic/*
> ?maxima-pre59/*

That did not work. But this did:

git update-index --assume-unchanged izic/zic/lib/zic_mntG.c
maxima-pre59/src/sys-proclaim.lisp

Andrej