1Git v1.7.1 Release Notes
2========================
34
Updates since v1.7.0
5--------------------
67
* "git grep" learned "--no-index" option, to search inside contents that
8are not managed by git.
910
Fixes since v1.7.0
11------------------
1213
All of the fixes in v1.7.0.X maintenance series are included in this
14release, unless otherwise noted.
1516
---
17exec >/var/tmp/1
18echo O=$(git describe)
19O=v1.7.0-36-gfaa3b47
20git shortlog --no-merges ^maint $O..