From a9ffa429c0db1653bb5950b5f4f115199babafb6 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 15 Jan 2007 14:37:11 -0800 Subject: [PATCH] The removal of stale reflog entries need --stale-fix option. --- v1.5.0.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/v1.5.0.txt b/v1.5.0.txt 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.