1 Git v1.7.1 Release Notes (draft)
2 ================================
7 * "git cvsimport" learned -R option to leave revision mapping between
8 CVS revisions and resulting git commits.
10 * "git for-each-ref" learned %(symref), %(symref:short) and %(flag)
13 * "git grep" learned "--no-index" option, to search inside contents that
14 are not managed by git.
16 * "git grep" learned --color=auto/always/never.
18 * "git hash-object --stdin-paths" can take "--no-filters" option now.
20 * "git request-pull" identifies the commit the request is relative to in
23 * "git svn" should work better when interacting with repositories
24 with CRLF line endings.
26 * "git imap-send" learned to support CRAM-MD5 authentication.
31 All of the fixes in v1.7.0.X maintenance series are included in this
32 release, unless otherwise noted.
36 echo O=$(git describe)
37 O=v1.7.0.2-181-gc6830a3
38 git shortlog --no-merges ^maint $O..