Opened 2 years ago

Closed 2 years ago

#16522 closed enhancement (fixed)

git-2.36.1

Reported by: Bruce Dubbs Owned by: pierre
Priority: normal Milestone: 11.2
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by pierre, 2 years ago

Owner: changed from blfs-book to pierre
Status: newassigned

comment:2 by pierre, 2 years ago

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.

comment:3 by pierre, 2 years ago

Resolution: fixed
Status: assignedclosed

a0ed916d8c update to mutter-42.1
6bbb079840 Update to gnome-shell-extensions-42.1
681bdef0fd Update to gnome-shell-42.1
6715f575c0 Update to sqlite-3.38.5
e28b6fcf08 Update to git-2.36.1
7354b9a184 Update to gcc-12.1.0

Note: See TracTickets for help on using tickets.