Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (13m)  pkgsrc-2024Q1 (9d)  pkgsrc-2023Q4 (56d)  pkgsrc-2023Q2 (89d)  pkgsrc-2023Q3 (168d) 

2024-05-27 12:49:53 UTC Now

2022-05-09 12:00:16 UTC MAIN commitmail json YAML

git: updated to 2.36.1

Git v2.36.1 Release Notes
=========================

Fixes since v2.36
-----------------

* "git submodule update" without pathspec should silently skip an
  uninitialized submodule, but it started to become noisy by mistake.

* "diff-tree --stdin" has been broken for about a year, but 2.36
  release broke it even worse by breaking running the command with
  <pathspec>, which in turn broke "gitk" and got noticed.  This has
  been corrected by aligning its behaviour to that of "log".

* Regression fix for 2.36 where "git name-rev" started to sometimes
  reference strings after they are freed.

* "git show <commit1> <commit2>... -- <pathspec>" lost the pathspec
  when showing the second and subsequent commits, which has been
  corrected.

* "git fast-export -- <pathspec>" lost the pathspec when showing the
  second and subsequent commits, which has been corrected.

* "git format-patch <args> -- <pathspec>" lost the pathspec when
  showing the second and subsequent commits, which has been
  corrected.

* Get rid of a bogus and over-eager coccinelle rule.

* Correct choices of C compilers used in various CI jobs.

Also contains minor documentation updates and code clean-ups.

(adam)