diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-04-19 17:36:22 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-19 17:38:40 -0700 |
commit | 66996ecc28f001d3dcc73090717bb8c6e47c0d75 (patch) | |
tree | d1a4847442f3ce9baadd3e27f23f3a395b072e31 /Documentation/RelNotes-1.6.3.txt | |
parent | ea10b60c910e4a23483f47f17becc5e58f07ebe9 (diff) | |
parent | 1f9b620fdbf27835f54b11008d64c4014b8f4c32 (diff) | |
download | git-66996ecc28f001d3dcc73090717bb8c6e47c0d75.tar.gz git-66996ecc28f001d3dcc73090717bb8c6e47c0d75.tar.xz |
Sync with 1.6.2.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.6.3.txt')
-rw-r--r-- | Documentation/RelNotes-1.6.3.txt | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/Documentation/RelNotes-1.6.3.txt b/Documentation/RelNotes-1.6.3.txt index ca38decb3..b53e7b86e 100644 --- a/Documentation/RelNotes-1.6.3.txt +++ b/Documentation/RelNotes-1.6.3.txt @@ -42,9 +42,6 @@ Updates since v1.6.2 * many uses of lstat(2) in the codepath for "git checkout" have been optimized out. -* pruning reflog entries that are unreachable from the tip of the ref - during "git reflog prune" (hence "git gc") was very inefficient. - (usability, bells and whistles) * Boolean configuration variable yes/no can be written as on/off. @@ -80,8 +77,6 @@ Updates since v1.6.2 1.6.2, but the initial implementation did not teach this to a few commands. Now the syntax works with "branch -m @{-1} newname". -* "git-add -p" now supports "q"uit action. - * git-archive learned --output=<file> option. * git-archive takes attributes from the tree being archived; strictly @@ -109,8 +104,6 @@ Updates since v1.6.2 * git-difftool is now part of the officially supported command, primarily maintained by David Aguilar. -* git-fast-export choked when seeing a tag that does not point at commit. - * git-for-each-ref learned a new "upstream" token. * git-format-patch can be told to use attachment with a new configuration, @@ -184,6 +177,6 @@ v1.6.2.X series. --- exec >/var/tmp/1 -O=v1.6.3-rc0-74-g9824a38 +O=v1.6.3-rc1-1-gea10b60 echo O=$(git describe master) git shortlog --no-merges $O..master ^maint |