From: David D Kilzer Date: Sun, 4 Nov 2007 12:45:22 +0000 (-0800) Subject: RelNotes-1.5.3.5: fix another typo X-Git-Tag: v1.5.3.6~37 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f49439e1e16713d8d531e8a0bbc3b0bd7df5a407;p=git.git RelNotes-1.5.3.5: fix another typo Signed-off-by: David D Kilzer Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes-1.5.3.5.txt b/Documentation/RelNotes-1.5.3.5.txt index f99a2cd65..7ff1d5d0d 100644 --- a/Documentation/RelNotes-1.5.3.5.txt +++ b/Documentation/RelNotes-1.5.3.5.txt @@ -90,5 +90,5 @@ Fixes since v1.5.3.4 * "git-send-pack $remote frotz" segfaulted when there is nothing named 'frotz' on the local end. - * "git-rebase -interactive" did not handle its "--strategy" option + * "git-rebase --interactive" did not handle its "--strategy" option properly.