Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
gitster committed Nov 28, 2012
2 parents 8f8af9f + 93341d8 commit 226dcb5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Documentation/RelNotes/1.8.0.2.txt
@@ -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.
2 changes: 2 additions & 0 deletions contrib/completion/git-completion.bash
Expand Up @@ -958,6 +958,8 @@ _git_clone ()
--upload-pack
--template=
--depth
--single-branch
--branch
"
return
;;
Expand Down

0 comments on commit 226dcb5

Please sign in to comment.