From: Junio C Hamano Date: Thu, 26 May 2022 21:51:40 +0000 (-0700) Subject: Fourth batch X-Git-Tag: v2.37.0-rc0~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ddf593a250e07d388059f7e3f471078e1d2ed5c;p=thirdparty%2Fgit.git Fourth batch Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.37.0.txt b/Documentation/RelNotes/2.37.0.txt index c51f42c329..061cea22d5 100644 --- a/Documentation/RelNotes/2.37.0.txt +++ b/Documentation/RelNotes/2.37.0.txt @@ -18,6 +18,18 @@ UI, Workflows & Features option is added to keep digging without stopping, and instead filter out commits with timestamp older than X. + * "git -c branch.autosetupmerge=simple branch $A $B" will set the $B + as $A's upstream only when $A and $B shares the same name, and "git + -c push.default=simple" on branch $A would push to update the + branch $A at the remote $B came from. Also more places use the + sole remote, if exists, before defaulting to 'origin'. + + * A new doc has been added that lists tips for tools to work with + Git's codebase. + + * "git remote -v" now shows the list-objects-filter used during + fetching from the remote, if available. + Performance, Internal Implementation, Development Support etc. @@ -34,6 +46,7 @@ Performance, Internal Implementation, Development Support etc. comparison between a pointer and NULL, and applies the clean-up to the maintenance track. + Fixes since v2.36 ----------------- @@ -161,6 +174,12 @@ Fixes since v2.36 the submodules, which has been corrected. (merge 0353c68818 jc/avoid-redundant-submodule-fetch later to maint). + * With a recent update to refuse access to repositories of other + people by default, "sudo make install" and "sudo git describe" + stopped working. This series intends to loosen it while keeping + the safety. + (merge b9063afda1 cb/path-owner-check-with-sudo later to maint). + * Other code cleanup, docfix, build fix, etc. (merge e6b2582da3 cm/reftable-0-length-memset later to maint). (merge 0b75e5bf22 ab/misc-cleanup later to maint).