hash-object: support --stdin-paths with --no-filters
[git/dscho.git] / Documentation / RelNotes-1.7.1.txt
blob8c18ca5d22bf4bd769ed0bffeacb9f4453c10e71
1 Git v1.7.1 Release Notes
2 ========================
4 Updates since v1.7.0
5 --------------------
7  * "git grep" learned "--no-index" option, to search inside contents that
8    are not managed by git.
10 Fixes since v1.7.0
11 ------------------
13 All of the fixes in v1.7.0.X maintenance series are included in this
14 release, unless otherwise noted.
16 ---
17 exec >/var/tmp/1
18 echo O=$(git describe)
19 O=v1.7.0-36-gfaa3b47
20 git shortlog --no-merges ^maint $O..