about summary refs log tree commit diff
path: root/third_party/git/Documentation/RelNotes/2.3.6.txt
blob: 432f770ef3d29800d0207545ad79690546452f54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.