push: new config option "push.autoSetupRemote" supports "simple" push
[git/debian.git] / Documentation / RelNotes / 2.37.0.txt
blob3c961d96aebad8358ee157efa5279cceac33420d
1 Git v2.37 Release Notes
2 =======================
4 Fixes since v2.36
5 -----------------
7  * "git submodule update" without pathspec should silently skip an
8    uninitialized submodule, but it started to become noisy by mistake.
9    (merge 4f1ccef87c gc/submodule-update-part2 later to maint).
11  * "diff-tree --stdin" has been broken for about a year, but 2.36
12    release broke it even worse by breaking running the command with
13    <pathspec>, which in turn broke "gitk" and got noticed.  This has
14    been corrected by aligning its behaviour to that of "log".
15    (merge f8781bfda3 jc/diff-tree-stdin-fix later to maint).
17  * Regression fix for 2.36 where "git name-rev" started to sometimes
18    reference strings after they are freed.
19    (merge 45a14f578e rs/name-rev-fix-free-after-use later to maint).