]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/RelNotes/1.6.5.1.txt
Revert "Merge branch 'ra/rebase-i-more-options'"
[thirdparty/git.git] / Documentation / RelNotes / 1.6.5.1.txt
CommitLineData
b142da2a
JH
1GIT v1.6.5.1 Release Notes
2==========================
3
4Fixes since v1.6.5
5------------------
6
7 * An corrupt pack could make codepath to read objects into an
8 infinite loop.
9
10 * Download throughput display was always shown in KiB/s but on fast links
11 it is more appropriate to show it in MiB/s.
12
13 * "git grep -f filename" used uninitialized variable and segfaulted.
14
15 * "git clone -b branch" gave a wrong commit object name to post-checkout
16 hook.
17
18 * "git pull" over http did not work on msys.
19
20Other minor documentation updates are included.