mirror of
https://github.com/git/git.git
synced 2026-01-25 10:03:24 +00:00
A regression was introduced into Git for Windows v2.13.* via a half-finished refactoring of the refs handling. This refactoring has been completed in the meantime, but is was only merged into upstream's `master` branch, i.e. it was not integrated into the maintenance track. Git for Windows is used quite a bit in enterprise settings, though, where a large number of refs is quite common, and therefore the regression really hurts. So let's take this regression fix earlier than upstream Git. This fixes https://github.com/git-for-windows/git/issues/1233. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>