From: Junio C Hamano Date: Thu, 4 Aug 2016 21:40:34 +0000 (-0700) Subject: Tenth batch for 2.10 X-Git-Tag: v2.10.0-rc0~53 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c6b0597e9ac7277e148e2fd4d7615ac6e0bfb661?ds=inline;hp=--cc Tenth batch for 2.10 Signed-off-by: Junio C Hamano --- c6b0597e9ac7277e148e2fd4d7615ac6e0bfb661 diff --git a/Documentation/RelNotes/2.10.0.txt b/Documentation/RelNotes/2.10.0.txt index a55f43aa8b..a9fb0736d6 100644 --- a/Documentation/RelNotes/2.10.0.txt +++ b/Documentation/RelNotes/2.10.0.txt @@ -490,6 +490,11 @@ notes for details). the conversion is necessary. (merge 06dec43 jk/diff-do-not-reuse-wtf-needs-cleaning later to maint). + * "git -c grep.patternType=extended log --basic-regexp" misbehaved + because the internal API to access the grep machinery was not + designed well. + (merge 8465541 jc/grep-commandline-vs-configuration later to maint). + * Other minor clean-ups and documentation updates (merge e51b0df pb/commit-editmsg-path later to maint). (merge b333d0d jk/send-pack-stdio later to maint). @@ -502,3 +507,4 @@ notes for details). (merge fd2e7da rs/worktree-use-strbuf-absolute-path later to maint). (merge 406621f sb/submodule-deinit-all later to maint). (merge 55cbe18 rs/submodule-config-code-cleanup later to maint). + (merge 280abfd sb/pack-protocol-doc-nak later to maint).