+* "git diff --pickaxe-regexp" did not count overlapping matches
+ correctly (backport by cherry-picking 50fd699).
+
+* "git-fetch" in a repository that was not cloned from anywhere said
+ it cannot find 'origin', which was hard to understand for new people.
+
+* git-gc spent excessive amount of time to decide if an object appears
+ in a locally existing pack (if needed, backport by merging 69e020a).
+
+* "git-ls-files --deleted" did not work well with GIT_DIR&GIT_WORK_TREE
+ (backport by cherry-picking 8ad3dae).
+
+* "git-read-tree A B C..." without -m option has been broken for a long time
+ (backport by merging jc/maint-1.6.0-read-tree-overlay)
+