diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2008-06-15 15:39:20 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-15 13:33:48 -0700 |
commit | 557040618ddca15fbb8d903a737da72df8365a8e (patch) | |
tree | 3b967a459bf7b9e3f76a3c842c4e3a48f118e3ea /Documentation | |
parent | 52cb2bc28b8336a3f2259bb1c6ad2b99c3caca9c (diff) | |
download | git-557040618ddca15fbb8d903a737da72df8365a8e.tar.gz git-557040618ddca15fbb8d903a737da72df8365a8e.tar.xz |
Documentation: RelNotes-1.5.6: talk about renamed HTML files
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes-1.5.6.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/RelNotes-1.5.6.txt b/Documentation/RelNotes-1.5.6.txt index 0d2608c88..b22bfa89a 100644 --- a/Documentation/RelNotes-1.5.6.txt +++ b/Documentation/RelNotes-1.5.6.txt @@ -21,8 +21,10 @@ Updates since v1.5.5 (documentation) * Many freestanding documentation pages have been converted and made - available to "git help" (aka "man git-<command>") as section 7 of the - manual pages. + available to "git help" (aka "man git<something>") as section 7 of + the manual pages. This means bookmarks to some HTML documentation + files may need to be updated (eg "tutorial.html" became + "gittutorial.html"). (performance) |