Skip to content

Commit 9529a25

Browse files
author
Junio C Hamano
committed
GIT 1.5.0.6
1 parent d0e50cb commit 9529a25

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

Documentation/RelNotes-1.5.0.6.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
GIT v1.5.0.6 Release Notes
2+
==========================
3+
4+
Fixes since v1.5.0.5
5+
--------------------
6+
7+
* Bugfixes
8+
9+
- a handful small fixes to gitweb.
10+
11+
- build procedure for user-manual is fixed not to require locally
12+
installed stylesheets.
13+
14+
- "git commit $paths" on paths whose earlier contents were
15+
already updated in the index were failing out.
16+
17+
* Documentation
18+
19+
- user-manual has better cross references.
20+
21+
- gitweb installation/deployment procedure is now documented.
22+

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.0.5.GIT
4+
DEF_VER=v1.5.0.6.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.0.5.txt
1+
Documentation/RelNotes-1.5.0.6.txt

0 commit comments

Comments
 (0)