@@ -14,6 +14,9 @@ Fixes since v1.7.10.1
14
14
* HTTP transport that requires authentication did not work correctly when
15
15
multiple connections are used simultaneously.
16
16
17
+ * Minor memory leak during unpack_trees (hence "merge" and "checkout"
18
+ to check out another branch) has been plugged.
19
+
17
20
* In the older days, the header "Conflicts:" in "cherry-pick" and "merge"
18
21
was separated by a blank line from the list of paths that follow for
19
22
readability, but when "merge" was rewritten in C, we lost it by
@@ -52,13 +55,24 @@ Fixes since v1.7.10.1
52
55
* "git push" over smart-http lost progress output a few releases ago;
53
56
this release resurrects it.
54
57
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
+
55
62
* The insn sheet given by "rebase -i" did not make it clear that the
56
63
insn lines can be re-ordered to affect the order of the commits in
57
64
the resulting history.
58
65
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
+
59
70
* A contrib script "rerere-train" did not work out of the box unless
60
71
user futzed with her $PATH.
61
72
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
+
62
76
* The i18n of error message "git stash save" was not properly done.
63
77
64
78
* "git submodule" used a sed script that some platforms mishandled.
0 commit comments