Skip to content

Commit 8ddf593

Browse files
committed
Fourth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2785b71 commit 8ddf593

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Documentation/RelNotes/2.37.0.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ UI, Workflows & Features
1818
option is added to keep digging without stopping, and instead
1919
filter out commits with timestamp older than X.
2020

21+
* "git -c branch.autosetupmerge=simple branch $A $B" will set the $B
22+
as $A's upstream only when $A and $B shares the same name, and "git
23+
-c push.default=simple" on branch $A would push to update the
24+
branch $A at the remote $B came from. Also more places use the
25+
sole remote, if exists, before defaulting to 'origin'.
26+
27+
* A new doc has been added that lists tips for tools to work with
28+
Git's codebase.
29+
30+
* "git remote -v" now shows the list-objects-filter used during
31+
fetching from the remote, if available.
32+
2133

2234
Performance, Internal Implementation, Development Support etc.
2335

@@ -34,6 +46,7 @@ Performance, Internal Implementation, Development Support etc.
3446
comparison between a pointer and NULL, and applies the clean-up to
3547
the maintenance track.
3648

49+
3750
Fixes since v2.36
3851
-----------------
3952

@@ -161,6 +174,12 @@ Fixes since v2.36
161174
the submodules, which has been corrected.
162175
(merge 0353c68818 jc/avoid-redundant-submodule-fetch later to maint).
163176

177+
* With a recent update to refuse access to repositories of other
178+
people by default, "sudo make install" and "sudo git describe"
179+
stopped working. This series intends to loosen it while keeping
180+
the safety.
181+
(merge b9063afda1 cb/path-owner-check-with-sudo later to maint).
182+
164183
* Other code cleanup, docfix, build fix, etc.
165184
(merge e6b2582da3 cm/reftable-0-length-memset later to maint).
166185
(merge 0b75e5bf22 ab/misc-cleanup later to maint).

0 commit comments

Comments
 (0)