Package: git
Version: 1:2.20.1-2
Severity: minor

git remote rename takes several minutes on a remote with thousands of
packed refs, because it uses a quadratic loop that, for each ref to be
renamed, reads every ref and writes out a new copy of .git/packed-refs.
It should be possible to do this much faster.

Anders

Reply via email to