Legoktm has submitted this change and it was merged. Change subject: improvement; add '.gitattributes' file in order to re-enable some $Id$ support ......................................................................
improvement; add '.gitattributes' file in order to re-enable some $Id$ support Change-Id: I048cecae3ffa2f16c1500d0b7a95bd30ea551dec --- A .gitattributes 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Legoktm: Verified; Looks good to me, approved DrTrigon: Checked; Looks good to me, but someone else must approve diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..274c91d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.py ident -- To view, visit https://gerrit.wikimedia.org/r/76318 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I048cecae3ffa2f16c1500d0b7a95bd30ea551dec Gerrit-PatchSet: 1 Gerrit-Project: pywikibot/compat Gerrit-Branch: master Gerrit-Owner: DrTrigon <[email protected]> Gerrit-Reviewer: DrTrigon <[email protected]> Gerrit-Reviewer: Legoktm <[email protected]> Gerrit-Reviewer: PywikibotCommitWatcher <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
