summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes-1.5.4.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/RelNotes-1.5.4.txt')
-rw-r--r--Documentation/RelNotes-1.5.4.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.5.4.txt b/Documentation/RelNotes-1.5.4.txt
index ff4d3d82b0..c9c537649f 100644
--- a/Documentation/RelNotes-1.5.4.txt
+++ b/Documentation/RelNotes-1.5.4.txt
@@ -26,7 +26,7 @@ Updates since v1.5.3
* In git-rebase, when you decide not to replay a particular change
after the command stopped with a conflict, you can say "git-rebase
--skip" without first running "git reset --hard", as the command now
- run it for you.
+ runs it for you.
* git-remote knows --mirror mode.