summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2027688)
raw | patch | inline | side by side (parent: 2027688)
author | Junio C Hamano <junkio@cox.net> | |
Wed, 14 Feb 2007 18:54:25 +0000 (10:54 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 14 Feb 2007 18:55:24 +0000 (10:55 -0800) |
In cruft removal section we had a cruft we needed to remove.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/RelNotes-1.5.0.txt | patch | blob | history |
index 0989ded497291714cc9a30c4e29f237c75470280..599efb8c908d96e4de938458654cbbe907cf00bb 100644 (file)
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
"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
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