On my local clone of a git repo, when a reference is deleted (or renamed), the reflog attached to the old name is deleted.
I couldn't find an option which states "keep log for deleted references".
Question
Is there a way to keep the reflog files for deleted references ?
Cleaning and gc could still follow the parameters for reflog entries, unreachable objects, etc ...