File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,17 @@ Git v1.7.1 Release Notes (draft)
4
4
Updates since v1.7.0
5
5
--------------------
6
6
7
+ * Eric Raymond is the maintainer of updated CIAbot scripts, in contrib/.
8
+
7
9
* Some commands (e.g. svn and http interfaces) that interactively ask
8
10
password can be told to use an external program given via GIT_ASKPASS.
9
11
12
+ * Conflict markers that lead the common ancestor in diff3-style output
13
+ now has a label, which hopefully would help third-party tools that
14
+ expect one.
15
+
16
+ * Comes with an updated bash-completion script.
17
+
10
18
* "git am" learned "--keep-cr" option to handle inputs that are
11
19
mixture of changes to files with and without CRLF line endings.
12
20
@@ -64,8 +72,14 @@ release, unless otherwise noted.
64
72
* "git add frotz/nitfol" did not complain when the entire frotz/ directory
65
73
was ignored.
66
74
75
+ * "git rev-list --pretty=oneline" didn't terminate a record with LF for
76
+ commits without any message.
77
+
78
+ * "git rev-list --abbrev-commit" defaulted to 40-byte abbreviations, unlike
79
+ newer tools in the git toolset.
80
+
67
81
---
68
82
exec >/var/tmp/1
69
83
echo O=$(git describe)
70
- O=v1.7.0.3-310-g99f5b08
84
+ O=v1.7.0.4-382-gb807c52
71
85
git shortlog --no-merges ^maint $O..
You can’t perform that action at this time.
0 commit comments