diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-06-07 13:05:34 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-07 13:05:34 -0700 |
commit | 218bf69f0b137e0a21cfeeda6ba81947f220401f (patch) | |
tree | 17713d1575577ec56116e3767f7a92fe297e612e | |
parent | Merge 1.5.5.4 in (diff) | |
download | tgif-218bf69f0b137e0a21cfeeda6ba81947f220401f.tar.xz |
GIT 1.5.6-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/RelNotes-1.5.6.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/RelNotes-1.5.6.txt b/Documentation/RelNotes-1.5.6.txt index 1855cf3923..a79e4b9393 100644 --- a/Documentation/RelNotes-1.5.6.txt +++ b/Documentation/RelNotes-1.5.6.txt @@ -18,6 +18,12 @@ Updates since v1.5.5 * "git init" now autodetects the case sensitivity of the filesystem and sets core.ignorecase accordingly. +(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. + (performance) * "git clone" was rewritten in C. This will hopefully help cloning a |