summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/2.9.0.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-05-10 20:46:57 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-05-10 20:46:57 (GMT)
commit5fe494c54ae44ae01a8efa91d00ac9d4c1c475e9 (patch)
treef068920d2ecdfea44875439472a4f7f27f888b3b /Documentation/RelNotes/2.9.0.txt
parente79dd64cbeb373e0755a8d3bb772d8c4a1c85493 (diff)
downloadgit-5fe494c54ae44ae01a8efa91d00ac9d4c1c475e9.zip
git-5fe494c54ae44ae01a8efa91d00ac9d4c1c475e9.tar.gz
git-5fe494c54ae44ae01a8efa91d00ac9d4c1c475e9.tar.bz2
Eleventh batch for 2.9
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.9.0.txt')
-rw-r--r--Documentation/RelNotes/2.9.0.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.9.0.txt b/Documentation/RelNotes/2.9.0.txt
index 8c3b52b..70fa66c 100644
--- a/Documentation/RelNotes/2.9.0.txt
+++ b/Documentation/RelNotes/2.9.0.txt
@@ -343,6 +343,23 @@ notes for details).
* Fix a broken "p4 lfs" test.
(merge 9e220fe ls/p4-lfs-test-fix-2.7.0 later to maint).
+ * Recent update to Git LFS broke "git p4" by changing the output from
+ its "lfs pointer" subcommand.
+ (merge 82f2567 ls/p4-lfs later to maint).
+
+ * "git fetch" test t5510 was flaky while running a (forced) automagic
+ garbage collection.
+ (merge bb05510 js/close-packs-before-gc later to maint).
+
+ * Documentation updates to help contributors setting up Travis CI
+ test for their patches.
+ (merge 0e5d028 ls/travis-submitting-patches later to maint).
+
+ * Some multi-byte encoding can have a backslash byte as a later part
+ of one letter, which would confuse "highlight" filter used in
+ gitweb.
+ (merge 029f372 sk/gitweb-highlight-encoding later to maint).
+
* Other minor clean-ups and documentation updates
(merge 8b5a3e9 kn/for-each-tag-branch later to maint).
(merge 99dab16 sb/misc-cleanups later to maint).
@@ -352,3 +369,7 @@ notes for details).
(merge 060e776 jk/fix-attribute-macro-in-2.5 later to maint).
(merge d16df0c rt/string-list-lookup-cleanup later to maint).
(merge 376eb60 sb/config-exit-status-list later to maint).
+ (merge 9cea46c ew/doc-split-pack-disables-bitmap later to maint).
+ (merge fa72245 ew/normal-to-e later to maint).
+ (merge 2e39a24 rn/glossary-typofix later to maint).
+ (merge cadfbef sb/clean-test-fix later to maint).