diff options
author | Junio C Hamano <junkio@cox.net> | 2007-03-28 13:53:00 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-28 15:28:14 -0700 |
commit | 9529a2524a29c15107905f2f8f0b310a40880dc7 (patch) | |
tree | 07e88ba0b223fbd7faf900937fe72c112703b522 /Documentation | |
parent | d0e50cb4cb8e0cc8b445a9749547019efaa5703e (diff) | |
download | git-9529a2524a29c15107905f2f8f0b310a40880dc7.tar.gz git-9529a2524a29c15107905f2f8f0b310a40880dc7.tar.xz |
GIT 1.5.0.6v1.5.0.6
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes-1.5.0.6.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.5.0.6.txt b/Documentation/RelNotes-1.5.0.6.txt new file mode 100644 index 000000000..e15447ffd --- /dev/null +++ b/Documentation/RelNotes-1.5.0.6.txt @@ -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. + |