First batch for 2.12

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed Dec 16, 2016 at 15:30 UTC eff96d7e16a769dca9b0319ccf460a83f514676e
1 file changed +34 -1
Documentation/RelNotes/2.12.0.txt
+34 -1
@@ -20,7 +20,7 @@ Updates since v2.11
20
21 UI, Workflows & Features
22
23 - *
23 + * Various updates to "git p4".
24
25
26 Performance, Internal Implementation, Development Support etc.
@@ -50,4 +50,37 @@ notes for details).
50 some configuration variable it uses were not documented.
51 (merge ea9a93dcc2 ew/svn-fixes later to maint).
52
53 + * "git rev-parse --symbolic" failed with a more recent notation like
54 + "HEAD^-1" and "HEAD^!".
55 + (merge a2e7b04c44 jk/rev-parse-symbolic-parents-fix later to maint).
56 +
57 + * An empty directory in a working tree that can simply be nuked used
58 + to interfere while merging or cherry-picking a change to create a
59 + submodule directory there, which has been fixed..
60 + (merge 5423d2e700 dt/empty-submodule-in-merge later to maint).
61 +
62 + * The code in "git push" to compute if any commit being pushed in the
63 + superproject binds a commit in a submodule that hasn't been pushed
64 + out was overly inefficient, making it unusable even for a small
65 + project that does not have any submodule but have a reasonable
66 + number of refs.
67 + (merge 250ab24ab3 hv/submodule-not-yet-pushed-fix later to maint).
68 +
69 + * "git push --dry-run --recurse-submodule=on-demand" wasn't
70 + "--dry-run" in the submodules.
71 + (merge 0301c821c5 bw/push-dry-run later to maint).
72 +
73 + * The output from "git worktree list" was made in readdir() order,
74 + and was unstable.
75 + (merge 4df1d4d466 nd/worktree-list-fixup later to maint).
76 +
77 + * mergetool.<tool>.trustExitCode configuration variable did not apply
78 + to built-in tools, but now it does.
79 + (merge 2967284456 da/mergetool-trust-exit-code later to maint).
80 +
81 + * "git p4" LFS support was broken when LFS stores an empty blob.
82 + (merge d5eb3cf5e7 ls/p4-empty-file-on-lfs later to maint).
83 +
84 * Other minor doc, test and build updates and code cleanups.
85 + (merge fa6ca11105 nd/qsort-in-merge-recursive later to maint).
86 + (merge fa3142c919 ak/lazy-prereq-mktemp later to maint).