@@ -14,6 +14,9 @@ Fixes since v1.7.10.1
1414 * HTTP transport that requires authentication did not work correctly when
1515 multiple connections are used simultaneously.
1616
17+ * Minor memory leak during unpack_trees (hence "merge" and "checkout"
18+ to check out another branch) has been plugged.
19+
1720 * In the older days, the header "Conflicts:" in "cherry-pick" and "merge"
1821 was separated by a blank line from the list of paths that follow for
1922 readability, but when "merge" was rewritten in C, we lost it by
@@ -52,13 +55,24 @@ Fixes since v1.7.10.1
5255 * "git push" over smart-http lost progress output a few releases ago;
5356 this release resurrects it.
5457
58+ * The error and advice messages given by "git push" when it fails due
59+ to non-ff were not very helpful to new users; it has been broken
60+ into three cases, and each is given a separate advice message.
61+
5562 * The insn sheet given by "rebase -i" did not make it clear that the
5663 insn lines can be re-ordered to affect the order of the commits in
5764 the resulting history.
5865
66+ * "git repack" used to write out unreachable objects as loose objects
67+ when repacking, even if such loose objects will immediately pruned
68+ due to its age.
69+
5970 * A contrib script "rerere-train" did not work out of the box unless
6071 user futzed with her $PATH.
6172
73+ * "git rev-parse --show-prefix" used to emit nothing when run at the
74+ top-level of the working tree, but now it gives a blank line.
75+
6276 * The i18n of error message "git stash save" was not properly done.
6377
6478 * "git submodule" used a sed script that some platforms mishandled.
0 commit comments