File tree Expand file tree Collapse file tree 3 files changed +42
-2
lines changed Expand file tree Collapse file tree 3 files changed +42
-2
lines changed Original file line number Diff line number Diff line change
1
+ Git v1.7.2 Release Notes (draft)
2
+ ================================
3
+
4
+ Updates since v1.7.1
5
+ --------------------
6
+
7
+ * After "git apply --whitespace=fix" removed trailing blank lines in an
8
+ patch in a patch series, it failed to apply later patches that depend
9
+ on the presense of such blank lines.
10
+
11
+ * The output from the textconv filter used by "git diff" can be cached to
12
+ speed up their reuse.
13
+
14
+ * "git send-email" learned --smtp-domain option to specify the domainname
15
+ used in the EHLO/HELO exchange.
16
+
17
+ * "git revert" learned --strategy option to specify the merge strategy.
18
+
19
+ * The whitespace rules used in "git apply --whitespace" and "git diff"
20
+ gained a new member in the family (tab-in-indent) to help projects with
21
+ policy to indent only with spaces.
22
+
23
+ * Authentication over http transport can now be made lazily, in that the
24
+ request can first go to a URL without username, get a 401 response and
25
+ then the client will ask for the username to use.
26
+
27
+
28
+ Fixes since v1.7.1
29
+ ------------------
30
+
31
+ * In 1.7.1, "git status" stopped refreshing the index by mistake.
32
+
33
+ All of the fixes in v1.7.1.X maintenance series are included in this
34
+ release, unless otherwise noted.
35
+
36
+ --
37
+ exec >/var/tmp/1
38
+ O=v1.7.1-77-gb751157
39
+ echo O=$(git describe master)
40
+ git shortlog --no-merges master ^maint ^$O
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.7.1
4
+ DEF_VER=v1.7.1.GIT
5
5
6
6
LF='
7
7
'
Original file line number Diff line number Diff line change 1
- Documentation/RelNotes-1.7.1 .txt
1
+ Documentation/RelNotes-1.7.2 .txt
You can’t perform that action at this time.
0 commit comments