]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Fourth batch
authorJunio C Hamano <gitster@pobox.com>
Thu, 26 May 2022 21:51:40 +0000 (14:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 May 2022 21:51:40 +0000 (14:51 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.37.0.txt

index c51f42c32994823562ed01f30e4d45a9ff8a1e7b..061cea22d5ef1d49b3f3c4bbed3a7d73afafc01b 100644 (file)
@@ -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).