File tree Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Expand file tree Collapse file tree 4 files changed +23
-2
lines changed 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:
46
46
* link:v1.6.5/git.html[documentation for release 1.6.5]
47
47
48
48
* release notes for
49
+ link:RelNotes-1.6.5.1.txt[1.6.5.1],
49
50
link:RelNotes-1.6.5.txt[1.6.5].
50
51
51
52
* link:v1.6.4.4/git.html[documentation for release 1.6.4.4]
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v1.6.5
4
+ DEF_VER=v1.6.5.1
5
5
6
6
LF='
7
7
'
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