+ * A lazy "git push" without refspec did not internally use a fully
+ specified refspec to perform 'current', 'simple', or 'upstream'
+ push, causing unnecessary "ambiguous ref" errors.
+ (merge b284495e93 jc/push-default-explicit later to maint).
+
+ * "git p4" misbehaved when swapping a directory and a symbolic link.
+ (merge df8a9e86db ld/p4-compare-dir-vs-symlink later to maint).
+
+ * Even though an fix was attempted in Git 2.9.3 days, but running
+ "git difftool --dir-diff" from a subdirectory never worked. This
+ has been fixed.
+ (merge ce6926974e jk/difftool-in-subdir later to maint).
+
+ * "git p4" that tracks multile p4 paths imported a single changelist
+ that touches files in these multiple paths as one commit, followed
+ by many empty commits. This has been fixed.
+ (merge 9943e5b979 gv/p4-multi-path-commit-fix later to maint).
+
+ * A potential but unlikely buffer overflow in Windows port has been
+ fixed.
+ (merge c46458e82f mk/mingw-winansi-ttyname-termination-fix later to maint).
+