The latest maintenance release Git v2.47.1 is now available at the usual places. This flushes some fixes accumulated on the 'master' front since Git 2.47.0 but the primary purpose is to synchronising "gitk" subtree with that of Johannes Sixt, who volunteered to be the new upstream maintainer of it. Huge thanks to Paul Mackerras who started the useful tool and have maintained it so far, and to Johannes Sixt to volunteering to move it forward. The tarballs are found at: https://www.kernel.org/pub/software/scm/git/ The following public repositories all have a copy of the 'v2.47.1' tag and the 'maint' branch that the tag points at: url = https://git.kernel.org/pub/scm/git/git url = https://kernel.googlesource.com/pub/scm/git/git url = git://repo.or.cz/alt-git.git url = https://github.com/gitster/git ---------------------------------------------------------------- Git 2.47.1 Release Notes ======================== This is to flush accumulated fixes since 2.47.0 on the 'master' front down to the maintenance track. Fixes since Git 2.47 -------------------- * Use after free and double freeing at the end in "git log -L... -p" had been identified and fixed. * On macOS, fsmonitor can fall into a race condition that results in a client waiting forever to be notified for an event that have already happened. This problem has been corrected. * "git maintenance start" crashed due to an uninitialized variable reference, which has been corrected. * Fail gracefully instead of crashing when attempting to write the contents of a corrupt in-core index as a tree object. * A "git fetch" from the superproject going down to a submodule used a wrong remote when the default remote names are set differently between them. * The "gitk" project tree has been synchronized again with its new maintainer, Johannes Sixt. Also contains minor documentation updates and code clean-ups. ---------------------------------------------------------------- Changes since v2.47.0 are as follows: Andrew Kreimer (6): compat: fix typos contrib: fix typos t/unit-tests: fix typos t/perf: fix typos t/helper: fix a typo t: fix typos Daniel Black (1): submodule: correct remote name with fetch Derrick Stolee (1): line-log: protect inner strbuf from free Jeff King (7): line-log: use diff_line_prefix() instead of custom helper diff: drop line_prefix_length field diff: return const char from output_prefix callback diff: return line_prefix directly when possible diff: store graph prefix buf in git_graph struct simple-ipc: split async server initialization and running fsmonitor: initialize fs event listener before accepting clients Johannes Schindelin (1): docs: fix the `maintain-git` links in `technical/platform-support` Josh Heinrichs (1): git-config.1: remove value from positional args in unset usage Josh Soref (2): doc: update links to current pages doc: switch links to https Junio C Hamano (3): doc: clarify <src> in refspec syntax Prepare for 2.47.1 Git 2.47.1 Karthik Nayak (1): loose: don't rely on repository global state Kristoffer Haugsbakk (2): doc: merge-tree: improve example script checkout: refer to other-worktree branch, not ref Patrick Steinhardt (4): cache-tree: refactor verification to return error codes cache-tree: detect mismatching number of index entries unpack-trees: detect mismatching number of cache-tree/index entries builtin/gc: fix crash when running `git maintenance start` Shubham Kanodia (1): doc: add a note about staggering of maintenance Taylor Blau (2): Documentation: mention the amlog in howto/maintain-git.txt Makefile(s): avoid recipe prefix in conditional statements Toon Claes (1): bundle-uri: plug leak in unbundle_from_file() Xing Xin (1): Documentation/gitprotocol-v2.txt: fix a slight inconsistency in format