Skip to content

Commit a28705d

Browse files
committed
Hopefully the final last-minute update before 2.9 final
Signed-off-by: Junio C Hamano <[email protected]>
1 parent e5f7675 commit a28705d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Documentation/RelNotes/2.9.0.txt

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,11 @@ UI, Workflows & Features
118118
* HTTP transport clients learned to throw extra HTTP headers at the
119119
server, specified via http.extraHeader configuration variable.
120120

121-
* Patch output from "git diff" and friends has been tweaked to be
122-
more readable by using a blank line as a strong hint that the
123-
contents before and after it belong to logically separate units.
121+
* The "--compaction-heuristic" option to "git diff" family of
122+
commands enables a heuristic to make the patch output more readable
123+
by using a blank line as a strong hint that the contents before and
124+
after it belong to logically separate units. It is still
125+
experimental.
124126

125127
* A new configuration variable core.hooksPath allows customizing
126128
where the hook directory is.
@@ -506,3 +508,5 @@ notes for details).
506508
(merge cd82b7a pa/cherry-pick-doc-typo later to maint).
507509
(merge 2bb73ae rs/patch-id-use-skip-prefix later to maint).
508510
(merge aa20cbc rs/apply-name-terminate later to maint).
511+
(merge fe17fc0 jc/t2300-setup later to maint).
512+
(merge e256eec jk/shell-portability later to maint).

0 commit comments

Comments
 (0)