{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":162863623,"defaultBranch":"master","name":"sd","ownerLogin":"chmln","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-12-23T05:00:16.000Z","ownerAvatar":"https://github.com/avatars/u/11352152?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1716515650.0","currentOid":""},"activityList":{"items":[{"before":"8f83f8fd61b4b0f12cbcebbf2b15bddcb7263996","after":null,"ref":"refs/heads/dependabot/github_actions/svenstaro/upload-release-action-2.9.0","pushedAt":"2024-05-24T01:54:10.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"}},{"before":"fab61a0b42793bd5457f5f575b52b2b9f7e04b4c","after":"3dc437add84f07b63c44ba1c92fd6866c5c9d3e9","ref":"refs/heads/master","pushedAt":"2024-05-24T01:54:03.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"chmln","name":"Gregory","path":"/chmln","primaryAvatarUrl":"https://github.com/avatars/u/11352152?s=80&v=4"},"commit":{"message":"Merge pull request #293 from chmln/dependabot/github_actions/svenstaro/upload-release-action-2.9.0\n\nBump svenstaro/upload-release-action from 2.7.0 to 2.9.0","shortMessageHtmlLink":"Merge pull request #293 from chmln/dependabot/github_actions/svenstar…"}},{"before":"93ed5eb699d7af920f4f9d551f92adb076f67f4b","after":"fab61a0b42793bd5457f5f575b52b2b9f7e04b4c","ref":"refs/heads/master","pushedAt":"2024-05-24T01:53:45.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"chmln","name":"Gregory","path":"/chmln","primaryAvatarUrl":"https://github.com/avatars/u/11352152?s=80&v=4"},"commit":{"message":"Merge pull request #292 from johnc219/man-page-patch\n\ndocs: fix capture group example in man page","shortMessageHtmlLink":"Merge pull request #292 from johnc219/man-page-patch"}},{"before":"2d287b9b1c21d6ca21e649f9d97e0b5e9e542e12","after":"93ed5eb699d7af920f4f9d551f92adb076f67f4b","ref":"refs/heads/master","pushedAt":"2024-05-24T01:53:21.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"chmln","name":"Gregory","path":"/chmln","primaryAvatarUrl":"https://github.com/avatars/u/11352152?s=80&v=4"},"commit":{"message":"Merge pull request #299 from zhangymPerson/feat/zh_cn\n\nfeat: add README_zh-CN.md","shortMessageHtmlLink":"Merge pull request #299 from zhangymPerson/feat/zh_cn"}},{"before":null,"after":"8f83f8fd61b4b0f12cbcebbf2b15bddcb7263996","ref":"refs/heads/dependabot/github_actions/svenstaro/upload-release-action-2.9.0","pushedAt":"2024-02-26T08:19:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://github.com/avatars/in/29110?s=80&v=4"},"commit":{"message":"Bump svenstaro/upload-release-action from 2.7.0 to 2.9.0\n\nBumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.7.0 to 2.9.0.\n- [Release notes](https://github.com/svenstaro/upload-release-action/releases)\n- [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/svenstaro/upload-release-action/compare/2.7.0...2.9.0)\n\n---\nupdated-dependencies:\n- dependency-name: svenstaro/upload-release-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump svenstaro/upload-release-action from 2.7.0 to 2.9.0"}},{"before":"4241babe12350ac4665859ecc5542bd91a068af8","after":"2d287b9b1c21d6ca21e649f9d97e0b5e9e542e12","ref":"refs/heads/master","pushedAt":"2023-11-18T20:04:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Overall reorganization (#265)\n\n* refactor!: overall reorganization\r\n\r\n* fmt: tab to spaces\r\n\r\n* feat: split out funcs for better error collection\r\n\r\n* feat: replace Vec-varianted Source with Vec\r\n\r\n* docs: more generic description for Error::InvalidPath\r\n\r\n* fmt: reduce signature verbosity\r\n\r\n* internal: decolorize to prepare for proper colorization\r\n\r\n* fmt: tab to spaces (again)\r\n\r\n* refactor: break up App into main.rs, rm utils.rs\r\n\r\n* test: only run cli::in_place_following_symlink on Unix, symlinks are privileged on Windows\r\n\r\n* test: update insta snapshots due to Replacer::new()? in main()\r\n\r\n* fix: restructure logic, Windows requires closing mmap before write\r\n\r\n* test: properly mark no-Windows test\r\n\r\n* test: properly mark temp. ignored test\r\n\r\n* fix: retain unsafe property of Mmap::map in separate function\r\n\r\n* chore: `cargo fmt`\r\n\r\n* chore: Resolve lone warning\r\n\r\n* test: Test a variety of fs failure cases\r\n\r\n* refactor: Add back `try_main()`\r\n\r\n* refactor: Rework error handling\r\n\r\n* test: Update snapshots\r\n\r\n* test: fix path inconsistency\r\n\r\n---------\r\n\r\nCo-authored-by: Cosmic Horror ","shortMessageHtmlLink":"Overall reorganization (#265)"}},{"before":"42f7deae06d5a68d8751c7d279cf6cd27a6b5c3d","after":"4241babe12350ac4665859ecc5542bd91a068af8","ref":"refs/heads/master","pushedAt":"2023-11-13T19:23:07.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Update README.md for new string literal arg (#281)\n\nThe example for string literal mode mentions the new official argument (`-F` or `--fixed-strings`), but still uses the old, now undocumented `-s` argument. This is confusing for anyone who doesn't know the old syntax.","shortMessageHtmlLink":"Update README.md for new string literal arg (#281)"}},{"before":"eb51bdf11e8bde87e9d983730209c7a147e39fb0","after":"42f7deae06d5a68d8751c7d279cf6cd27a6b5c3d","ref":"refs/heads/master","pushedAt":"2023-11-10T00:03:05.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Update man page to use changed flag for string literals (#279)\n\n* Update man page to use changed flag for string literals\r\n\r\n* Update corresponding place in `cargo-xtask` task\r\n\r\n---------\r\n\r\nCo-authored-by: Cosmic Horror ","shortMessageHtmlLink":"Update man page to use changed flag for string literals (#279)"}},{"before":null,"after":"eb51bdf11e8bde87e9d983730209c7a147e39fb0","ref":"refs/heads/v1.0","pushedAt":"2023-11-08T02:44:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Prepare 1.0.0 release (#277)\n\n* Bump version to v1.0.0\r\n\r\n* `cargo xtask gen`\r\n\r\n* Add all new entries to the changelog","shortMessageHtmlLink":"Prepare 1.0.0 release (#277)"}},{"before":"cb015f749070e424d82e7f35fcad801cd4a5cbc7","after":"eb51bdf11e8bde87e9d983730209c7a147e39fb0","ref":"refs/heads/master","pushedAt":"2023-11-08T02:19:46.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Prepare 1.0.0 release (#277)\n\n* Bump version to v1.0.0\r\n\r\n* `cargo xtask gen`\r\n\r\n* Add all new entries to the changelog","shortMessageHtmlLink":"Prepare 1.0.0 release (#277)"}},{"before":"45522c2dedd9d98b21e3af4893126e3aa660ea34","after":null,"ref":"refs/tags/v1.0.0-beta.0","pushedAt":"2023-11-05T19:17:00.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"}},{"before":"45522c2dedd9d98b21e3af4893126e3aa660ea34","after":"cb015f749070e424d82e7f35fcad801cd4a5cbc7","ref":"refs/heads/master","pushedAt":"2023-11-05T19:16:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Update `sd` version in lockfile (#275)","shortMessageHtmlLink":"Update sd version in lockfile (#275)"}},{"before":"d4aa2405338a3a477174440b83491edabca85f2b","after":"45522c2dedd9d98b21e3af4893126e3aa660ea34","ref":"refs/heads/master","pushedAt":"2023-11-05T19:05:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Prepare 1.0.0-beta.0 release (#274)\n\n* Bump version to v1.0.0-beta.0\r\n\r\n* Add all new entries to the changelog","shortMessageHtmlLink":"Prepare 1.0.0-beta.0 release (#274)"}},{"before":"bbefeb8ae12257b35027e5ee8850b9a8f830edb6","after":"d4aa2405338a3a477174440b83491edabca85f2b","ref":"refs/heads/master","pushedAt":"2023-11-05T18:48:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Remove outdated release checklist step (#272)\n\nPreviously the entries in the man page were manually copied in with\r\nslightly tweaked formatting. This was changed to automatically extract\r\nall the entries using `clap_mangen` though which makes the step to make\r\nsure that manpage entries are all up to date, no longer a requirement.","shortMessageHtmlLink":"Remove outdated release checklist step (#272)"}},{"before":"345497a64ad6e19b0012963954615102ad1dd238","after":"bbefeb8ae12257b35027e5ee8850b9a8f830edb6","ref":"refs/heads/master","pushedAt":"2023-11-05T18:36:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Fix release checklist indentation (#271)","shortMessageHtmlLink":"Fix release checklist indentation (#271)"}},{"before":"4f77cfe1b8681bd164ea990e6c0ec2c2b8acb614","after":"345497a64ad6e19b0012963954615102ad1dd238","ref":"refs/heads/master","pushedAt":"2023-11-03T01:31:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Make modified text blue instead of green (#269)","shortMessageHtmlLink":"Make modified text blue instead of green (#269)"}},{"before":"79f5de0db76aef3ab8f02d204890de6f74d69d12","after":"4f77cfe1b8681bd164ea990e6c0ec2c2b8acb614","ref":"refs/heads/master","pushedAt":"2023-11-03T00:05:55.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Rework the replacements flag (#267)\n\n* Add replacements tests\r\n\r\n* Honor `-n` when using `--preview`\r\n\r\n* Rework CLI for replacements flag\r\n\r\n* Remove dead code\r\n\r\n* Remove lingering TODO","shortMessageHtmlLink":"Rework the replacements flag (#267)"}},{"before":"e4e42a2d2d40cccc06e168dae3ede3a56feb38b4","after":"79f5de0db76aef3ab8f02d204890de6f74d69d12","ref":"refs/heads/master","pushedAt":"2023-11-02T22:35:39.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Temporarily remove recursive (`-r`) flag (#266)\n\n* Remove recursive (`-r`) flag\r\n\r\n* `cargo xtask gen`\r\n\r\n* Remove unused `globwalk` and `ignore` deps","shortMessageHtmlLink":"Temporarily remove recursive (-r) flag (#266)"}},{"before":"f2d19c127f8ecb15f9369a7bdd0637629b9b39d0","after":"e4e42a2d2d40cccc06e168dae3ede3a56feb38b4","ref":"refs/heads/master","pushedAt":"2023-11-02T01:57:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Update the changelog (#264)\n\n* Update the changelog\r\n\r\n* Include the changelog in prebuilt releases\r\n\r\n* Dig up older history for the changelog\r\n\r\n* Make missing history note clearer","shortMessageHtmlLink":"Update the changelog (#264)"}},{"before":"1ac5fbc5519352ec9be5bbb448f72c727c5b52cd","after":"f2d19c127f8ecb15f9369a7bdd0637629b9b39d0","ref":"refs/heads/master","pushedAt":"2023-11-01T22:31:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Update `--preview` help text (#263)","shortMessageHtmlLink":"Update --preview help text (#263)"}},{"before":"a88673b18e56cb056d8dab4f8c7bae60848b8915","after":"1ac5fbc5519352ec9be5bbb448f72c727c5b52cd","ref":"refs/heads/master","pushedAt":"2023-10-31T01:58:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Remove warning when using `--preview` on stdin input (#259)","shortMessageHtmlLink":"Remove warning when using --preview on stdin input (#259)"}},{"before":"a98100fb53d0e73131e0dbe75757e2d139fdc52f","after":"a88673b18e56cb056d8dab4f8c7bae60848b8915","ref":"refs/heads/master","pushedAt":"2023-10-28T20:13:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Error on `$` capture replacement names (#258)\n\n* Mostly working capture name validation\r\n\r\n* Improve inputs for property tests\r\n\r\n* Fix advancing when passing over escaped dollar signs\r\n\r\n* Switch to inline snapshot captures\r\n\r\n* Cleanup invalid capture error formatting code","shortMessageHtmlLink":"Error on $<num><non_num> capture replacement names (#258)"}},{"before":"662c10b20d1a0820372f1a28a33a8968f233f274","after":"a98100fb53d0e73131e0dbe75757e2d139fdc52f","ref":"refs/heads/master","pushedAt":"2023-10-24T01:50:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Fix copy-paste error (#257)","shortMessageHtmlLink":"Fix copy-paste error (#257)"}},{"before":"d1fd7c684f3f84ec03dd8744704e9412a163198d","after":"662c10b20d1a0820372f1a28a33a8968f233f274","ref":"refs/heads/master","pushedAt":"2023-10-24T01:36:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"More CI tweaks (#256)\n\n* Make sure that MacOS ARM builds in CI\r\n\r\n* Include man page and completions in prebuilt releases","shortMessageHtmlLink":"More CI tweaks (#256)"}},{"before":"20b1459a4225982a56fd0fc57df6e5d10f4f568b","after":"d1fd7c684f3f84ec03dd8744704e9412a163198d","ref":"refs/heads/master","pushedAt":"2023-10-22T02:31:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Use .exe for windows executable (#253)","shortMessageHtmlLink":"Use .exe for windows executable (#253)"}},{"before":"4a544338609ea86fd8a0ef0755593ed148e9621b","after":"20b1459a4225982a56fd0fc57df6e5d10f4f568b","ref":"refs/heads/master","pushedAt":"2023-10-22T02:06:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Actually use the build target intended for each CI job (#252)","shortMessageHtmlLink":"Actually use the build target intended for each CI job (#252)"}},{"before":"64649bb7f2ea7ff6f6f46cc33383cf80513367fd","after":"4a544338609ea86fd8a0ef0755593ed148e9621b","ref":"refs/heads/master","pushedAt":"2023-10-21T16:14:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Update deps (#251)\n\n* `cargo update`\r\n\r\n* `cargo upgrade`\r\n\r\n* `cargo upgrade --incompatible -p memmap2`","shortMessageHtmlLink":"Update deps (#251)"}},{"before":"639d16fa3ce3a76eef3e41342e5ca535af826020","after":"64649bb7f2ea7ff6f6f46cc33383cf80513367fd","ref":"refs/heads/master","pushedAt":"2023-10-21T15:27:10.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Remove broken custom path separator flag (#250)","shortMessageHtmlLink":"Remove broken custom path separator flag (#250)"}},{"before":"d0fd7f6ac393768e780438f947f373dc8cb214c7","after":"639d16fa3ce3a76eef3e41342e5ca535af826020","ref":"refs/heads/master","pushedAt":"2023-10-21T00:02:45.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Switch CI from `actions-rs` to `dtolnay/rust-toolchain (#249)","shortMessageHtmlLink":"Switch CI from actions-rs to `dtolnay/rust-toolchain (#249)"}},{"before":"b5427028201d2a03f7cb2017ffcd463724065a5d","after":"d0fd7f6ac393768e780438f947f373dc8cb214c7","ref":"refs/heads/master","pushedAt":"2023-10-20T23:06:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"CosmicHorrorDev","name":"CosmicHorror","path":"/CosmicHorrorDev","primaryAvatarUrl":"https://github.com/avatars/u/30302768?s=80&v=4"},"commit":{"message":"Misc Cargo.toml tweaks (#248)\n\n* Move the `xtask` to edition 2021 too\r\n\r\n* Dont rely on feature unification for clap\r\n\r\n* Add `rust-version` to the `Cargo.toml`","shortMessageHtmlLink":"Misc Cargo.toml tweaks (#248)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUpZ0ggA","startCursor":null,"endCursor":null}},"title":"Activity · chmln/sd"}