@@ -71,8 +71,6 @@ UI, Workflows & Features
71
71
command line option "--no-show-signature" to countermand it.
72
72
(merge fce04c3 mj/log-show-signature-conf later to maint).
73
73
74
- * A couple of "git svn" updates.
75
-
76
74
* More markings of messages for i18n, with updates to various tests
77
75
to pass GETTEXT_POISON tests.
78
76
@@ -106,8 +104,8 @@ UI, Workflows & Features
106
104
107
105
* An entry "git log --decorate" for the tip of the current branch is
108
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.
111
109
112
110
* "git format-patch" learned format.from configuration variable to
113
111
specify the default settings for its "--from" option.
@@ -135,19 +133,19 @@ Performance, Internal Implementation, Development Support etc.
135
133
* "git upload-pack" command has been updated to use the parse-options
136
134
API.
137
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 .
142
140
143
141
* HTTP transport gained an option to produce more detailed debugging
144
142
trace.
145
143
(merge 73e57aa ep/http-curl-trace later to maint).
146
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.
151
149
(merge 2721ce2 jk/string-list-static-init later to maint).
152
150
153
151
* HTTPd tests learned to show the server error log to help diagnosing
0 commit comments