Paladox has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/391633 )
Change subject: testing git lfs ...................................................................... testing git lfs Change-Id: I1157ddb718518697cecfeb1cddc600c44221574e --- A .gitattributes A index.php 2 files changed, 5 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/test/gerrit-ping refs/changes/33/391633/1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..ea544b2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.psd filter=lfs diff=lfs merge=lfs -text diff --git a/index.php b/index.php new file mode 100644 index 0000000..921acdf --- /dev/null +++ b/index.php @@ -0,0 +1,4 @@ +<?php + +echo "testing lfs"; + -- To view, visit https://gerrit.wikimedia.org/r/391633 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I1157ddb718518697cecfeb1cddc600c44221574e Gerrit-PatchSet: 1 Gerrit-Project: test/gerrit-ping Gerrit-Branch: master Gerrit-Owner: Paladox <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
