VOOZH about

URL: https://www.phoronix.com/news/Git-2.54-Released

⇱ Git 2.54 Released With New Experimental "git history" Command - Phoronix


👁 Phoronix

Git 2.54 Released With New Experimental "git history" Command

Written by Michael Larabel in Programming on 20 April 2026 at 01:03 PM EDT. 10 Comments
Git developers continue working toward Git 3.0 while out today is Git 2.54 with a few interesting additions.

Most notable of Git 2.54 is the new, experimental git history command. The git history usage is an easier approach for rewriting some elements of a repository's history that is less complex than existing tooling. Git history currently supports "reword" and "split" sub-commands. Using git history reword [commit] opens your editor and allows rewiring in place the specific commit's message and will then update any branches too that descend from that commit. The git history split [commit] command can be used to interactively split a commit into two by selecting the hunks that should be carved out into a new parent commit.

Git 2.54 also now provides a new way to define hooks in your configuration file that works for commands outside of the current Git/hook directory. Geometric repacking during maintenance by default is now enabled as is a variety of other smaller improvements.

👁 Git logo


More details on the Git 2.54 changes can be found via the GitHub Blog and Git 2.54 release announcement.

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.