Codebase list rust-stfu8 / dcb42dc
Word-wrap the long description of git-absorb Andrej Shadura 3 years ago
1 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
55 description = """
66 git-absorb is a port of hg absorb to Git.
77
8 git absorb automatically identifies which commits are safe to modify, and which indexed changes belong to each of those commits. It then writes fixup! commits for each of those changes. These fixups can later be folded into the feature branch with Git's built-in autosquash functionality.
8 git absorb automatically identifies which commits are safe to modify,
9 and which indexed changes belong to each of those commits. It then writes
10 fixup! commits for each of those changes. These fixups can later be folded
11 into the feature branch with Git's built-in autosquash functionality.
912 """