Code

Merge branch 'nd/maint-work-tree-fix' into maint
[git.git] / Documentation / git-rebase.txt
index 61b1810dbaa56bdc43364ea10d9a5ea0d532f1be..dfb8a0da5b9338940ce60f2c70bf1801241bc0f7 100644 (file)
@@ -293,7 +293,7 @@ rebasing.
 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