gitweb: Protect escaping functions against calling on undef
[git/jnareb-git.git] / Documentation / RelNotes-1.7.1.txt
blobb0bf8366c0dfe6bc6cef9ae1e9b81109ed536252
1 Git v1.7.1 Release Notes
2 ========================
4 Updates since v1.7.0
5 --------------------
7 Fixes since v1.7.0
8 ------------------
10 All of the fixes in v1.7.0.X maintenance series are included in this
11 release, unless otherwise noted.
13 ---
14 exec >/var/tmp/1
15 echo O=$(git describe)
16 O=v1.7.0
17 git shortlog --no-merges ^maint $O..