@leroysheep / CrazyWebTemps / commits / a9ffa429c0

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
index 9bbe825df0..4d43fe30dd 100644 --- a/v1.5.0.txt +++ b/v1.5.0.txt @@ -60,7 +60,7 @@ git. - 'gitweb' became part of git.git during v1.4.0 timeperiod and seriously modified since then. - - reflog is an v1.4.0 invention. This alows you to name a + - reflog is an v1.4.0 invention. This allows you to name a revision that a branch used to be at (e.g. "git diff master@{yesterday} master" allows you to see changes since yesterday's tip of the branch). @@ -161,9 +161,9 @@ Updates in v1.5.0 since v1.4.4 series Existing repositories that have been using reflog may get complaints from fsck-objects and may not be able to run - git-repack; please run "git reflog expire --all" first to - remove reflog entries that refer to commits that are no - longer in the repository when that happens. + git-repack; please run "git reflog expire --stale-fix --all" + first to remove reflog entries that refer to commits that are + no longer in the repository when that happens. - git-branch knows how to rename branches and moves existing reflog data from the old branch to the new one.