1 Git v2.13.4 Release Notes
2 =========================
7 * Update the character width tables.
9 * A recent update broke an alias that contained an uppercase letter,
12 * On Cygwin, similar to Windows, "git push //server/share/repository"
13 ought to mean a repository on a network share that can be accessed
14 locally, but this did not work correctly due to stripping the double
15 slashes at the beginning.
17 * The progress meter did not give a useful output when we haven't had
18 0.5 seconds to measure the throughput during the interval. Instead
19 show the overall throughput rate at the end, which is a much more
22 * We run an early part of "git gc" that deals with refs before
23 daemonising (and not under lock) even when running a background
24 auto-gc, which caused multiple gc processes attempting to run the
25 early part at the same time. This is now prevented by running the
26 early part also under the GC lock.
28 Also contains a handful of small code and documentation clean-ups.