The removal of stale reflog entries need --stale-fix option.
Junio C Hamano committed
Jan 15, 2007 at 14:37 UTC
a9ffa429c0db1653bb5950b5f4f115199babafb6
1 file changed
+4
-4
v1.5.0.txt
+4
-4
@@ -60,7 +60,7 @@ git.
60
- 'gitweb' became part of git.git during v1.4.0 timeperiod and
61
seriously modified since then.
62
63
- - reflog is an v1.4.0 invention. This alows you to name a
63
+ - reflog is an v1.4.0 invention. This allows you to name a
64
revision that a branch used to be at (e.g. "git diff
65
master@{yesterday} master" allows you to see changes since
66
yesterday's tip of the branch).
@@ -161,9 +161,9 @@ Updates in v1.5.0 since v1.4.4 series
161
162
Existing repositories that have been using reflog may get
163
complaints from fsck-objects and may not be able to run
164
- git-repack; please run "git reflog expire --all" first to
165
- remove reflog entries that refer to commits that are no
166
- longer in the repository when that happens.
164
+ git-repack; please run "git reflog expire --stale-fix --all"
165
+ first to remove reflog entries that refer to commits that are
166
+ no longer in the repository when that happens.
167
168
- git-branch knows how to rename branches and moves existing
169
reflog data from the old branch to the new one.