@@ -18,6 +18,18 @@ UI, Workflows & Features
18
18
option is added to keep digging without stopping, and instead
19
19
filter out commits with timestamp older than X.
20
20
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
+
21
33
22
34
Performance, Internal Implementation, Development Support etc.
23
35
@@ -34,6 +46,7 @@ Performance, Internal Implementation, Development Support etc.
34
46
comparison between a pointer and NULL, and applies the clean-up to
35
47
the maintenance track.
36
48
49
+
37
50
Fixes since v2.36
38
51
-----------------
39
52
@@ -161,6 +174,12 @@ Fixes since v2.36
161
174
the submodules, which has been corrected.
162
175
(merge 0353c68818 jc/avoid-redundant-submodule-fetch later to maint).
163
176
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
+
164
183
* Other code cleanup, docfix, build fix, etc.
165
184
(merge e6b2582da3 cm/reftable-0-length-memset later to maint).
166
185
(merge 0b75e5bf22 ab/misc-cleanup later to maint).
0 commit comments