✨Git 2.56 Release Brings 700+ Commits and New Features
Git 2.56: 700+ Commits, But No Major Changes
TL;DR
Git 2.56 is set to release with over 700 commits, introducing new features like the drop subcommand and reftable support. While it won't fundamentally change Git, it includes performance and security improvements. Expect Git 3.0 soon, with Rust support and SHA-256 hash.
Git 2.56 is set to release with over 700 commits, introducing new features like the drop subcommand and reftable support. While it won't fundamentally change Git, it includes performance and security improvements. The drop subcommand makes it easier to remove offending commits, but it still won't work with merge commits. The git status command now suggests a git pull to update behind branches. The git refs command gains new subcommands, and the git branch command has a new --delete-merged option to remove merged local branches. The release also includes retry logic for configuration file locking and a new --resolved option for git add. Git 3.0 is expected soon, with Rust support and SHA-256 hash function by default, improving security. However, SHA-256 support is not yet available on GitHub.
Key Points
Git 2.56 release contains over 700 non-merge commits, bringing numerous improvements.
The drop subcommand allows for easier removal of offending commits, but refuses to work with merge commits.
Git status now suggests a git pull to update branches that are behind the tracked branch.
Git refs gains new subcommands, and git branch has a --delete-merged option to remove merged local branches.
Git 3.0 is expected to introduce Rust support and SHA-256 hash function by default, improving security.
Why It Matters
If you're a Git user, the 2.56 release brings a number of useful improvements like the drop subcommand and reftable support. However, the upcoming 3.0 release with Rust support and SHA-256 hash function may require careful consideration due to potential compatibility issues. The SHA-256 hash function improves security, but GitHub hasn't yet added support for it.
Comments
Be the first to comment
Enjoyed this article?
Get it daily. 7am. Free. Reads in 5 minutes.
Join 3,484 builders reading daily.