File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,21 @@ Fixes since v2.13.3
88
99 * A recent update broke an alias that contained an uppercase letter,
1010 which has been fixed.
11+
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.
16+
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
20+ useful number.
21+
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.
27+
28+ Also contains a handful of small code and documentation clean-ups.
You can’t perform that action at this time.
0 commit comments