diff options
| author | Junio C Hamano <gitster@pobox.com> | 2007-07-15 16:41:17 -0700 | 
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2007-07-15 16:41:17 -0700 | 
| commit | 9dfdf14b3805e89aa2782458bda15b3dfae24c09 (patch) | |
| tree | ee3fe326a99ec87ae5f6be2412a32d2d64459bfe | |
| parent | e3b4968f9caa04e83b2f27b64182187b13b86dab (diff) | |
| download | git-9dfdf14b3805e89aa2782458bda15b3dfae24c09.tar.gz | |
GIT v1.5.3-rc2v1.5.3-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes-1.5.3.txt | 16 | 
1 files changed, 15 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.5.3.txt b/Documentation/RelNotes-1.5.3.txt index 63e33b9d27..896ff1d95a 100644 --- a/Documentation/RelNotes-1.5.3.txt +++ b/Documentation/RelNotes-1.5.3.txt @@ -21,6 +21,8 @@ Updates since v1.5.2  * New commands and options. +  - "git log --date=<format>" can use more formats: iso8601, rfc2822. +    - The hunk header output from "git diff" family can be customized      with the attributes mechanism.  See gitattributes(5) for details. @@ -68,6 +70,10 @@ Updates since v1.5.2    - "git gc --aggressive" tells the command to spend more cycles      to optimize the repository harder. +  - "git repack" learned a "window-memory" limit which +    dynamically reduces the window size to stay within the +    specified memory usage. +    - "git repack" can be told to split resulting packs to avoid      exceeding limit specified with "--max-pack-size". @@ -99,6 +105,9 @@ Updates since v1.5.2  * Updated behavior of existing commands. +  - "git rm --cached" does not complain when removing a newly +    added file from the index anymore. +    - "git svn dcommit" retains local merge information.    - "git config" to set values also honors type flags like --bool @@ -175,6 +184,11 @@ Updates since v1.5.2      concatenate them into a single line and treat the result as      "oneline". +  - "git p4import" has been demoted to contrib status.  For +    a superior option, checkout the git-p4 front end to +    git-fast-import (also in contrib).  The man page and p4 +    rpm have been removed as well. +  * Builds    - old-style function definitions (most notably, a function @@ -218,6 +232,6 @@ this release, unless otherwise noted.  --  exec >/var/tmp/1 -O=v1.5.3-rc1 +O=v1.5.3-rc2  echo O=`git describe refs/heads/master`  git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint  | 
