From: Wincent Colaiuta Date: Mon, 26 Nov 2007 08:34:48 +0000 (+0100) Subject: Fix typo in draft 1.5.4 release notes X-Git-Tag: v1.5.4-rc0~144 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e0fda6abd11c567b72f29ec0ee06c541404a9cb7;p=git.git Fix typo in draft 1.5.4 release notes Signed-off-by: Wincent Colaiuta Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes-1.5.4.txt b/Documentation/RelNotes-1.5.4.txt index ff4d3d82b..c9c537649 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.