Highlights from Git 2.54
ingve
11 points
2 comments
April 20, 2026
Related Discussions
Found 5 related stories in 68.8ms across 5,126 title embeddings via pgvector HNSW
- Git commands I run before reading any code grepsedawk · 1931 pts · April 08, 2026 · 52% similar
- GNOME GitLab Git traffic caching JNRowe · 26 pts · April 18, 2026 · 52% similar
- Ziggit: A Reimplementation of Git in Zig jedisct1 · 13 pts · April 02, 2026 · 52% similar
- More on Version Control velmu · 66 pts · March 29, 2026 · 51% similar
- Contextual commits – An open standard for capturing the why in Git history vidimitrov · 30 pts · March 12, 2026 · 51% similar
Discussion Highlights (2 comments)
samtrack2019
the new git history command seems to be useful for quick reword, altho since i use lazygit/magit i don't really see much of a problem to me
ajoberstar
Nice to see some seemingly jujutsu inspired features getting into Git core. git history reword ~= jj describe git history split ~= jj split https://git-scm.com/docs/git-history https://www.jj-vcs.dev/latest/cli-reference/#jj-describe https://www.jj-vcs.dev/latest/cli-reference/#jj-split