Skip to content

Commit 5788744

Browse files
committed
GIT 1.5.2.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2064887 commit 5788744

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

Documentation/RelNotes-1.5.2.3.txt

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
GIT v1.5.2.3 Release Notes
2+
==========================
3+
4+
Fixes since v1.5.2.2
5+
--------------------
6+
7+
* Bugfixes
8+
9+
- Version 2 pack index format was introduced in version 1.5.2
10+
to support pack files that has offset that cannot be
11+
represented in 32-bit. The runtime code to validate such
12+
an index mishandled such an index for an empty pack.
13+
14+
- Commit walkers (most notably, fetch over http protocol)
15+
tried to traverse commit objects contained in trees (aka
16+
subproject); they shouldn't.
17+
18+
- A build option NO_R_TO_GCC_LINKER was not explained in Makefile
19+
comment correctly.
20+
21+
* Documentation Fixes and Updates
22+
23+
- git-config --regexp was not documented properly.
24+
25+
- git-repack -a was not documented properly.
26+
27+
- git-remote -n was not documented properly.

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.5.2.2.GIT
4+
DEF_VER=v1.5.2.3.GIT
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.5.2.2.txt
1+
Documentation/RelNotes-1.5.2.3.txt

0 commit comments

Comments
 (0)