Git 2.10-rc0

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Aug 14, 2016 at 14:48 UTC 726cc2ba12c4573ab2e623077479c51019e1f3cd
2 files changed +11 -13
Documentation/RelNotes/2.10.0.txt
+10 -12
@@ -71,8 +71,6 @@ UI, Workflows & Features
71 command line option "--no-show-signature" to countermand it.
72 (merge fce04c3 mj/log-show-signature-conf later to maint).
73
74 - * A couple of "git svn" updates.
75 -
74 * More markings of messages for i18n, with updates to various tests
75 to pass GETTEXT_POISON tests.
76
@@ -106,8 +104,8 @@ UI, Workflows & Features
104
105 * An entry "git log --decorate" for the tip of the current branch is
106 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.
109
110 * "git format-patch" learned format.from configuration variable to
111 specify the default settings for its "--from" option.
@@ -135,19 +133,19 @@ Performance, Internal Implementation, Development Support etc.
133 * "git upload-pack" command has been updated to use the parse-options
134 API.
135
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.
140
141 * HTTP transport gained an option to produce more detailed debugging
142 trace.
143 (merge 73e57aa ep/http-curl-trace later to maint).
144
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.
149 (merge 2721ce2 jk/string-list-static-init later to maint).
150
151 * HTTPd tests learned to show the server error log to help diagnosing
GIT-VERSION-GEN
+1 -1
@@ -1,7 +1,7 @@
1 #!/bin/sh
2
3 GVF=GIT-VERSION-FILE
4 -DEF_VER=v2.9.0.GIT
4 +DEF_VER=v2.10.0-rc0
5
6 LF='
7 '