summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.8.0.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-02-01 23:17:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-02-01 23:17:29 (GMT)
commit07c314d22dc8b0a982e76e7498a3f4d384062491 (patch)
treea89d72d2a89f1805caa5bad02f850e6ef06853f5 /Documentation/RelNotes/2.8.0.txt
parent8bad3de2c8390d952308652493fb72f58820895e (diff)
downloadgit-07c314d22dc8b0a982e76e7498a3f4d384062491.zip
git-07c314d22dc8b0a982e76e7498a3f4d384062491.tar.gz
git-07c314d22dc8b0a982e76e7498a3f4d384062491.tar.bz2
Getting closer to 2.7.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.8.0.txt')
-rw-r--r--Documentation/RelNotes/2.8.0.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.8.0.txt b/Documentation/RelNotes/2.8.0.txt
index b9bef7d..1a0fcb2 100644
--- a/Documentation/RelNotes/2.8.0.txt
+++ b/Documentation/RelNotes/2.8.0.txt
@@ -161,6 +161,15 @@ notes for details).
been clarified both in the comment and in the implementation.
(merge 719c3da jk/sanity later to maint).
+ * "git tag" started listing a tag "foo" as "tags/foo" when a branch
+ named "foo" exists in the same repository; remove this unnecessary
+ disambiguation, which is a regression introduced in v2.7.0.
+ (merge 0571979 jk/list-tag-2.7-regression later to maint).
+
+ * The way "git svn" uses auth parameter was broken by Subversion
+ 1.9.0 and later.
+ (merge 0b66415 ew/svn-1.9.0-auth later to maint).
+
* Other minor clean-ups and documentation updates
(merge 99487cf ss/user-manual later to maint).
(merge e914ef0 ew/for-each-ref-doc later to maint).