We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f8af9f + 93341d8 commit 226dcb5Copy full SHA for 226dcb5
Documentation/RelNotes/1.8.0.2.txt
@@ -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
@@ -958,6 +958,8 @@ _git_clone ()
958
--upload-pack
959
--template=
960
--depth
961
+ --single-branch
962
+ --branch
963
"
964
return
965
;;
0 commit comments