Git Clients

git-autofixup – Git helper that creates fixup commits for topic branches

git-autofixup is a Git helper that creates fixup commits for topic branches.

It examines changes in the working directory, splits them into diff hunks, and uses git blame to work out which earlier commits on the branch those hunks most likely belong to. The resulting fixup commits can then be folded into the original commits with Git’s interactive rebase and autosquash workflow.

The tool is useful when you’re polishing a branch before review or publication and want corrections, cleanups, and small edits assigned back to the commits they logically belong to, without manually building each fixup commit by hand. It’s designed for careful use: the generated commits should still be inspected before rebasing, especially when the working tree contains a mixture of fixes and new work.

This is free and open source software.

Key Features

  • Creates Git fixup commits automatically from working directory changes.
  • Uses git diff and git blame to associate changed hunks with commits on a topic branch.
  • Works with Git’s interactive rebase autosquash workflow.
  • Restricts processing to staged hunks when changes have already been added to the index.
  • Supports path filtering to consider only selected files.
  • Offers strictness controls for deciding how confidently hunks are assigned to commits.
  • Includes verbosity options to help explain how hunks are being handled.
  • Can be installed via CPAN or copied directly into a directory in PATH.

Website: github.com/torbiak/git-autofixup
Support:
Developer: Jordan Torbiak
License: Artistic License v2.0

git-autofixup man page

git-autofixup is written in Perl. Learn Perl with our recommended free books and free tutorials.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments