Jforrester has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/405556 )
Change subject: Follow-up 95e7c545: Fix .gitattributes file line truncation ...................................................................... Follow-up 95e7c545: Fix .gitattributes file line truncation Change-Id: I82bf4beeed41cde89da3f1f8bc517420bdfd03ad --- M .gitattributes 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/56/405556/1 diff --git a/.gitattributes b/.gitattributes index b306f36..786c09f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,8 +5,8 @@ *~ export-ignore #*# export-ignore .* export-ignore -package.jso export-ignore -README.mediawik export-ignore +package.json export-ignore +README.mediawiki export-ignore Gemfile* export-ignore vendor/pear/net_smtp/README.rst export-ignore -- To view, visit https://gerrit.wikimedia.org/r/405556 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I82bf4beeed41cde89da3f1f8bc517420bdfd03ad Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Jforrester <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
