Merge branch 'maint'
This commit is contained in:
15
Documentation/RelNotes/1.8.0.2.txt
Normal file
15
Documentation/RelNotes/1.8.0.2.txt
Normal file
@ -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
|
--upload-pack
|
||||||
--template=
|
--template=
|
||||||
--depth
|
--depth
|
||||||
|
--single-branch
|
||||||
|
--branch
|
||||||
"
|
"
|
||||||
return
|
return
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user