]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/RelNotes-1.7.1.txt
send-email: Cleanup smtp-domain and add config
[thirdparty/git.git] / Documentation / RelNotes-1.7.1.txt
1 Git v1.7.1 Release Notes (draft)
2 ================================
3
4 Updates since v1.7.0
5 --------------------
6
7 * "git cvsimport" learned -R option to leave revision mapping between
8 CVS revisions and resulting git commits.
9
10 * "git for-each-ref" learned %(symref), %(symref:short) and %(flag)
11 tokens.
12
13 * "git grep" learned "--no-index" option, to search inside contents that
14 are not managed by git.
15
16 * "git grep" learned --color=auto/always/never.
17
18 * "git hash-object --stdin-paths" can take "--no-filters" option now.
19
20 * "git request-pull" identifies the commit the request is relative to in
21 a more readable way.
22
23 * "git svn" should work better when interacting with repositories
24 with CRLF line endings.
25
26 * "git imap-send" learned to support CRAM-MD5 authentication.
27
28 Fixes since v1.7.0
29 ------------------
30
31 All of the fixes in v1.7.0.X maintenance series are included in this
32 release, unless otherwise noted.
33
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..