Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-24 | SVG is a textual XML format after all | Stephan Bergmann | 1 | -1/+0 | |
When researching <https://gerrit.libreoffice.org/c/core/+/136350> "Make CppunitTest_svgio CPPUNIT_TEST_NAME=Test::testCssClassRedefinition robust", I was genuinely puzzled that git treated .svg files as binary data, until I discovered 93e425cda7b7ea026842bb6619d9aa4ce3280048 ".gitattributes: treat .svg and .jcs as binary". I don't consider its rationale of "this is apparently the only way to prevent results from endless base64 encoded lines (svg) [...] in 'git grep foo'" convincing enough, compared to the puzzlement and inconvenience it causes when you do want to grep for the content of SVG files. (I didn't experience similar issues with .jcs files, so leave that alone for now.)) Change-Id: I1b1f4aa92f7a538408e246080cdd415e109d2002 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136351 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> | |||||
2016-08-30 | Ignore schema files for src tarball generation | Thorsten Behrens | 1 | -0/+1 | |
Change-Id: I1aeafbe35f7badb6c59eddf79de4e96229b66886 Reviewed-on: https://gerrit.libreoffice.org/28494 Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> | |||||
2013-09-05 | .gitattributes: treat .svg and .jcs as binary | Michael Stahl | 1 | -0/+2 | |
this is apparently the only way to prevent results from endless base64 encoded lines (svg) or endless line containing all UNO API identifiers (jcs) in "git grep foo". Change-Id: I53326386ece9dbde0fb372d1616e643a89d51a40 | |||||
2011-04-27 | use git hook instead of gitattributes filter for *.po files | Andras Timar | 1 | -1/+0 | |
2011-03-23 | set .gitattributes filter for *.po files | Andras Timar | 1 | -0/+1 | |
2011-03-16 | Introduce a single .gitattributes file in bootstrap | Miklos Vajna | 1 | -0/+2 | |