Git 2.55 has been released with a major update to repository management through incremental multi-pack index writing. Enabled with git repack --write-midx=incremental, the feature lets Git append new index layers for newly created packs instead of rewriting the entire MIDX file. When combined with geometric repacking, Git can use metadata-only compaction to keep MIDX chains efficient, compacting layers based on repack.midxSplitFactor and keeping growth logarithmic relative to repository size. The experimental git history command also gains a new fixup subcommand, allowing users to fold staged changes into an earlier commit and replay later commits on top. This makes it easier to amend older commits without manually creating fixup commits and running an autosquash rebase. The command remains conservative, requiring a working tree and aborting when conflicts would occur. Git 2.55 also improves workflow and performance across several areas. Config-based hooks can now run in parallel when ...
Related
Gemini enables native, editable AI-powered presentations in Google Slides
Gemini now allows Google Slides users to create fully native, multi-slide presentations that are entirely editable. Presentations can be generated from prompts, grounded with conte...
Notion Calendar integrates AI meeting notes with Outlook
Notion Calendar's AI Meeting Notes now work with Outlook Calendar, allowing users to generate AI-powered meeting transcriptions and summaries for Outlook events. The update also in...
Evernote launches AI Prompts and library
Evernote has introduced AI Prompts, allowing users to save and reuse frequently used AI requests. A Prompt Library is included to help users get started and create contextual promp...