fast-import: add support to delete refs
[gitweb.git] / Documentation / RelNotes / 2.0.0.txt
index 46ae447dfdaa769067699eafd266acdf955e0dbe..e3102524529ab54247a7a2ec56f4dbd42f4c9d51 100644 (file)
@@ -174,6 +174,11 @@ Unless otherwise noted, all the fixes since v1.9 in the maintenance
 track are contained in this release (see the maintenance releases'
 notes for details).
 
+ * zsh prompt (in contrib/) leaked unnecessary error messages.
+
+ * bash completion (in contrib/) did not complete the refs and remotes
+   correctly given "git pu<TAB>" when "pu" is aliased to "push".
+
  * Some more Unicode codepoints defined in Unicode 6.3 as having zero
    width have been taught to our display column counting logic.
    (merge d813ab9 tb/unicode-6.3-zero-width later to maint).