Fix typo in draft 1.5.4 release notes

Signed-off-by: Wincent Colaiuta <win@wincent.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Wincent Colaiuta 2007-11-26 09:34:48 +01:00 коммит произвёл Junio C Hamano
Родитель 1ab58e8d6f
Коммит e0fda6abd1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.