Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Update draft release notes for 1.6.0
author
Junio C Hamano
<gitster@pobox.com>
Thu, 17 Jul 2008 01:34:19 +0000
(18:34 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Thu, 17 Jul 2008 01:34:19 +0000
(18:34 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.6.0.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
1f8dc67
)
diff --git
a/Documentation/RelNotes-1.6.0.txt
b/Documentation/RelNotes-1.6.0.txt
index 89ea1e9385bdea0ec42891c1f5ac7763cdbf8a73..b29ba2522974c1c4933251741d465ad38f0b9575 100644
(file)
--- a/
Documentation/RelNotes-1.6.0.txt
+++ b/
Documentation/RelNotes-1.6.0.txt
@@
-28,6
+28,10
@@
actually affected all git commands, now only affects "git config".
GIT_LOCAL_CONFIG, also only documented as affecting "git config" and
not different from GIT_CONFIG in a useful way, is removed.
GIT_LOCAL_CONFIG, also only documented as affecting "git config" and
not different from GIT_CONFIG in a useful way, is removed.
+The ".dotest" temporary area "git am" and "git rebase" use is now moved
+inside the $GIT_DIR, to avoid mistakes of adding it to the project by
+accident.
+
An ancient merge strategy "stupid" has been removed.
An ancient merge strategy "stupid" has been removed.
@@
-67,7
+71,8
@@
Updates since v1.5.6
(performance, robustness, sanity etc.)
(performance, robustness, sanity etc.)
-* even more documentation pages are now accessible via "man" and "git help".
+* index-pack used too much memory when dealing with a deep delta chain.
+ This has been optimized.
* reduced excessive inlining to shrink size of the "git" binary.
* reduced excessive inlining to shrink size of the "git" binary.
@@
-79,6
+84,8
@@
Updates since v1.5.6
repack -a -f" can be used to fix such a corruption as long as necessary
objects are available.
repack -a -f" can be used to fix such a corruption as long as necessary
objects are available.
+* Performance of "git-blame -C -C" operation is vastly improved.
+
* git-clone does not create refs in loose form anymore (it behaves as
if you immediately ran git-pack-refs after cloning). This will help
repositories with insanely large number of refs.
* git-clone does not create refs in loose form anymore (it behaves as
if you immediately ran git-pack-refs after cloning). This will help
repositories with insanely large number of refs.
@@
-92,6
+99,8
@@
Updates since v1.5.6
(usability, bells and whistles)
(usability, bells and whistles)
+* even more documentation pages are now accessible via "man" and "git help".
+
* A new environment variable GIT_CEILING_DIRECTORIES can be used to stop
the discovery process of the toplevel of working tree; this may be useful
when you are working in a slow network disk and are outside any working tree,
* A new environment variable GIT_CEILING_DIRECTORIES can be used to stop
the discovery process of the toplevel of working tree; this may be useful
when you are working in a slow network disk and are outside any working tree,
@@
-188,6
+197,8
@@
Updates since v1.5.6
(internal)
(internal)
+* git-merge has been reimplemented in C.
+
Fixes since v1.5.6
------------------
Fixes since v1.5.6
------------------
@@
-195,12
+206,8
@@
Fixes since v1.5.6
All of the fixes in v1.5.6 maintenance series are included in
this release, unless otherwise noted.
All of the fixes in v1.5.6 maintenance series are included in
this release, unless otherwise noted.
- * "git fetch" into an empty repository used to remind the fetch will
- be huge by saying "no common commits", but it is already known by
- the user anyway (need to backport 8cb560f to 'maint').
-
---
exec >/var/tmp/1
---
exec >/var/tmp/1
-O=v1.5.6.3-
350-g499027b
+O=v1.5.6.3-
436-g1f8dc67
echo O=$(git describe refs/heads/master)
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint
echo O=$(git describe refs/heads/master)
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint