We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5966d1a commit e6c7233Copy full SHA for e6c7233
README.rst
@@ -138,8 +138,10 @@ bigger scale.
138
Use case #4: Breaking down giant commits
139
----------------------------------------
140
141
-Split giant commit into commits one per hunk, then regroup into
142
-commits based on that.
+Split giant commit into commits one per hunk, then regroup into topics
+along with previous related commits. (Note that the previous related
143
+commits are required here for the regrouping to work, since hunks
144
+within a single commit are by definition independent of each other.)
145
146
147
Installation
0 commit comments