Developer tools
Git 2.55.0 released
- Category: Dev tools
- Status: confirmed
- Sources: tag, release notes
- Summary: Git 2.55.0 was tagged 2026-06-29. The fsmonitor daemon is now implemented for Linux, configuration-defined hook scripts can run in parallel, and two new builtins were added:
git format-revfor pretty-formatting one revision per line andgit url-parseexposing the internal URL parser.git checkout -mnow creates a stash so local changes that conflict can be re-resolved,git rev-listand thegit logfamily gained--max-count-oldest, andgit pushlearned to target a named remote group to push to multiple remotes at once. Terminal control sequences arriving over the sideband from a remote are now mostly disabled by default, with ANSI color escapes the exception. - Why it matters: A Linux fsmonitor daemon speeds status and diff on large working trees on the most common server and CI platform, and disabling sideband terminal control sequences by default closes a class of terminal-injection surface in remote operations.