summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.7.8.3.txt
blob: a92714c14bcb5ccd6bb94b76e2a57ce8b47ebba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Git v1.7.8.3 Release Notes
==========================
 
Fixes since v1.7.8.2
--------------------
 
 * Attempt to fetch from an empty file pretending it to be a bundle did
   not error out correctly.
 
 * gitweb did not correctly fall back to configured $fallback_encoding
   that is not 'latin1'.
 
 * "git clone --depth $n" did not catch a non-number given as $n as an
   error.
 
Also contains minor fixes and documentation updates.