X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-rebase.sh;h=6830e1627d67c59407885a3cfa44e83a802613bc;hb=65c042d44dc843021f1410f1219104681fdd3469;hp=6ec155cf03c98f2e075f298039037d0e099311b1;hpb=bf8fc21c69559684b81669ab929db2ff1f37b3d7;p=git.git diff --git a/git-rebase.sh b/git-rebase.sh index 6ec155cf0..6830e1627 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."