Skip to content

Commit

Permalink
GIT 1.5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Junio C Hamano committed Mar 28, 2007
1 parent d0e50cb commit 9529a25
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions Documentation/RelNotes-1.5.0.6.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
GIT v1.5.0.6 Release Notes
==========================

Fixes since v1.5.0.5
--------------------

* Bugfixes

- a handful small fixes to gitweb.

- build procedure for user-manual is fixed not to require locally
installed stylesheets.

- "git commit $paths" on paths whose earlier contents were
already updated in the index were failing out.

* Documentation

- user-manual has better cross references.

- gitweb installation/deployment procedure is now documented.

2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.5.0.5.GIT
DEF_VER=v1.5.0.6.GIT

LF='
'
Expand Down
2 changes: 1 addition & 1 deletion RelNotes

0 comments on commit 9529a25

Please sign in to comment.