diff options
author | Junio C Hamano <junkio@cox.net> | 2007-03-28 15:39:57 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-03-28 15:39:57 -0700 |
commit | 0a98f9d13802880a68ce6564b9f47b1c3e3341c7 (patch) | |
tree | 1465fa12fd8127c4c76405f0fc3d1c44583365d4 /Documentation | |
parent | t/t6006: add tests for a slightly more complex commit messages (diff) | |
parent | GIT 1.5.0.6 (diff) | |
download | tgif-0a98f9d13802880a68ce6564b9f47b1c3e3341c7.tar.xz |
Merge branch 'maint' to synchronize with 1.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 0000000000..e15447ffdb --- /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. + |