File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ GIT v1.6.5.1 Release Notes
2+ ==========================
3+
4+ Fixes 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+
20+ Other minor documentation updates are included.
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ Documentation for older releases are available here:
4646* link:v1.6.5/git.html[documentation for release 1.6.5]
4747
4848* release notes for
49+ link:RelNotes-1.6.5.1.txt[1.6.5.1],
4950 link:RelNotes-1.6.5.txt[1.6.5].
5051
5152* link:v1.6.4.4/git.html[documentation for release 1.6.4.4]
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v1.6.5
4+ DEF_VER=v1.6.5.1
55
66LF='
77'
Original file line number Diff line number Diff line change 1- Documentation/RelNotes-1.6.5.txt
1+ Documentation/RelNotes-1.6.5.1. txt
You can’t perform that action at this time.
0 commit comments