{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":322484700,"defaultBranch":"main","name":"jj","ownerLogin":"martinvonz","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-12-18T04:05:27.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/891642?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1718111001.0","currentOid":""},"activityList":{"items":[{"before":"d729d668464de38626b1e134dd788d2f8631f4d8","after":null,"ref":"refs/heads/push-qorssqqnvxtw","pushedAt":"2024-06-11T13:03:21.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"martinvonz","name":"Martin von Zweigbergk","path":"/martinvonz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891642?s=80&v=4"}},{"before":"556c7291c1948f235789bfaa096e24fbd2e22b43","after":"0fd1969e8fcf4ec448f15d61b6b2dde1c72fcdb3","ref":"refs/heads/main","pushedAt":"2024-06-11T13:03:20.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"martinvonz","name":"Martin von Zweigbergk","path":"/martinvonz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891642?s=80&v=4"},"commit":{"message":"lib: make git support optional via crate feature\n\nI've wanted to make the Git support optional for a long time. However,\nsince everyone uses the Git backend (and we want to support it even in\nthe custom binary at Google), there hasn't been much practical reason\nto make Git support optional.\n\nSince we now use jj-lib on the server at Google, it does make sense to\nhave the server not include Git support. In addition to making the\nserver binary smaller, it would make it easier for us (jj team at\nGooglle) to prove that our server is not affected by some libgit2 or\nGitoxide vulnerability. But to be honest, neither of those problems\nhave come up, so it's more of an excuse to make the Git support\noptional at this point.\n\nIt turned out to be much simpler than I expected to make Git support\nin the lib crate optional. We have done a pretty good job of keeping\nGit-related logic separated there.\n\nIf we make Git support optional in the lib crate, it's going to make\nit a bit harder to move logic from the CLI crate into the lib crate\n(as we have planned to do). Maybe that's good, though, since it helps\nremind us to keep Git-related logic separated.","shortMessageHtmlLink":"lib: make git support optional via crate feature"}},{"before":"93d4cdfc5b9f7ce86ae17c1722b3ecf15d94f98e","after":"49ec8d28e7865ce7172bdd83351fd3b79ea1ae37","ref":"refs/heads/gh-pages","pushedAt":"2024-06-11T11:01:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deployed 556c729 to prerelease with MkDocs 1.6.0 and mike 2.1.1","shortMessageHtmlLink":"Deployed 556c729 to prerelease with MkDocs 1.6.0 and mike 2.1.1"}},{"before":"2d0b715ad0aed4773fe9967c25bdd66dfe3fed3b","after":"556c7291c1948f235789bfaa096e24fbd2e22b43","ref":"refs/heads/main","pushedAt":"2024-06-11T11:00:47.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"yuja","name":"Yuya Nishihara","path":"/yuja","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/172069?s=80&v=4"},"commit":{"message":"revset: migrate syntactic tests to AST-based\n\nThis will hopefully help remove PartialEq from RevsetExpression. Some assertions\nare duplicated so that AST->RevsetExpression transformation is covered by tests.","shortMessageHtmlLink":"revset: migrate syntactic tests to AST-based"}},{"before":"1eedab001b7c2b1ebc99d0e67da99e6721e54cd6","after":"d729d668464de38626b1e134dd788d2f8631f4d8","ref":"refs/heads/push-qorssqqnvxtw","pushedAt":"2024-06-11T03:43:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"martinvonz","name":"Martin von Zweigbergk","path":"/martinvonz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891642?s=80&v=4"},"commit":{"message":"lib: make git support optional via crate feature\n\nI've wanted to make the Git support optional for a long time. However,\nsince everyone uses the Git backend (and we want to support it even in\nthe custom binary at Google), there hasn't been much practical reason\nto make Git support optional.\n\nSince we now use jj-lib on the server at Google, it does make sense to\nhave the server not include Git support. In addition to making the\nserver binary smaller, it would make it easier for us (jj team at\nGooglle) to prove that our server is not affected by some libgit2 or\nGitoxide vulnerability. But to be honest, neither of those problems\nhave come up, so it's more of an excuse to make the Git support\noptional at this point.\n\nIt turned out to be much simpler than I expected to make Git support\nin the lib crate optional. We have done a pretty good job of keeping\nGit-related logic separated there.\n\nIf we make Git support optional in the lib crate, it's going to make\nit a bit harder to move logic from the CLI crate into the lib crate\n(as we have planned to do). Maybe that's good, though, since it helps\nremind us to keep Git-related logic separated.","shortMessageHtmlLink":"lib: make git support optional via crate feature"}},{"before":"225049346ddeccf921624f929a913aea7ce8f16c","after":"1eedab001b7c2b1ebc99d0e67da99e6721e54cd6","ref":"refs/heads/push-qorssqqnvxtw","pushedAt":"2024-06-11T03:42:05.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"martinvonz","name":"Martin von Zweigbergk","path":"/martinvonz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891642?s=80&v=4"},"commit":{"message":"lib: make git support optional via crate feature\n\nI've wanted to make the Git support optional for a long time. However,\nsince everyone uses the Git backend (and we want to support it even in\nthe custom binary at Google), there hasn't been much practical reason\nto make Git support optional.\n\nSince we now use jj-lib on the server at Google, it does make sense to\nhave the server not include Git support. In addition to making the\nserver binary smaller, it would make it easier for us (jj team at\nGooglle) to prove that our server is not affected by some libgit2 or\nGitoxide vulnerability. But to be honest, neither of those problems\nhave come up, so it's more of an excuse to make the Git support\noptional at this point.\n\nIt turned out to be much simpler than I expected to make Git support\nin the lib crate optional. We have done a pretty good job of keeping\nGit-related logic separated there.\n\nIf we make Git support optional in the lib crate, it's going to make\nit a bit harder to move logic from the CLI crate into the lib crate\n(as we have planned to do). Maybe that's good, though, since it helps\nremind us to keep Git-related logic separated.","shortMessageHtmlLink":"lib: make git support optional via crate feature"}},{"before":"e9fe8e4f13838389e9af7f8fd4bd4fcdba21b664","after":"225049346ddeccf921624f929a913aea7ce8f16c","ref":"refs/heads/push-qorssqqnvxtw","pushedAt":"2024-06-11T03:39:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"martinvonz","name":"Martin von Zweigbergk","path":"/martinvonz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891642?s=80&v=4"},"commit":{"message":"lib: make git support optional via crate feature\n\nI've wanted to make the Git support optional for a long time. However,\nsince everyone uses the Git backend (and we want to support it even in\nthe custom binary at Google), there hasn't been much practical reason\nto make Git support optional.\n\nSince we now use jj-lib on the server at Google, it does make sense to\nhave the server not include Git support. In addition to making the\nserver binary smaller, it would make it easier for us (jj team at\nGooglle) to prove that our server is not affected by some libgit2 or\nGitoxide vulnerability. But to be honest, neither of those problems\nhave come up, so it's more of an excuse to make the Git support\noptional at this point.\n\nIt turned out to be much simpler than I expected to make Git support\nin the lib crate optional. We have done a pretty good job of keeping\nGit-related logic separated there.\n\nIf we make Git support optional in the lib crate, it's going to make\nit a bit harder to move logic from the CLI crate into the lib crate\n(as we have planned to do). Maybe that's good, though, since it helps\nremind us to keep Git-related logic separated.","shortMessageHtmlLink":"lib: make git support optional via crate feature"}},{"before":"33ee8dda4bdd46056e71da2e4e93e6c316d2dcaa","after":"20e1d3dcfabc200714a1daabced0b5d95a44b465","ref":"refs/heads/bnjmnt4n/push-uzynoulwtlvz","pushedAt":"2024-06-10T20:17:38.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bnjmnt4n","name":"Benjamin Tan","path":"/bnjmnt4n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/813865?s=80&v=4"},"commit":{"message":"cli: add `jj operation show` and `jj operation diff` commands","shortMessageHtmlLink":"cli: add jj operation show and jj operation diff commands"}},{"before":"22a76834da6f36fb76d3bde33f0cc2b81eb367c9","after":"1f5daa37618d98a09783db75cdc9595ff5109aef","ref":"refs/heads/bnjmnt4n/push-mrtpwxolwznv","pushedAt":"2024-06-10T19:40:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bnjmnt4n","name":"Benjamin Tan","path":"/bnjmnt4n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/813865?s=80&v=4"},"commit":{"message":"merge_tools: simplify file conflicts before attempting to resolve","shortMessageHtmlLink":"merge_tools: simplify file conflicts before attempting to resolve"}},{"before":"7c24c8287c879fee834601d5ece2a1e7f7341579","after":"22a76834da6f36fb76d3bde33f0cc2b81eb367c9","ref":"refs/heads/bnjmnt4n/push-mrtpwxolwznv","pushedAt":"2024-06-10T19:31:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bnjmnt4n","name":"Benjamin Tan","path":"/bnjmnt4n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/813865?s=80&v=4"},"commit":{"message":"merge_tools: simplify file conflicts before attempting to resolve","shortMessageHtmlLink":"merge_tools: simplify file conflicts before attempting to resolve"}},{"before":"db87ebcc7b48a19d62a3336715d552fb92418b46","after":"7c24c8287c879fee834601d5ece2a1e7f7341579","ref":"refs/heads/bnjmnt4n/push-mrtpwxolwznv","pushedAt":"2024-06-10T19:26:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bnjmnt4n","name":"Benjamin Tan","path":"/bnjmnt4n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/813865?s=80&v=4"},"commit":{"message":"merge_tools: simplify file conflicts before attempting to resolve","shortMessageHtmlLink":"merge_tools: simplify file conflicts before attempting to resolve"}},{"before":"107685760dd037d344c05c19c362e97d3704c7d3","after":"db87ebcc7b48a19d62a3336715d552fb92418b46","ref":"refs/heads/bnjmnt4n/push-mrtpwxolwznv","pushedAt":"2024-06-10T19:25:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bnjmnt4n","name":"Benjamin Tan","path":"/bnjmnt4n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/813865?s=80&v=4"},"commit":{"message":"merge_tools: simplify file conflicts before attempting to resolve","shortMessageHtmlLink":"merge_tools: simplify file conflicts before attempting to resolve"}},{"before":"ba972ad77b3cfba6ac8e960a092b076217826e28","after":"93d4cdfc5b9f7ce86ae17c1722b3ecf15d94f98e","ref":"refs/heads/gh-pages","pushedAt":"2024-06-10T18:48:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deployed 2d0b715 to prerelease with MkDocs 1.6.0 and mike 2.1.1","shortMessageHtmlLink":"Deployed 2d0b715 to prerelease with MkDocs 1.6.0 and mike 2.1.1"}},{"before":"c71eb73047784da838390bf82e1f8eb186f1d0c8","after":"2d0b715ad0aed4773fe9967c25bdd66dfe3fed3b","ref":"refs/heads/main","pushedAt":"2024-06-10T18:47:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ilyagr","name":"Ilya Grigoriev","path":"/ilyagr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/4123047?s=80&v=4"},"commit":{"message":"docs: update windows docs to mention minus, update minus docs\n\nQuick fix to #3850.","shortMessageHtmlLink":"docs: update windows docs to mention minus, update minus docs"}},{"before":"2c9462b701eaf3936d7317a431ac31d1331c9ee5","after":null,"ref":"refs/heads/dependabot/cargo/cargo-dependencies-6f9b593015","pushedAt":"2024-06-10T18:07:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"}},{"before":"78cbb513d17aef74d7cd1411a869e367ac1bab40","after":"c71eb73047784da838390bf82e1f8eb186f1d0c8","ref":"refs/heads/main","pushedAt":"2024-06-10T18:07:17.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"cargo: bump the cargo-dependencies group with 3 updates\n\nBumps the cargo-dependencies group with 3 updates: [clap](https://github.com/clap-rs/clap), [clap_complete](https://github.com/clap-rs/clap) and [regex](https://github.com/rust-lang/regex).\n\n\nUpdates `clap` from 4.5.6 to 4.5.7\n- [Release notes](https://github.com/clap-rs/clap/releases)\n- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/clap-rs/clap/compare/v4.5.6...v4.5.7)\n\nUpdates `clap_complete` from 4.5.4 to 4.5.5\n- [Release notes](https://github.com/clap-rs/clap/releases)\n- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.4...clap_complete-v4.5.5)\n\nUpdates `regex` from 1.10.4 to 1.10.5\n- [Release notes](https://github.com/rust-lang/regex/releases)\n- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/regex/compare/1.10.4...1.10.5)\n\n---\nupdated-dependencies:\n- dependency-name: clap\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: cargo-dependencies\n- dependency-name: clap_complete\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: cargo-dependencies\n- dependency-name: regex\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: cargo-dependencies\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"cargo: bump the cargo-dependencies group with 3 updates"}},{"before":null,"after":"2c9462b701eaf3936d7317a431ac31d1331c9ee5","ref":"refs/heads/dependabot/cargo/cargo-dependencies-6f9b593015","pushedAt":"2024-06-10T16:00:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"cargo: bump the cargo-dependencies group with 3 updates\n\nBumps the cargo-dependencies group with 3 updates: [clap](https://github.com/clap-rs/clap), [clap_complete](https://github.com/clap-rs/clap) and [regex](https://github.com/rust-lang/regex).\n\n\nUpdates `clap` from 4.5.6 to 4.5.7\n- [Release notes](https://github.com/clap-rs/clap/releases)\n- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/clap-rs/clap/compare/v4.5.6...v4.5.7)\n\nUpdates `clap_complete` from 4.5.4 to 4.5.5\n- [Release notes](https://github.com/clap-rs/clap/releases)\n- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.4...clap_complete-v4.5.5)\n\nUpdates `regex` from 1.10.4 to 1.10.5\n- [Release notes](https://github.com/rust-lang/regex/releases)\n- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/rust-lang/regex/compare/1.10.4...1.10.5)\n\n---\nupdated-dependencies:\n- dependency-name: clap\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: cargo-dependencies\n- dependency-name: clap_complete\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: cargo-dependencies\n- dependency-name: regex\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: cargo-dependencies\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"cargo: bump the cargo-dependencies group with 3 updates"}},{"before":"5159025d9e1b97f6f3e008df78417d7034084337","after":"ba972ad77b3cfba6ac8e960a092b076217826e28","ref":"refs/heads/gh-pages","pushedAt":"2024-06-10T12:52:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deployed 78cbb51 to prerelease with MkDocs 1.6.0 and mike 2.1.1","shortMessageHtmlLink":"Deployed 78cbb51 to prerelease with MkDocs 1.6.0 and mike 2.1.1"}},{"before":"55776373797324c19219375e88cfea1c1121768a","after":null,"ref":"refs/heads/push-ooyvwvktonzw","pushedAt":"2024-06-10T12:51:07.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"martinvonz","name":"Martin von Zweigbergk","path":"/martinvonz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891642?s=80&v=4"}},{"before":"3cd1fe4753ca71966f05f0342f29286d62f92a1b","after":"78cbb513d17aef74d7cd1411a869e367ac1bab40","ref":"refs/heads/main","pushedAt":"2024-06-10T12:51:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"martinvonz","name":"Martin von Zweigbergk","path":"/martinvonz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891642?s=80&v=4"},"commit":{"message":"fix: add support for fixing only some paths","shortMessageHtmlLink":"fix: add support for fixing only some paths"}},{"before":"61162bc1384c4154dafe5222ee5df9b6bfd915b7","after":"107685760dd037d344c05c19c362e97d3704c7d3","ref":"refs/heads/bnjmnt4n/push-mrtpwxolwznv","pushedAt":"2024-06-10T11:06:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bnjmnt4n","name":"Benjamin Tan","path":"/bnjmnt4n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/813865?s=80&v=4"},"commit":{"message":"merge_tools: simplify file conflicts before attempting to resolve","shortMessageHtmlLink":"merge_tools: simplify file conflicts before attempting to resolve"}},{"before":"90988bb07e66f1242243fba55694e0492ed6be90","after":"61162bc1384c4154dafe5222ee5df9b6bfd915b7","ref":"refs/heads/bnjmnt4n/push-mrtpwxolwznv","pushedAt":"2024-06-10T10:45:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bnjmnt4n","name":"Benjamin Tan","path":"/bnjmnt4n","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/813865?s=80&v=4"},"commit":{"message":"merge_tools: simplify file conflicts before attempting to resolve","shortMessageHtmlLink":"merge_tools: simplify file conflicts before attempting to resolve"}},{"before":"6a57fa969d37ef25b5bc0f6106e136aecdf26192","after":"3cd1fe4753ca71966f05f0342f29286d62f92a1b","ref":"refs/heads/main","pushedAt":"2024-06-10T10:14:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"Kintaro","name":"Simon Wollwage","path":"/Kintaro","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/111625?s=80&v=4"},"commit":{"message":"Show paths of config files when configurations contain errors\n\nThis addresses issue #3317, where as discussed we want to show the paths to\nconfiguration files if they contain errors, to make it easier for the user to\nlocate them.","shortMessageHtmlLink":"Show paths of config files when configurations contain errors"}},{"before":"a1dcb9d0049bcf778c10a0279cc4baf024a19ffc","after":"55776373797324c19219375e88cfea1c1121768a","ref":"refs/heads/push-ooyvwvktonzw","pushedAt":"2024-06-10T09:06:54.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"martinvonz","name":"Martin von Zweigbergk","path":"/martinvonz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891642?s=80&v=4"},"commit":{"message":"fix: add support for fixing only some paths","shortMessageHtmlLink":"fix: add support for fixing only some paths"}},{"before":null,"after":"a1dcb9d0049bcf778c10a0279cc4baf024a19ffc","ref":"refs/heads/push-ooyvwvktonzw","pushedAt":"2024-06-10T08:57:20.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"martinvonz","name":"Martin von Zweigbergk","path":"/martinvonz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891642?s=80&v=4"},"commit":{"message":"fix: add support for fixing only some paths","shortMessageHtmlLink":"fix: add support for fixing only some paths"}},{"before":"e49fda368419866e3a5397753574faaf48eef1b6","after":"e9fe8e4f13838389e9af7f8fd4bd4fcdba21b664","ref":"refs/heads/push-qorssqqnvxtw","pushedAt":"2024-06-10T08:44:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"martinvonz","name":"Martin von Zweigbergk","path":"/martinvonz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891642?s=80&v=4"},"commit":{"message":"lib: make git support optional via crate feature\n\nI've wanted to make the Git support optional for a long time. However,\nsince everyone uses the Git backend (and we want to support it even in\nthe custom binary at Google), there hasn't been much practical reason\nto make Git support optional.\n\nSince we now use jj-lib on the server at Google, it does make sense to\nhave the server not include Git support. In addition to making the\nserver binary smaller, it would make it easier for us (jj team at\nGooglle) to prove that our server is not affected by some libgit2 or\nGitoxide vulnerability. But to be honest, neither of those problems\nhave come up, so it's more of an excuse to make the Git support\noptional at this point.\n\nIt turned out to be much simpler than I expected to make Git support\nin the lib crate optional. We have done a pretty good job of keeping\nGit-related logic separated there.\n\nIf we make Git support optional in the lib crate, it's going to make\nit a bit harder to move logic from the CLI crate into the lib crate\n(as we have planned to do). Maybe that's good, though, since it helps\nremind us to keep Git-related logic separated.","shortMessageHtmlLink":"lib: make git support optional via crate feature"}},{"before":"ba842cfe59cb18cea47ad844763338ba54491813","after":"5159025d9e1b97f6f3e008df78417d7034084337","ref":"refs/heads/gh-pages","pushedAt":"2024-06-10T04:20:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"Deployed 6a57fa9 to prerelease with MkDocs 1.6.0 and mike 2.1.1","shortMessageHtmlLink":"Deployed 6a57fa9 to prerelease with MkDocs 1.6.0 and mike 2.1.1"}},{"before":"6acedf2b04549bf0a64747eab3caac9ba0bf2731","after":null,"ref":"refs/heads/push-qsulqpomnrkp","pushedAt":"2024-06-10T04:19:38.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"martinvonz","name":"Martin von Zweigbergk","path":"/martinvonz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891642?s=80&v=4"}},{"before":"b8d0cf31b8bb05a9ab806a9a60cab0a4995be408","after":"6a57fa969d37ef25b5bc0f6106e136aecdf26192","ref":"refs/heads/main","pushedAt":"2024-06-10T04:19:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"martinvonz","name":"Martin von Zweigbergk","path":"/martinvonz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891642?s=80&v=4"},"commit":{"message":"diff-editor: pass reference to store into `apply_diff_builtin()`\n\nIt's cheap to copy an `Arc` and it's simpler to pass just a reference.","shortMessageHtmlLink":"diff-editor: pass reference to store into apply_diff_builtin()"}},{"before":"9f8c46a060575f2025e98fa79642eb2066425e4f","after":null,"ref":"refs/heads/push-yowrlmvyxssp","pushedAt":"2024-06-10T03:42:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"martinvonz","name":"Martin von Zweigbergk","path":"/martinvonz","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/891642?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEYjuHVgA","startCursor":null,"endCursor":null}},"title":"Activity ยท martinvonz/jj"}