diff options
author | David D Kilzer <ddkilzer@kilzer.net> | 2007-11-04 04:45:22 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-07 11:37:15 -0800 |
commit | f49439e1e16713d8d531e8a0bbc3b0bd7df5a407 (patch) | |
tree | dbf23a8b3d4cb1203b8afc50c2dac6440c40a0d0 /Documentation/RelNotes-1.5.3.5.txt | |
parent | d8e21ba8967f43b61fc2fd50dd749ff8f0c6592a (diff) | |
download | git-f49439e1e16713d8d531e8a0bbc3b0bd7df5a407.tar.gz |
RelNotes-1.5.3.5: fix another typo
Signed-off-by: David D Kilzer <ddkilzer@kilzer.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.5.3.5.txt')
-rw-r--r-- | Documentation/RelNotes-1.5.3.5.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.5.3.5.txt b/Documentation/RelNotes-1.5.3.5.txt index f99a2cd650..7ff1d5d0d1 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. |