X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-rebase.sh;h=b121f4537ccb173d9f289734f1fe2e89b28d7562;hb=529f8c6ea6c13d85178d4ed10ed60ed8fd6f6c19;hp=0ec435558f8ad59e96766cd3f34cbb541f2dbaed;hpb=78b77c491ff21e27dbaf1381268aeb380f0607b8;p=git.git diff --git a/git-rebase.sh b/git-rebase.sh index 0ec435558..b121f4537 100755 --- a/git-rebase.sh +++ b/git-rebase.sh @@ -496,7 +496,7 @@ then fi # If the $onto is a proper descendant of the tip of the branch, then -# we just fast forwarded. +# we just fast-forwarded. if test "$mb" = "$branch" then say "Fast-forwarded $branch_name to $onto_name."