Skip to content

Commit 226dcb5

Browse files
committed
Merge branch 'maint'
2 parents 8f8af9f + 93341d8 commit 226dcb5

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

Documentation/RelNotes/1.8.0.2.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Git v1.8.0.2 Release Notes
2+
==========================
3+
4+
Fixes since v1.8.0.1
5+
--------------------
6+
7+
* "git p4" used to try expanding malformed "$keyword$" that spans
8+
across multiple lines.
9+
10+
* "git update-ref -d --deref SYM" to delete a ref through a symbolic
11+
ref that points to it did not remove it correctly.
12+
13+
* Syntax highlighting in "gitweb" was not quite working.
14+
15+
Also contains other minor fixes and documentation updates.

contrib/completion/git-completion.bash

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,8 @@ _git_clone ()
958958
--upload-pack
959959
--template=
960960
--depth
961+
--single-branch
962+
--branch
961963
"
962964
return
963965
;;

0 commit comments

Comments
 (0)