Skip to content

Commit 537f6c7

Browse files
committed
Git 1.7.1-rc0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent b807c52 commit 537f6c7

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

Documentation/RelNotes-1.7.1.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,17 @@ Git v1.7.1 Release Notes (draft)
44
Updates since v1.7.0
55
--------------------
66

7+
* Eric Raymond is the maintainer of updated CIAbot scripts, in contrib/.
8+
79
* Some commands (e.g. svn and http interfaces) that interactively ask
810
password can be told to use an external program given via GIT_ASKPASS.
911

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+
1018
* "git am" learned "--keep-cr" option to handle inputs that are
1119
mixture of changes to files with and without CRLF line endings.
1220

@@ -64,8 +72,14 @@ release, unless otherwise noted.
6472
* "git add frotz/nitfol" did not complain when the entire frotz/ directory
6573
was ignored.
6674

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+
6781
---
6882
exec >/var/tmp/1
6983
echo O=$(git describe)
70-
O=v1.7.0.3-310-g99f5b08
84+
O=v1.7.0.4-382-gb807c52
7185
git shortlog --no-merges ^maint $O..

0 commit comments

Comments
 (0)