diff options
author | Michael Witten <mfwitten@gmail.com> | 2018-10-06 04:20:22 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-10-07 10:11:02 +0900 |
commit | ad0b8f9575a4fd5b21c4903871ea8bae09878ec5 (patch) | |
tree | 5c4d98bc46f0f20b90e90a6de9e2e97d3f98db67 | |
parent | docs: graph: remove unnecessary `graph_update()' call (diff) | |
download | tgif-ad0b8f9575a4fd5b21c4903871ea8bae09878ec5.tar.xz |
docs: typo: s/isimilar/similar/
Signed-off-by: Michael Witten <mfwitten@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 |