<p>If you want to fold two or more commits into one, replace the command\r
"pick" with "squash" for the second and subsequent commit. If the\r
commits had different authors, it will attribute the squashed commit to\r
-the author of the last commit.</p>\r
+the author of the first commit.</p>\r
<p>In both cases, or when a "pick" does not succeed (because of merge\r
errors), the loop will stop to let you fix things, and you can continue\r
the loop with <tt>git rebase --continue</tt>.</p>\r
</div>\r
<div id="footer">\r
<div id="footer-text">\r
-Last updated 10-Sep-2007 01:32:39 UTC\r
+Last updated 30-Sep-2007 08:10:55 UTC\r
</div>\r
</div>\r
</body>\r
If you want to fold two or more commits into one, replace the command
"pick" with "squash" for the second and subsequent commit. If the
commits had different authors, it will attribute the squashed commit to
-the author of the last commit.
+the author of the first commit.
In both cases, or when a "pick" does not succeed (because of merge
errors), the loop will stop to let you fix things, and you can continue