{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":2710379,"defaultBranch":"master","name":"editorconfig-emacs","ownerLogin":"editorconfig","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2011-11-04T16:03:58.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1165674?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1723830883.0","currentOid":""},"activityList":{"items":[{"before":"b68a52b98af3de7a833c570d9936487f1fb6ae9a","after":"c83950f997f6009afc64f252252370af3c63371e","ref":"refs/heads/new-coding-system-advice","pushedAt":"2024-08-16T22:09:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"monnier","name":null,"path":"/monnier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3629383?s=80&v=4"},"commit":{"message":"(test-charset): Adjust test to the new semantics\n\nThe new way coding-system are applied means that\n`buffer-file-coding-system` is not set when opening a non-existing file.\nInstead that happens when the file gets saved. Adjust the test accordingly.\n\n* ert-tests/editorconfig-tests.el (test-charset):","shortMessageHtmlLink":"(test-charset): Adjust test to the new semantics"}},{"before":"1b3217d23db82a83ac72989b54c60172186589a4","after":"b68a52b98af3de7a833c570d9936487f1fb6ae9a","ref":"refs/heads/new-coding-system-advice","pushedAt":"2024-08-16T22:03:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"monnier","name":null,"path":"/monnier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3629383?s=80&v=4"},"commit":{"message":"(test-charset): Adjust test to the new semantics\n\nThe new way coding-system are applied means that\n`buffer-file-coding-system` is not set when opening a non-existing file.\nInstead that happens when the file gets saved. Adjust the test accordingly.\n\n* ert-tests/editorconfig-tests.el (test-charset):","shortMessageHtmlLink":"(test-charset): Adjust test to the new semantics"}},{"before":null,"after":"1b3217d23db82a83ac72989b54c60172186589a4","ref":"refs/heads/new-coding-system-advice","pushedAt":"2024-08-16T17:54:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"monnier","name":null,"path":"/monnier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3629383?s=80&v=4"},"commit":{"message":"editorconfig.el: Hook elsewhere for the coding-system\n\nUntil now, the file's coding system was set via an advice on\n`insert-file-contents`, which depends on being called from within\nthe `find-file-noselect` advice.\nWhile it mostly works, it doesn't account for all the cases (e.g. it\nfails to be used when doing `write-region`), is a bit cumbersome, and\ndoes not interact well with Emacs's other ways to specify\na coding-system, such as `auto-coding-alist`.\n\nThis patch replaces it with an advice on `find-auto-coding`, so as\nto integrate better with the rest of Emacs's handling of files' coding\nsystems. An immediate benefit is that we don't need to special\ncase jar and zip files any more because `auto-coding-alist` does\nit for us already (and for many more file types like tar, exe, ...).\n\n* editorconfig.el (editorconfig-merge-coding-systems):\nUse `merge-coding-systems` only when merging is actually necessary.\n(editorconfig-set-coding-system-revert): Adjust accordingly.\n(editorconfig--filename-codingsystem-hash): Delete variable.\n(editorconfig--advice-insert-file-contents): Delete function.\n(editorconfig--advice-find-auto-coding): New function.\n(editorconfig--advice-find-file-noselect): Don't mess with coding\nsystems any more.\n(editorconfig--getting-coding-system): New var.\n(editorconfig--get-coding-system): New function.\n(editorconfig-mode): Advise `find-auto-coding` instead of\n`insert-file-contents`.\n(editorconfig-version): Use `package-get-version` when available.\n(find-library-name, lm-version): Move their declaration to the place\nwhere we have a good reason to think they're defined.\n(editorconfig-exclude-regexps): Remove jar and zip patterns, not\nneeded any more.","shortMessageHtmlLink":"editorconfig.el: Hook elsewhere for the coding-system"}},{"before":"cbf677181f9e1fe49137cee5a780ec9652d0f98d","after":null,"ref":"refs/heads/excludearchives","pushedAt":"2024-08-13T08:01:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"}},{"before":"fbd078ad647888c971abe3508dd0ba27fac97cb9","after":"648f0cf9aeb72db77b252832a58367332b7bc055","ref":"refs/heads/master","pushedAt":"2024-08-13T08:01:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"},"commit":{"message":"Exclude some archive files by default (#354)","shortMessageHtmlLink":"Exclude some archive files by default (#354)"}},{"before":"765f7269f7626950f0ad37e26fa6960bff9a73a3","after":"cbf677181f9e1fe49137cee5a780ec9652d0f98d","ref":"refs/heads/excludearchives","pushedAt":"2024-08-13T07:47:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"},"commit":{"message":"Exclude some archive files by default","shortMessageHtmlLink":"Exclude some archive files by default"}},{"before":null,"after":"765f7269f7626950f0ad37e26fa6960bff9a73a3","ref":"refs/heads/excludearchives","pushedAt":"2024-08-13T07:45:13.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"},"commit":{"message":"Exclude some archive files by default","shortMessageHtmlLink":"Exclude some archive files by default"}},{"before":"39f14d9edacb2f4edbf014c8d9dbb977452f9f26","after":null,"ref":"refs/heads/eliminate-some-O-n2","pushedAt":"2024-07-28T17:14:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"}},{"before":"7c7b1f81f8fac654791fa2b04da55edced2cef33","after":"fbd078ad647888c971abe3508dd0ba27fac97cb9","ref":"refs/heads/master","pushedAt":"2024-07-28T17:14:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"},"commit":{"message":"Eliminate some o n2 (#351)\n\n* (editorconfig-core-handle--parse-file): Streamline\r\n\r\n* editorconfig-core-handle.el: Change copyright to the FSF since all\r\nthe contributors have signed the corresponding paperwork.\r\n(editorconfig-core-handle--parse-file): Directly return\r\na `editorconfig-core-handle`; parse the buffer directly rather than\r\nmatching on strings extracted from the buffer; avoid O(N²) complexity\r\nby constructing the lists in reverse and using `nreverse` at the end.\r\n(editorconfig-core-handle): Simplify accordingly.\r\n(editorconfig-core-handle--string-trim): Delete function, not used any more.\r\n\r\n* (editorconfig-fnmatch-p): Speed up\r\n\r\n* editorconfig-fnmatch.el: Change copyright to the FSF since all\r\nthe contributors have signed the corresponding paperwork.\r\n(editorconfig-fnmatch-p): Remove autoload cookie since all users do\r\n`require` anyway.\r\n(editorconfig-fnmatch--do-translate): Push in reverse order and `reverse`\r\nat the end to avoid the usual O(N²) complexity.\r\n\r\n* (editorconfig-fnmatch--do-translate): Reduce redundancy\r\n\r\n* editorconfig-fnmatch.el (editorconfig-fnmatch--do-translate):\r\nConsolidate the `push`s outside of `cl-case`. Use `regexp-opt`.\r\n\r\n* Fix 4 core-test failures\r\n\r\nThis fixes the failures I see in\r\n\r\n 155: semicolon_or_hash_in_property\r\n 156: backslashed_semicolon_or_hash_in_property\r\n 164: min_supported_key_length\r\n 165: min_supported_value_length\r\n\r\n* editorconfig-core-handle.el (editorconfig-core-handle--parse-file):\r\nBump limits beyond the spec's minimum.\r\n\r\n* editorconfig-core.el (editorconfig-core-get-properties): Sort the\r\nresult so it doesn't depend on arbitrary hash-table implementation choices.\r\n\r\n* Update core-test submodule","shortMessageHtmlLink":"Eliminate some o n2 (#351)"}},{"before":"abd2e42c90806d245b30d001ce3ff311e7b529e2","after":"39f14d9edacb2f4edbf014c8d9dbb977452f9f26","ref":"refs/heads/eliminate-some-O-n2","pushedAt":"2024-07-21T14:36:25.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"monnier","name":null,"path":"/monnier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3629383?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'editorconfig/fix-4-core-test-failures' into eliminate-some-O-n2\n\n* editorconfig-core-handle.el (editorconfig-core-handle--parse-file):\nRemove the limits altogether.","shortMessageHtmlLink":"Merge remote-tracking branch 'editorconfig/fix-4-core-test-failures' …"}},{"before":null,"after":"1dab41d33f37a8629b65aabf0461cc8fb35b11ca","ref":"refs/heads/update-core-test","pushedAt":"2024-07-21T14:22:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"monnier","name":null,"path":"/monnier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3629383?s=80&v=4"},"commit":{"message":"Update core-test submodule","shortMessageHtmlLink":"Update core-test submodule"}},{"before":null,"after":"7c82847ecf5bf5905b46610d3fd6a6bcb3199704","ref":"refs/heads/fix-4-core-test-failures","pushedAt":"2024-07-20T16:51:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"monnier","name":null,"path":"/monnier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3629383?s=80&v=4"},"commit":{"message":"Fix 4 core-test failures\n\nThis fixes the failures I see in\n\n 155: semicolon_or_hash_in_property\n 156: backslashed_semicolon_or_hash_in_property\n 164: min_supported_key_length\n 165: min_supported_value_length\n\n* editorconfig-core-handle.el (editorconfig-core-handle--parse-file):\nBump limits beyond the spec's minimum.\n\n* editorconfig-core.el (editorconfig-core-get-properties): Sort the\nresult so it doesn't depend on arbitrary hash-table implementation choices.","shortMessageHtmlLink":"Fix 4 core-test failures"}},{"before":null,"after":"abd2e42c90806d245b30d001ce3ff311e7b529e2","ref":"refs/heads/eliminate-some-O-n2","pushedAt":"2024-07-19T22:46:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"monnier","name":null,"path":"/monnier","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3629383?s=80&v=4"},"commit":{"message":"(editorconfig-fnmatch--do-translate): Reduce redundancy\n\n* editorconfig-fnmatch.el (editorconfig-fnmatch--do-translate):\nConsolidate the `push`s outside of `cl-case`. Use `regexp-opt`.","shortMessageHtmlLink":"(editorconfig-fnmatch--do-translate): Reduce redundancy"}},{"before":"906b78e04220705f076e7de5db58c31a394d02f3","after":"7c7b1f81f8fac654791fa2b04da55edced2cef33","ref":"refs/heads/master","pushedAt":"2024-07-18T16:23:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"},"commit":{"message":"feat: Add Ada and GPR support. (#348)\n\nCo-authored-by: 10sr <8.slashes@gmail.com>","shortMessageHtmlLink":"feat: Add Ada and GPR support. (#348)"}},{"before":"089542a64142b73ce35397fa8f40359e7ee4559c","after":null,"ref":"refs/heads/scratch/editorconfig","pushedAt":"2024-07-18T16:13:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"}},{"before":"b892eb6a23b7d1250791e3e9990398e2a848093d","after":"906b78e04220705f076e7de5db58c31a394d02f3","ref":"refs/heads/master","pushedAt":"2024-07-18T16:13:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"},"commit":{"message":"Scratch/editorconfig (#346)\n\n* Rename test files to `-tests.el`\r\n\r\nThis follows the convention used in Emacs's own test suite and works around\r\nannoying circular `require`s when `ert-tests` happens to be in `load-path`.\r\nAlso adjust the Makefile not to get confused by generated files.\r\n\r\n* Makefile (SRCS): Filter out ELPA-generated files.\r\n\r\n* (editorconfig--should-set): Eliminate `lisp-indent-offset` special case\r\n\r\nInstead of treating `lisp-indent-offset` specially in\r\n`editorconfig--should-set` (to obey `editorconfig-lisp-use-default-indent`),\r\nuse a new function `editorconfig-set-indentation-lisp-mode`\r\nfor Lisp modes.\r\n\r\n* lisp/editorconfig.el (editorconfig--should-set): Remove `size` argument.\r\n(editorconfig-set-indentation): Adjust calls accordingly.\r\n(editorconfig-set-indentation-lisp-mode): New function.\r\n(editorconfig-indentation-alist): Use it.\r\n\r\n* Fix minor cosmetic issues\r\n\r\nMostly fix compiler warnings and prefer #' to quote function names.\r\n\r\n* editorconfig.el: Remove dependency on `nadvice` since we require\r\nEmacs-26 which includes `nadvice` already.\r\nRemove redundant `require`s. Remove redundant `:group` arguments.\r\nMove `defvar`s outside of `eval-when-compile`.\r\nRemove \"post-end trailer\".\r\n* .dir-locals.el: New file, to replace the \"post-end trailer\".\r\n\r\n* ert-tests/editorconfig-core-handle-tests.el (editorconfig--fixtures):\r\nRename from `fixtures`. Change all uses.\r\n\r\n* ert-tests/editorconfig-tests.el (test-editorconfig)\r\n(test-local-variables, test-hack-properties-functions):\r\nUse `bound-and-true-p` when it's not guaranteed that the var will\r\nbe defined.\r\n\r\n* Don't hook into `read-only-mode-hook`\r\n\r\nDon't re-set variables just because `read-only-mode` is (de)activated,\r\nand with Emacs-30's hooks it would be even less natural to do.\r\nAlso `buffer-read-only` can change without calling `read-only-mode`,\r\nso better test it dynamically when we try to trim whitespace.\r\n\r\n* lisp/editorconfig.el (editorconfig--delete-trailing-whitespace):\r\nNew function.\r\n(editorconfig-set-trailing-ws): Use it. Use `pcase`.\r\nAlso prefer `before-save-hook` and use `add/remove-hook` to\r\nmanipulate hooks, like god intended.\r\nDon't test `buffer-read-only` any more.\r\n(editorconfig-mode): Don't hook into `read-only-mode-hook` any more.\r\n\r\n* ert-tests/editorconfig-tests.el (test-trim-trailing-ws): Adjust the\r\ntest accordingly.\r\n\r\n* editorconfig-core-handle.el: Don't use file names as glob pattern\r\n\r\nMatch relative file names against the glob pattern instead of\r\ntrying to construct a glob pattern that matches the absolute\r\nfile name (where the code failed to escape the possible\r\nspecial chars).\r\n\r\n* lisp/editorconfig-core-handle.el\r\n(editorconfig-core-handle-section-get-properties): Delete `dir` arg.\r\n(editorconfig-core-handle-get-properties-hash)\r\n(editorconfig-core-handle-get-properties): Adjust call accordingly.\r\nUse `declare` to mark it obsolete.\r\n(editorconfig-core-handle--fnmatch-p): Delete `dir` arg.\r\n\r\n---------\r\n\r\nCo-authored-by: Stefan Monnier ","shortMessageHtmlLink":"Scratch/editorconfig (#346)"}},{"before":"4f543558fecaad162c0baba666ee9760bd4ce2f4","after":"089542a64142b73ce35397fa8f40359e7ee4559c","ref":"refs/heads/scratch/editorconfig","pushedAt":"2024-07-18T16:07:42.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"},"commit":{"message":"Merge branch 'master' into scratch/editorconfig","shortMessageHtmlLink":"Merge branch 'master' into scratch/editorconfig"}},{"before":"3cd587e733a83148e6909829f2c9872eb4f26d9a","after":null,"ref":"refs/heads/10sr-patch-1","pushedAt":"2024-07-18T16:07:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"}},{"before":"1651294334f3987d749eeb287f11d256cf2ba5b1","after":"b892eb6a23b7d1250791e3e9990398e2a848093d","ref":"refs/heads/master","pushedAt":"2024-07-18T16:07:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"},"commit":{"message":"Remove some macos-11 cases from test target (#349)\n\nSeems they are not available anymore\r\nhttps://github.com/purcell/nix-emacs-ci/issues/267","shortMessageHtmlLink":"Remove some macos-11 cases from test target (#349)"}},{"before":null,"after":"3cd587e733a83148e6909829f2c9872eb4f26d9a","ref":"refs/heads/10sr-patch-1","pushedAt":"2024-07-18T15:54:09.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"},"commit":{"message":"Remove some macos-11 cases from test target\n\nSeems they are not available anymore\r\nhttps://github.com/purcell/nix-emacs-ci/issues/267","shortMessageHtmlLink":"Remove some macos-11 cases from test target"}},{"before":"27386ec31bdf52b9dc79570722a7e2e805916443","after":"4f543558fecaad162c0baba666ee9760bd4ce2f4","ref":"refs/heads/scratch/editorconfig","pushedAt":"2024-07-12T09:00:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"},"commit":{"message":"editorconfig-core-handle.el: Don't use file names as glob pattern\n\nMatch relative file names against the glob pattern instead of\ntrying to construct a glob pattern that matches the absolute\nfile name (where the code failed to escape the possible\nspecial chars).\n\n* lisp/editorconfig-core-handle.el\n(editorconfig-core-handle-section-get-properties): Delete `dir` arg.\n(editorconfig-core-handle-get-properties-hash)\n(editorconfig-core-handle-get-properties): Adjust call accordingly.\nUse `declare` to mark it obsolete.\n(editorconfig-core-handle--fnmatch-p): Delete `dir` arg.","shortMessageHtmlLink":"editorconfig-core-handle.el: Don't use file names as glob pattern"}},{"before":null,"after":"27386ec31bdf52b9dc79570722a7e2e805916443","ref":"refs/heads/scratch/editorconfig","pushedAt":"2024-06-24T16:10:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"},"commit":{"message":"editorconfig-core-handle.el: Don't use file names as glob pattern\n\nMatch relative file names against the glob pattern instead of\ntrying to construct a glob pattern that matches the absolute\nfile name (where the code failed to escape the possible\nspecial chars).\n\n* lisp/editorconfig-core-handle.el\n(editorconfig-core-handle-section-get-properties): Delete `dir` arg.\n(editorconfig-core-handle-get-properties-hash)\n(editorconfig-core-handle-get-properties): Adjust call accordingly.\nUse `declare` to mark it obsolete.\n(editorconfig-core-handle--fnmatch-p): Delete `dir` arg.","shortMessageHtmlLink":"editorconfig-core-handle.el: Don't use file names as glob pattern"}},{"before":"0ce1abc65bfb030ccec97b0d4231667ca431e663","after":"1651294334f3987d749eeb287f11d256cf2ba5b1","ref":"refs/heads/master","pushedAt":"2024-06-07T15:52:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"},"commit":{"message":"Fix text (#342)","shortMessageHtmlLink":"Fix text (#342)"}},{"before":"b518df5250079c0819f19baac6a2de719c954d4c","after":null,"ref":"refs/heads/10sr-patch-1","pushedAt":"2024-06-07T15:52:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"}},{"before":null,"after":"b518df5250079c0819f19baac6a2de719c954d4c","ref":"refs/heads/10sr-patch-1","pushedAt":"2024-06-07T15:47:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"},"commit":{"message":"Fix text","shortMessageHtmlLink":"Fix text"}},{"before":"3484b04c3c10e4802af6f4cb87fb16c97e7aefc4","after":null,"ref":"refs/heads/refactorcodingsystem","pushedAt":"2024-06-04T06:02:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"}},{"before":"cd61ca47e3013e59ebfa4cd5e04e1878c9a725db","after":"0ce1abc65bfb030ccec97b0d4231667ca431e663","ref":"refs/heads/master","pushedAt":"2024-06-04T06:02:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"},"commit":{"message":"Refactor find-file advices (#340)\n\n* Add coding-system test\r\n\r\n* Refactor find-file advices\r\n\r\n* Fix test\r\n\r\n* Fix test\r\n\r\n* Update\r\n\r\n* Update","shortMessageHtmlLink":"Refactor find-file advices (#340)"}},{"before":"1711f7f44565788636cd1b71b18327c2f98e3596","after":"3484b04c3c10e4802af6f4cb87fb16c97e7aefc4","ref":"refs/heads/refactorcodingsystem","pushedAt":"2024-06-02T13:36:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"},"commit":{"message":"Update","shortMessageHtmlLink":"Update"}},{"before":"92966b0cdc7c6e0a15ac2bbe4e1f15b09ab635e4","after":"1711f7f44565788636cd1b71b18327c2f98e3596","ref":"refs/heads/refactorcodingsystem","pushedAt":"2024-06-02T09:43:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"},"commit":{"message":"Update","shortMessageHtmlLink":"Update"}},{"before":"975617dbaf6620ce3e8f500d1980e8da05062783","after":"92966b0cdc7c6e0a15ac2bbe4e1f15b09ab635e4","ref":"refs/heads/refactorcodingsystem","pushedAt":"2024-06-02T08:55:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"10sr","name":"10sr","path":"/10sr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/139241?s=80&v=4"},"commit":{"message":"Fix test","shortMessageHtmlLink":"Fix test"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEnIkE_QA","startCursor":null,"endCursor":null}},"title":"Activity · editorconfig/editorconfig-emacs"}