Merge branch 'ml/color-grep'
[git/gitweb-warthdog9.git] / Documentation / RelNotes-1.7.1.txt
blobdfc06cb3de4f5387a28f6a148d95136d0183f6f5
1 Git v1.7.1 Release Notes (draft)
2 ================================
4 Updates since v1.7.0
5 --------------------
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)
11    tokens.
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
21    a more readable way.
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.
28 Fixes since v1.7.0
29 ------------------
31 All of the fixes in v1.7.0.X maintenance series are included in this
32 release, unless otherwise noted.
34 ---
35 exec >/var/tmp/1
36 echo O=$(git describe)
37 O=v1.7.0.2-181-gc6830a3
38 git shortlog --no-merges ^maint $O..