Merge branch 'maint'
authorJunio C Hamano <gitster@pobox.com>
Wed, 28 Nov 2012 21:49:33 +0000 (13:49 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 28 Nov 2012 21:49:33 +0000 (13:49 -0800)
Documentation/RelNotes/1.8.0.2.txt [new file with mode: 0644]
contrib/completion/git-completion.bash
diff --git a/Documentation/RelNotes/1.8.0.2.txt b/Documentation/RelNotes/1.8.0.2.txt
new file mode 100644 (file)
index 0000000..5d08021
--- /dev/null
@@ -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.
index 98f390ae46a6359d3a9d5f42fc2cce2186efd242..af13fcc440876f4b851724050548e399a4b90d31 100644 (file)
@@ -958,6 +958,8 @@ _git_clone ()
                        --upload-pack
                        --template=
                        --depth
+                       --single-branch
+                       --branch
                        "
                return
                ;;