This commit is contained in:
Junio C Hamano 2012-11-28 13:49:33 -08:00
Родитель 8f8af9f4d1 93341d805f
Коммит 226dcb5256
2 изменённых файлов: 17 добавлений и 0 удалений

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

@ -0,0 +1,15 @@
Git v1.8.0.2 Release Notes
==========================
Fixes since v1.8.0.1
--------------------
* "git p4" used to try expanding malformed "$keyword$" that spans
across multiple lines.
* "git update-ref -d --deref SYM" to delete a ref through a symbolic
ref that points to it did not remove it correctly.
* Syntax highlighting in "gitweb" was not quite working.
Also contains other minor fixes and documentation updates.

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

@ -958,6 +958,8 @@ _git_clone ()
--upload-pack
--template=
--depth
--single-branch
--branch
"
return
;;