Skip to content

Commit d67f9d5

Browse files
committed
Post 2.3 cycle (batch #8)
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 52d5bf7 commit d67f9d5

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

RelNotes

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,31 @@ notes for details).
262262
discover in the documentation.
263263
(merge afb5de7 mm/am-c-doc later to maint).
264264

265-
* Code cleanups.
265+
* The interaction between "git submodule update" and the
266+
submodule.*.update configuration was not clearly documented.
267+
(merge 5c31acf ms/submodule-update-config-doc later to maint).
268+
269+
* "git diff --shortstat --dirstat=changes" showed a dirstat based on
270+
lines that was never asked by the end user in addition to the
271+
dirstat that the user asked for.
272+
(merge ab27389 mk/diff-shortstat-dirstat-fix later to maint).
273+
274+
* "git remote add" mentioned "--tags" and "--no-tags" and was not
275+
clear that fetch from the remote in the future will use the default
276+
behaviour when neither is given to override it.
277+
(merge aaba0ab mg/doc-remote-tags-or-not later to maint).
278+
279+
* Description given by "grep -h" for its --exclude-standard option
280+
was phrased poorly.
281+
(merge 77fdb8a nd/grep-exclude-standard-help-fix later to maint).
282+
283+
* The borrowed code in kwset API did not follow our usual convention
284+
to use "unsigned char" to store values that range from 0-255.
285+
(merge 189c860 bw/kwset-use-unsigned later to maint).
286+
287+
* Code cleanups and documentaiton updates.
266288
(merge 2ce63e9 rs/simple-cleanups later to maint).
267289
(merge 33baa69 rj/no-xopen-source-for-cygwin later to maint).
268290
(merge 817d03e jc/diff-test-updates later to maint).
291+
(merge eb32c66 ak/t5516-typofix later to maint).
292+
(merge bcd57cb mr/doc-clean-f-f later to maint).

0 commit comments

Comments
 (0)