Skip to content

Commit f0294f4

Browse files
committed
The second batch post 2.14
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 44c2339 commit f0294f4

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

Documentation/RelNotes/2.15.0.txt

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@ Performance, Internal Implementation, Development Support etc.
6565
hand-rolled substitute.
6666
(merge 90dbf226ba js/git-gui-msgfmt-on-windows later to maint).
6767

68+
* "git grep --recurse-submodules" has been reworked to give a more
69+
consistent output across submodule boundary (and do its thing
70+
without having to fork a separate process).
71+
72+
* A helper function to read a single whole line into strbuf
73+
mistakenly triggered OOM error at EOF under certain conditions,
74+
which has been fixed.
75+
(merge 642956cf45 rs/strbuf-getwholeline-fix later to maint).
76+
77+
* The "ref-store" code reorganization continues.
78+
6879

6980
Also contains various documentation updates and code clean-ups.
7081

@@ -118,6 +129,41 @@ Fixes since v2.14
118129
and then "git tag -l" is made to run pager by default.
119130
(merge 595d59e2b5 ma/pager-per-subcommand-action later to maint).
120131

132+
* "git push --recurse-submodules $there HEAD:$target" was not
133+
propagated down to the submodules, but now it is.
134+
(merge c7be7201a7 bw/push-options-recursively-to-submodules later to maint).
135+
136+
* Commands like "git rebase" accepted the --rerere-autoupdate option
137+
from the command line, but did not always use it. This has been
138+
fixed.
139+
(merge f826fb799e pw/sequence-rerere-autoupdate later to maint).
140+
141+
* "git clone --recurse-submodules --quiet" did not pass the quiet
142+
option down to submodules.
143+
(merge 03c004c581 bw/clone-recursive-quiet later to maint).
144+
145+
* Test portability fix for OBSD.
146+
(merge bed67874e2 rs/obsd-getcwd-workaround later to maint).
147+
(merge 4c7fda8fc1 rs/t4062-obsd later to maint).
148+
149+
* Portability fix for OBSD.
150+
(merge 29c2eda80b rs/in-obsd-basename-dirname-take-const later to maint).
151+
152+
* "git am -s" has been taught that some input may end with a trailer
153+
block that is not Signed-off-by: and it should refrain from adding
154+
an extra blank line before adding a new sign-off in such a case.
155+
(merge 735285b403 pw/am-signoff later to maint).
156+
157+
* "git svn" used with "--localtime" option did not compute the tz
158+
offset for the timestamp in question and instead always used the
159+
current time, which has been corrected.
160+
(merge 1adc4b9a58 ur/svn-local-zone later to maint).
161+
162+
* Memory leak in an error codepath has been plugged.
163+
(merge 83cd6f9017 rs/fsck-obj-leakfix later to maint).
164+
(merge 896dca3ab7 rs/unpack-entry-leakfix later to maint).
165+
(merge 149d8cbb2e rs/win32-syslog-leakfix later to maint).
166+
121167
* Other minor doc, test and build updates and code cleanups.
122168
(merge 5b114f3bb0 rs/bswap-ubsan-fix later to maint).
123169
(merge 168e63554c rs/move-array later to maint).
@@ -131,3 +177,14 @@ Fixes since v2.14
131177
(merge fa64a2fdbe jt/subprocess-handshake later to maint).
132178
(merge 0ba9c9a0fb jb/t8008-cleanup later to maint).
133179
(merge a7c28a2161 jt/t1450-fsck-corrupt-packfile later to maint).
180+
(merge dff2813391 ab/ref-filter-no-contains later to maint).
181+
(merge f094b89a4d ma/parse-maybe-bool later to maint).
182+
(merge 974ce8078c mf/no-dashed-subcommands later to maint).
183+
(merge f81935cc4d jc/perl-git-comment-typofix later to maint).
184+
(merge 57ea241ef0 rs/t3700-clean-leftover later to maint).
185+
(merge f1068efefe jk/drop-sha1-entry-pos later to maint).
186+
(merge 0b006014c8 jk/hashcmp-memcmp later to maint).
187+
(merge 1e22a9917b rj/add-chmod-error-message later to maint).
188+
(merge 881529c846 rs/apply-lose-prefix-length later to maint).
189+
(merge 6355a76802 rs/find-pack-entry-bisection later to maint).
190+
(merge de3ce210ed rs/merge-microcleanup later to maint).

0 commit comments

Comments
 (0)