Document git reflog --stale-fix
commitcb877cd7b6c2a47ca4cbf58cd018ed1e73e8e0f3
authorJakub Narebski <jnareb@gmail.com>
Sat, 16 Jun 2007 19:03:46 +0000 (16 21:03 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 16 Jun 2007 20:08:12 +0000 (16 13:08 -0700)
tree40797a2e84ef2af815c31e26c940fdc6e1efdd2b
parentc9bf7be238ac3c767f9ac6546d5bb7b11765253c
Document git reflog --stale-fix

Document --stale-fix, used in "git reflog expire --stale-fix --all"
to remove invalid reflog entries, to fix situation after running
non reflog-aware git-prune from an older git in the presence of
reflogs (see RelNotes-1.5.0.txt).

Based on description of commit 1389d9ddaa68a4cbf5018d88f971b9bbb7aaa3c9
  "reflog expire --fix-stale"
which introduced this option.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-reflog.txt