t3504: use test_commit
[gitweb.git] / Documentation / git-rebase.txt
index 652a99062c8820352593f3461f0975cb10f3d6c2..4f6bed61a92b74e4540b71e0e0cac7cba60302ca 100644 (file)
@@ -446,7 +446,7 @@ used to override and disable this setting.
 
 --autostash::
 --no-autostash::
-       Automatically create a temporary stash before the operation
+       Automatically create a temporary stash entry before the operation
        begins, and apply it after the operation ends.  This means
        that you can run rebase on a dirty worktree.  However, use
        with care: the final stash application after a successful