{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":655492,"defaultBranch":"main","name":"magit","ownerLogin":"magit","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2010-05-07T19:07:04.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/750076?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1714428127.0","currentOid":""},"activityList":{"items":[{"before":"24ea9b0ffd650f1a47e21c4db4a93c893e5a1447","after":"02ecf1a1e34accb41f922b77af21c9eb5a0fed25","ref":"refs/heads/main","pushedAt":"2024-05-10T17:02:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"manual: Use correct key E M for magit-ediff-resolve-all","shortMessageHtmlLink":"manual: Use correct key E M for magit-ediff-resolve-all"}},{"before":"855d924969eb6231d62ab446f727c9f7ad5c4913","after":"24ea9b0ffd650f1a47e21c4db4a93c893e5a1447","ref":"refs/heads/main","pushedAt":"2024-05-09T19:28:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"magit-log.el: Fix typo\n\nSigned-off-by: Park Zhou ","shortMessageHtmlLink":"magit-log.el: Fix typo"}},{"before":"f7cba11588c4a35f91922ef28658aa88a59c895b","after":"855d924969eb6231d62ab446f727c9f7ad5c4913","ref":"refs/heads/main","pushedAt":"2024-05-08T23:50:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"Fix typos\n\nOr one typo, which ended up being copy-pasted.","shortMessageHtmlLink":"Fix typos"}},{"before":"b6c928659711b45ea2b684a85380bbde924cd82b","after":"f7cba11588c4a35f91922ef28658aa88a59c895b","ref":"refs/heads/main","pushedAt":"2024-05-07T18:29:00.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"magit-insert-section--finish: Fix delayed marker creation\n\nFix regression added in [1: 153cba365f]. We are mapping over\nchildren; using the bounds of the parent was not intended.\n\n1: 2024-05-04 153cba365fe9678f4257b7277c3e1d60b94c979c\n magit-insert-section--finish: Avoid some oref calls","shortMessageHtmlLink":"magit-insert-section--finish: Fix delayed marker creation"}},{"before":"ea0d30d9a6056064b6d2cb4b4a5a8ca8fd036d2d","after":"b6c928659711b45ea2b684a85380bbde924cd82b","ref":"refs/heads/main","pushedAt":"2024-05-06T15:58:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"Use while-let more","shortMessageHtmlLink":"Use while-let more"}},{"before":"c5650b8b33c05a6ea2b4ba7efe8128131778cec3","after":"ea0d30d9a6056064b6d2cb4b4a5a8ca8fd036d2d","ref":"refs/heads/main","pushedAt":"2024-05-05T18:02:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"magit-base.el: Fix typo","shortMessageHtmlLink":"magit-base.el: Fix typo"}},{"before":"e2ca80a26e40480b6dda66adad09dd1031e4da3e","after":"c5650b8b33c05a6ea2b4ba7efe8128131778cec3","ref":"refs/heads/main","pushedAt":"2024-05-05T18:00:17.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"magit-submodule-unpopulate: Correct comment","shortMessageHtmlLink":"magit-submodule-unpopulate: Correct comment"}},{"before":"56a27154cd68e0e79e62ad29f71be2d5d4f2ecb1","after":"e2ca80a26e40480b6dda66adad09dd1031e4da3e","ref":"refs/heads/main","pushedAt":"2024-05-03T23:43:02.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"magit-insert-section--create: Only set hidden slot if unbound","shortMessageHtmlLink":"magit-insert-section--create: Only set hidden slot if unbound"}},{"before":"26be78eaef5b037b13056a68a17b569a1d6fa85e","after":"56a27154cd68e0e79e62ad29f71be2d5d4f2ecb1","ref":"refs/heads/main","pushedAt":"2024-05-03T13:54:27.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"magit-status-goto-initial-section: Add to correct hook\n\n[1: 632536ca9c] said it was adding this to `magit-create-buffer-hook'\nbut actually added it to `magit-refresh-buffer-hook'. Neither of these\ntwo is appropriate. When the former is run, the sections haven't been\ncreated yet, and the latter is run on every refresh.\n\nUse the new `magit-post-create-buffer-hook' instead.\n\n1: 2022-05-06 632536ca9c2c7d5d9fe2a90ac102bee3817622a9\n Add magit-status-goto-initial-section to magit-create-buffer-hook","shortMessageHtmlLink":"magit-status-goto-initial-section: Add to correct hook"}},{"before":"818be05a45f958ab7ff4d75ce785fe68e744c1f1","after":"26be78eaef5b037b13056a68a17b569a1d6fa85e","ref":"refs/heads/main","pushedAt":"2024-05-02T16:00:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"Fix typo in docstring","shortMessageHtmlLink":"Fix typo in docstring"}},{"before":"d98e935ed7134b44e5ee9d2a3b4bf42938fdface","after":"818be05a45f958ab7ff4d75ce785fe68e744c1f1","ref":"refs/heads/main","pushedAt":"2024-05-02T13:37:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"Require browse-url","shortMessageHtmlLink":"Require browse-url"}},{"before":"f72a02f852c12a18574ab68137950e673e5023d1","after":"d98e935ed7134b44e5ee9d2a3b4bf42938fdface","ref":"refs/heads/main","pushedAt":"2024-05-02T13:32:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"magit-{browse,visit}-thing: Handle raw URL links\n\nEvery once in a while, someone suggests that it should be possible to\nfollow URL links (often those displayed by user hooks and thus in the\nprocess buffer), which I used to decline, on the grounds that it would\nbe way too costly to do that, for too little gain, and that the\nworkaround (using `browse-url') was simple and obvious enough.\n\nBy adding support for urls to `magit-browse-thing' (because that is\nwhere it belongs, according to Magit's browse|visit distinction) and\n`magit-visit-thing' (because that (i.e., \"RET\") is what users are\nlikely to try using), we get the desired behavior -- without having\nto spend time looking for urls ahead while washing process output.\n\nSo now \"RET\" visits links, unless `magit-visit-thing' is remapped to\nsomething else, that is. The mouse still cannot be used.\n\nCloses #5134.","shortMessageHtmlLink":"magit-{browse,visit}-thing: Handle raw URL links"}},{"before":"7c794201c473e19c6c41c73148221151997d8197","after":"f72a02f852c12a18574ab68137950e673e5023d1","ref":"refs/heads/main","pushedAt":"2024-05-02T00:32:29.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"git-commit-ensure-comment-gap: New hook function\n\nThis restores the useful part of the functionality removed in\n[1: 150eed71b9], while making it possible to disable even that,\nin case there is disagreement on its usefulness (and to move it\nout of sight and to have an obvious place to document it).\n\n1: 2024-04-29 150eed71b98597018cc4a47d1c50c3f56b747eef\n git-commit-setup: Remove a mildly questionable tweak","shortMessageHtmlLink":"git-commit-ensure-comment-gap: New hook function"}},{"before":"7c794201c473e19c6c41c73148221151997d8197","after":null,"ref":"refs/heads/bump","pushedAt":"2024-04-29T22:02:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"}},{"before":"8b3b341d0480916995c6fde85c7862d489cd0632","after":"7c794201c473e19c6c41c73148221151997d8197","ref":"refs/heads/main","pushedAt":"2024-04-29T22:02:00.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"Drop support for Emacs 25","shortMessageHtmlLink":"Drop support for Emacs 25"}},{"before":null,"after":"7c794201c473e19c6c41c73148221151997d8197","ref":"refs/heads/bump","pushedAt":"2024-04-29T21:52:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"Drop support for Emacs 25","shortMessageHtmlLink":"Drop support for Emacs 25"}},{"before":"734ce4f4b95875a7452dc959099a56e0689501cf","after":"8b3b341d0480916995c6fde85c7862d489cd0632","ref":"refs/heads/main","pushedAt":"2024-04-29T15:49:14.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"magit-completing-read: Use format-prompt","shortMessageHtmlLink":"magit-completing-read: Use format-prompt"}},{"before":"3ed8f7956eb5ccb4b335ad135c43263e7492cd82","after":"4bc19d5b16ddc50ae65cb5d75968ccadc997b51e","ref":"refs/heads/idea","pushedAt":"2024-04-29T13:50:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"[maybe] magit-diff-dwim: Improve documentation","shortMessageHtmlLink":"[maybe] magit-diff-dwim: Improve documentation"}},{"before":"150eed71b98597018cc4a47d1c50c3f56b747eef","after":"734ce4f4b95875a7452dc959099a56e0689501cf","ref":"refs/heads/main","pushedAt":"2024-04-29T13:30:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"manual: Fix typos\n\n- \"strickly\" -> \"strictly\"\n- \"stricktly\" -> \"strictly\"\n\nI change this because I find results on Google for \"strictly\" but not\n\"strick(t)ly\".","shortMessageHtmlLink":"manual: Fix typos"}},{"before":"058ca81497c2400db45644bfe3920bcaac21f1f1","after":"150eed71b98597018cc4a47d1c50c3f56b747eef","ref":"refs/heads/main","pushedAt":"2024-04-29T13:24:25.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"git-commit-setup: Remove a mildly questionable tweak\n\nThe removed code was added in [1: fb66888fcd]. If the buffer is\ncompletely empty, this changes it to instead contain a single empty\nline. This does not seem desirable, without further justification.\nUnfortunately that was not provided in the commit and the mentioned\nissue is from the old \"git-commit-mode\" repository, which does not\nexist anymore.\n\nI assume that this was either done because some user enabled\n`indicate-buffer-boundaries' and then didn't like how that looks for\nempty buffers, or because this once was necessary for our font-lock to\nwork properly. If it was the latter, that is not the case anymore.\n\nThis does not affect the outcome of Git porcelain commands. (And if\nit did there would be nothing to prevent the user from removing the\ntrailing newline again.) It is Github, which produces corrupted commit\nmessages that lack the trailing newline by default, not Git.\n\nI am removing this because it makes an already long function even longer\nand it is yet another thing one has to consider when reasoning about\nthis function. If someone really wants this for some reason, then a\nhook function can be used. If it turns out there is some real benefit\nto this, then we can revert the removal.\n\n1: 2013-09-14 fb66888fcdeb334f183e67d26b58a98c6ad2124c\n `git-commit-mode': insert a newline after commit summary line","shortMessageHtmlLink":"git-commit-setup: Remove a mildly questionable tweak"}},{"before":"d88e6fcd8e2c976e635d88edcfe1ec6cc6ea8daa","after":"3ed8f7956eb5ccb4b335ad135c43263e7492cd82","ref":"refs/heads/idea","pushedAt":"2024-04-28T19:20:27.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"[maybe] magit-diff-dwim: Improve documentation","shortMessageHtmlLink":"[maybe] magit-diff-dwim: Improve documentation"}},{"before":"058ca81497c2400db45644bfe3920bcaac21f1f1","after":null,"ref":"refs/heads/insert-section-expansion","pushedAt":"2024-04-28T19:00:47.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"}},{"before":"49ba535f526266b69fcaf7442acfa59ad8473caf","after":"058ca81497c2400db45644bfe3920bcaac21f1f1","ref":"refs/heads/main","pushedAt":"2024-04-28T18:56:15.000Z","pushType":"push","commitsCount":20,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"Bump magit-section dependency","shortMessageHtmlLink":"Bump magit-section dependency"}},{"before":"f5189a6a3e92e010bbe21072c942a18b287a44ea","after":"058ca81497c2400db45644bfe3920bcaac21f1f1","ref":"refs/heads/insert-section-expansion","pushedAt":"2024-04-28T18:21:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"Bump magit-section dependency","shortMessageHtmlLink":"Bump magit-section dependency"}},{"before":"f5189a6a3e92e010bbe21072c942a18b287a44ea","after":null,"ref":"refs/heads/work","pushedAt":"2024-04-28T18:10:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"}},{"before":null,"after":"f5189a6a3e92e010bbe21072c942a18b287a44ea","ref":"refs/heads/insert-section-expansion","pushedAt":"2024-04-28T18:10:53.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"magit-section: Ensure internal slots are only set carefully\n\nCertain slots should only be set using dedicated code.\nThis makes it impossible to set them by passing these\ninitargs to `magit-insert-section'.","shortMessageHtmlLink":"magit-section: Ensure internal slots are only set carefully"}},{"before":"d24060eb1d0d1a1b3fdb21a6ccd2ec5f70528cc4","after":"f5189a6a3e92e010bbe21072c942a18b287a44ea","ref":"refs/heads/work","pushedAt":"2024-04-28T18:04:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"magit-section: Ensure internal slots are only set carefully\n\nCertain slots should only be set using dedicated code.\nThis makes it impossible to set them by passing these\ninitargs to `magit-insert-section'.","shortMessageHtmlLink":"magit-section: Ensure internal slots are only set carefully"}},{"before":null,"after":"d24060eb1d0d1a1b3fdb21a6ccd2ec5f70528cc4","ref":"refs/heads/work","pushedAt":"2024-04-28T17:58:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"magit-section: Ensure internal slots are only set carefully\n\nCertain slots should only be set using dedicated code.\nThis makes it impossible to set them by passing these\ninitargs to `magit-insert-section'.","shortMessageHtmlLink":"magit-section: Ensure internal slots are only set carefully"}},{"before":"8102e8bf2bec80cde2178471f3eb33637a262399","after":"49ba535f526266b69fcaf7442acfa59ad8473caf","ref":"refs/heads/main","pushedAt":"2024-04-26T21:19:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"Revert \"magit--insert-modules-logs: Use section type shorthand\"\n\nThis reverts commit 9ec92f116cebdabc85b2c66e8495b0facdcb1ad3.\n\nThe same class, `magit-module-section', is used in other instances too,\nimplying that this is actually necessary. If it turns out that it is\nnot, then this should be changed in all instances at once.","shortMessageHtmlLink":"Revert \"magit--insert-modules-logs: Use section type shorthand\""}},{"before":"dbacaa3e4fc3005abc810e463d211a5c9a58d184","after":"8102e8bf2bec80cde2178471f3eb33637a262399","ref":"refs/heads/main","pushedAt":"2024-04-26T13:31:00.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"tarsius","name":"Jonas Bernoulli","path":"/tarsius","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/25046?s=80&v=4"},"commit":{"message":"magit-file-accessible-directory-p: Remove kludge function\n\nThis was necessary to work around a bug in macOS. It has been nine\nyears since then, and Yamamoto Mitsuharu reported on bug#21573 that\nhe can no longer reproduce and \"presumably Apple have fixed it\".\n\nRe #2295.","shortMessageHtmlLink":"magit-file-accessible-directory-p: Remove kludge function"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAERscDNAA","startCursor":null,"endCursor":null}},"title":"Activity ยท magit/magit"}