Skip to content

Commit b142da2

Browse files
committed
GIT 1.6.5.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 050dfc4 commit b142da2

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

Documentation/RelNotes-1.6.5.1.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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.

Documentation/git.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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]

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.6.5
4+
DEF_VER=v1.6.5.1
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes-1.6.5.txt
1+
Documentation/RelNotes-1.6.5.1.txt

0 commit comments

Comments
 (0)