summaryrefslogtreecommitdiffstats
path: root/git-rebase.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-09-30 08:11:15 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-09-30 08:11:15 +0000
commitd41d6d099f367a8602959a419e485658e8724996 (patch)
treea53b3550779e3ec51f048841847c1c7d800aa1c7 /git-rebase.txt
parent4fd58d46def7aad5dd382cd20768c4cfcd51aba8 (diff)
downloadgit-htmldocs-d41d6d099f367a8602959a419e485658e8724996.tar.gz
Autogenerated HTML docs for v1.5.3.3-126-g72dc
Diffstat (limited to 'git-rebase.txt')
-rw-r--r--git-rebase.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-rebase.txt b/git-rebase.txt
index 0858fa8a6..e8e75790f 100644
--- a/git-rebase.txt
+++ b/git-rebase.txt
@@ -298,7 +298,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