add: introduce add.ignoreerrors synonym for add.ignore-errors
[git/jnareb-git.git] / Documentation / RelNotes-1.7.0.7.txt
blobd0cb7ca7e27cceffa76685e534494009a7690fd3
1 Git v1.7.0.7 Release Notes
2 ==========================
4 Fixes since v1.7.0.6
5 --------------------
7  * "make NO_CURL=NoThanks install" was broken.
9  * An overlong line after ".gitdir: " in a git file caused out of bounds
10    access to an array on the stack.
12  * "git config --path conf.var" to attempt to expand a variable conf.var
13    that uses "~/" short-hand segfaulted when $HOME environment variable
14    was not set.
16 And other minor fixes and documentation updates.