Skip to content

Commit 726cc2b

Browse files
committed
Git 2.10-rc0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2376d31 commit 726cc2b

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

Documentation/RelNotes/2.10.0.txt

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ UI, Workflows & Features
7171
command line option "--no-show-signature" to countermand it.
7272
(merge fce04c3 mj/log-show-signature-conf later to maint).
7373

74-
* A couple of "git svn" updates.
75-
7674
* More markings of messages for i18n, with updates to various tests
7775
to pass GETTEXT_POISON tests.
7876

@@ -106,8 +104,8 @@ UI, Workflows & Features
106104

107105
* An entry "git log --decorate" for the tip of the current branch is
108106
shown as "HEAD -> name" (where "name" is the name of the branch);
109-
paint the arrow in the same color as "HEAD", not in the color for
110-
commits.
107+
the arrow is now painted in the same color as "HEAD", not in the
108+
color for commits.
111109

112110
* "git format-patch" learned format.from configuration variable to
113111
specify the default settings for its "--from" option.
@@ -135,19 +133,19 @@ Performance, Internal Implementation, Development Support etc.
135133
* "git upload-pack" command has been updated to use the parse-options
136134
API.
137135

138-
* The "git apply" standalone program is being libified; this is the
139-
first step to move many state variables into a structure that can
140-
be explicitly (re)initialized to make the machinery callable more
141-
than once.
136+
* The "git apply" standalone program is being libified; the first
137+
step to move many state variables into a structure that can be
138+
explicitly (re)initialized to make the machinery callable more
139+
than once has been merged.
142140

143141
* HTTP transport gained an option to produce more detailed debugging
144142
trace.
145143
(merge 73e57aa ep/http-curl-trace later to maint).
146144

147-
* Instead of taking advantage of a struct string_list that is
148-
allocated with all NULs happens to be STRING_LIST_INIT_NODUP kind,
149-
initialize them explicitly as such, to document their behaviour
150-
better.
145+
* Instead of taking advantage of the fact that a struct string_list
146+
that is allocated with all NULs happens to be the INIT_NODUP kind,
147+
the users of string_list structures are taught to initialize them
148+
explicitly as such, to document their behaviour better.
151149
(merge 2721ce2 jk/string-list-static-init later to maint).
152150

153151
* HTTPd tests learned to show the server error log to help diagnosing

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.9.0.GIT
4+
DEF_VER=v2.10.0-rc0
55

66
LF='
77
'

0 commit comments

Comments
 (0)