X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Documentation%2FRelNotes-1.5.4.txt;h=97a9bd9cd23934ec2d00b4160d0447bfffff97f3;hb=105c21df14531bf2fd39e05b4c3a9aa31349da06;hp=c05de3d1d82d95a97264366f05e85913e524254d;hpb=887ad79865d862a0a3aef4b59957d7dd95d0507d;p=git.git diff --git a/Documentation/RelNotes-1.5.4.txt b/Documentation/RelNotes-1.5.4.txt index c05de3d1d..97a9bd9cd 100644 --- a/Documentation/RelNotes-1.5.4.txt +++ b/Documentation/RelNotes-1.5.4.txt @@ -46,6 +46,10 @@ Deprecation notices and works for all transports; "git peek-remote" will be removed in the future. + * "git repo-config" which was an old name for "git config" command + has been supported without being advertised for a long time. The + next feature release will remove it. + * From v1.6.0, the repack.usedeltabaseoffset config option will default to true, which will give denser packfiles (i.e. more efficient storage). The downside is that git older than version 1.4.4 will not be able @@ -61,7 +65,7 @@ Deprecation notices Updates since v1.5.3 -------------------- - * Comes with much improved gitk. + * Comes with much improved gitk, with i18n. * Comes with "git gui" 0.9.1 with i18n. @@ -358,6 +362,6 @@ series. -- exec >/var/tmp/1 -O=v1.5.4-rc2-59-g2370781 +O=v1.5.4-rc3 echo O=`git describe refs/heads/master` git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint