summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-02-14 18:54:25 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-02-14 18:55:24 (GMT)
commit37b73cf97c0480878c4eff576295deae19bad506 (patch)
tree1a3c3f9ea8a8d9ff239b69e0cd7d9051ae19cb85
parent20276889d6610d87c17b058ac0c49601ed950e61 (diff)
downloadgit-37b73cf97c0480878c4eff576295deae19bad506.zip
git-37b73cf97c0480878c4eff576295deae19bad506.tar.gz
git-37b73cf97c0480878c4eff576295deae19bad506.tar.bz2
Still updating 1.5.0 release notes.
In cruft removal section we had a cruft we needed to remove. Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Documentation/RelNotes-1.5.0.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/Documentation/RelNotes-1.5.0.txt b/Documentation/RelNotes-1.5.0.txt
index 0989ded..599efb8 100644
--- a/Documentation/RelNotes-1.5.0.txt
+++ b/Documentation/RelNotes-1.5.0.txt
@@ -36,7 +36,7 @@ Specifically, the available options are:
set repack.usedeltabaseoffset to true.
The above two new features are not enabled by default and you
-have explicitly to ask for them, because they make repositories
+have to explicitly ask for them, because they make repositories
unreadable by older versions of git, and in v1.5.0 we still do
not enable them by default for the same reason. We will change
this default probably 1 year after 1.4.2's release, when it is
@@ -223,7 +223,7 @@ Updates in v1.5.0 since v1.4.4 series
"branch@{Nth}" notation.
- "git show-branch" learned showing the reflog data with the
- new -g option. "git log" has -s option to view reflog
+ new -g option. "git log" has -g option to view reflog
entries in a more verbose manner.
- git-branch knows how to rename branches and moves existing
@@ -259,9 +259,6 @@ Updates in v1.5.0 since v1.4.4 series
above sentence, as git-prune does not remove things reachable
from reflog entries.
- - 'git-prune' by default does not remove _everything_
- unreachable, as there is a one-day grace period built-in.
-
- There is a toplevel garbage collector script, 'git-gc', that
runs periodic cleanup functions, including 'git-repack -a -d',
'git-reflog expire', 'git-pack-refs --prune', and 'git-rerere