mirror of
https://github.com/git/git.git
synced 2024-11-01 14:57:52 +01:00
ba63bfaa59
Signed-off-by: Junio C Hamano <gitster@pobox.com>
13 lines
400 B
Text
13 lines
400 B
Text
Git v2.3.6 Release Notes
|
|
========================
|
|
|
|
Fixes since v2.3.5
|
|
------------------
|
|
|
|
* "diff-highlight" (in contrib/) used to show byte-by-byte
|
|
differences, which meant that multi-byte characters can be chopped
|
|
in the middle. It learned to pay attention to character boundaries
|
|
(assuming the UTF-8 payload).
|
|
|
|
Also contains typofixes, documentation updates and trivial code
|
|
clean-ups.
|