tools/auto-commit.sh
0 → 100644
+185
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
TOOLS: auto-commit.sh - Add script to group modified files by last commit and generate fixup commands This script analyzes modified files in the repository, retrieves their commit history, and groups them by the most relevant commit message. Files with no history or more than two commits are classified separately. The output suggests corresponding git add, git rm, and git commit commands to create organized fixup commits, ordered by commit date. Useful for simplifying the fixup after each rebase