diff options
author | Michael Witten <mfwitten@gmail.com> | 2018-10-06 06:20:22 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-10-07 03:11:02 +0200 |
commit | ad0b8f9575a4fd5b21c4903871ea8bae09878ec5 (patch) | |
tree | 5c4d98bc46f0f20b90e90a6de9e2e97d3f98db67 /Documentation/git-rebase.txt | |
parent | docs: graph: remove unnecessary `graph_update()' call (diff) | |
download | git-ad0b8f9575a4fd5b21c4903871ea8bae09878ec5.tar.xz git-ad0b8f9575a4fd5b21c4903871ea8bae09878ec5.zip |
docs: typo: s/isimilar/similar/
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-rw-r--r-- | Documentation/git-rebase.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-rebase.txt b/Documentation/git-rebase.txt index 1fbc6ebcde..432baabe33 100644 --- a/Documentation/git-rebase.txt +++ b/Documentation/git-rebase.txt @@ -954,7 +954,7 @@ command fails, it is rescheduled immediately, with a helpful message how to proceed. The `reset` command resets the HEAD, index and worktree to the specified -revision. It is isimilar to an `exec git reset --hard <label>`, but +revision. It is similar to an `exec git reset --hard <label>`, but refuses to overwrite untracked files. If the `reset` command fails, it is rescheduled immediately, with a helpful message how to edit the todo list (this typically happens when a `reset` command was inserted into the todo |