{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":136510559,"defaultBranch":"main","name":"gitoxide","ownerLogin":"Byron","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-06-07T17:33:00.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/63622?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1718801771.0","currentOid":""},"activityList":{"items":[{"before":"5366fa73e0c5d846c561cbc8d66d7218c0d4c501","after":null,"ref":"refs/heads/fix-url-parse","pushedAt":"2024-06-19T12:56:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"}},{"before":"611fb09fc3277b9663297c288bb396b771cedb5b","after":"acc13318731fabac8f65d604baf7e47814f92ad4","ref":"refs/heads/status","pushedAt":"2024-06-19T12:56:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"thanks clippy","shortMessageHtmlLink":"thanks clippy"}},{"before":"a10a5fb6d62a7ea6a5846fab1afc13a849e6dd79","after":"34eb0c9af4ea0d0ccc2cfdcce1dcbfceaa024f7f","ref":"refs/heads/main","pushedAt":"2024-06-19T12:55:39.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"Merge branch 'fix-url-parse'","shortMessageHtmlLink":"Merge branch 'fix-url-parse'"}},{"before":"594b4886c4af04fd8b7654e4769f47b91acc90a9","after":"5366fa73e0c5d846c561cbc8d66d7218c0d4c501","ref":"refs/heads/fix-url-parse","pushedAt":"2024-06-19T12:28:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"fix fuzz-failure by updating `idna` to the latest version","shortMessageHtmlLink":"fix fuzz-failure by updating idna to the latest version"}},{"before":"cdda107d58d1760414a5b59df2c9fce8d899a27c","after":"611fb09fc3277b9663297c288bb396b771cedb5b","ref":"refs/heads/status","pushedAt":"2024-06-17T20:16:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"thanks clippy","shortMessageHtmlLink":"thanks clippy"}},{"before":"32a6817f457dc4120609852d372e651c4316b4e4","after":"cdda107d58d1760414a5b59df2c9fce8d899a27c","ref":"refs/heads/status","pushedAt":"2024-06-17T19:59:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"thanks clippy","shortMessageHtmlLink":"thanks clippy"}},{"before":"467bd64affaa69d15cb5092a6337749ae8058fc0","after":"32a6817f457dc4120609852d372e651c4316b4e4","ref":"refs/heads/status","pushedAt":"2024-06-17T19:46:56.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"fix!: remove unused (and unusable) `PartialNameCow` type","shortMessageHtmlLink":"fix!: remove unused (and unusable) PartialNameCow type"}},{"before":"90abeb0416bc185040abd67db01bf54889526b89","after":"467bd64affaa69d15cb5092a6337749ae8058fc0","ref":"refs/heads/status","pushedAt":"2024-06-17T19:14:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"fix!: remove unused (and unusable) `PartialNameCow` type","shortMessageHtmlLink":"fix!: remove unused (and unusable) PartialNameCow type"}},{"before":"ea3f0ee4f122f918d88c81c15d838e77c7237f5c","after":"90abeb0416bc185040abd67db01bf54889526b89","ref":"refs/heads/status","pushedAt":"2024-06-17T17:24:07.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"fix!: remove unused (and unusable) `PartialNameCow` type","shortMessageHtmlLink":"fix!: remove unused (and unusable) PartialNameCow type"}},{"before":"1691c8a0678aa3d52c243d745603e3937990f125","after":"ea3f0ee4f122f918d88c81c15d838e77c7237f5c","ref":"refs/heads/status","pushedAt":"2024-06-17T14:54:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"fix: don't attempt negotiation without any refspec-mappings (#1405)\n\nPreviously, when a shallow operation was specified, it was possible\nto skip past the no-change test and attempt to negotiate even though\nthere was nothing to want.\n\nThis is now 'fixed' by simply aborting early if there is no refspec\nmapping at all.\n\nFurther, it aborts as early as possible with a nicer error message,\nafter all, there is no use in having no mapping.\n\nNote that it's explicitly implemented such that obtaining such an empty\nrefmap is fine, but trying to receive it is not. That way, the user can\nobtain information about the server without anything being an error.","shortMessageHtmlLink":"fix: don't attempt negotiation without any refspec-mappings (#1405)"}},{"before":"61fa125d6a1d0bbf03304ab9cfe8e5b28ae96cc9","after":"1691c8a0678aa3d52c243d745603e3937990f125","ref":"refs/heads/status","pushedAt":"2024-06-17T14:25:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"fix: don't attempt negotiation without any refspec-mappings (#1405)\n\nPreviously, when a shallow operation was specified, it was possible\nto skip past the no-change test and attempt to negotiate even though\nthere was nothing to want.\n\nThis is now 'fixed' by simply aborting early if there is no refspec\nmapping at all.\n\nFurther, it aborts as early as possible with a nicer error message,\nafter all, there is no use in having no mapping.","shortMessageHtmlLink":"fix: don't attempt negotiation without any refspec-mappings (#1405)"}},{"before":"1884926897c0268fb0959c8f862a1951b96db89e","after":"594b4886c4af04fd8b7654e4769f47b91acc90a9","ref":"refs/heads/fix-url-parse","pushedAt":"2024-06-16T14:38:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"reproduce url parsing issue discovered by cluserfuzz.\n\nIt's notable that this happens with `url` 2.5.1 which comes with\n`idna` 1.0. It contains many fixes, for instance it seems to not\nbe vulnerable anymore to long input, but it fails with a seemingly\nsimple URL.","shortMessageHtmlLink":"reproduce url parsing issue discovered by cluserfuzz."}},{"before":null,"after":"1884926897c0268fb0959c8f862a1951b96db89e","ref":"refs/heads/fix-url-parse","pushedAt":"2024-06-16T14:36:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"reproduce url parsing issue discovered by cluserfuzz.\n\nIt's notable that this happens with `url` 2.5.1 which comes with\n`idna` 1.0. It contains many fixes, for instance it seems to not\nbe vulnerable anymore to long input, but it fails with a seemingly\nsimple URL.","shortMessageHtmlLink":"reproduce url parsing issue discovered by cluserfuzz."}},{"before":"9c65d9886328f53129b966aecdc91644297c54be","after":"a10a5fb6d62a7ea6a5846fab1afc13a849e6dd79","ref":"refs/heads/main","pushedAt":"2024-06-14T12:16:46.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"Merge pull request #1400 from sschuberth/hint-at-excludesFile\n\nHint at not contributing user-specific Git ignores","shortMessageHtmlLink":"Merge pull request #1400 from sschuberth/hint-at-excludesFile"}},{"before":"bb7129f4d85beda85f2f8f30adc66d017032a47a","after":"61fa125d6a1d0bbf03304ab9cfe8e5b28ae96cc9","ref":"refs/heads/status","pushedAt":"2024-06-04T05:43:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"avoid condition that is always false in `is_collision_error`","shortMessageHtmlLink":"avoid condition that is always false in is_collision_error"}},{"before":"2b81f99336eb983edfaa3c7725221b9caabdb4d1","after":"9c65d9886328f53129b966aecdc91644297c54be","ref":"refs/heads/main","pushedAt":"2024-06-04T05:43:10.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"Merge pull request #1361 from EliahKagan/freebsd\n\nMake bash script shebangs more portable","shortMessageHtmlLink":"Merge pull request #1361 from EliahKagan/freebsd"}},{"before":"2cefe77203131878d0d8f5346f20f0e25b76cbea","after":"2b81f99336eb983edfaa3c7725221b9caabdb4d1","ref":"refs/heads/main","pushedAt":"2024-06-02T06:54:20.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"Merge pull request #1393 from CommanderStorm/patch-1\n\nchore: Fixed the CI badge","shortMessageHtmlLink":"Merge pull request #1393 from CommanderStorm/patch-1"}},{"before":"21278a3d2e4b446fda2f4f9a3f4f2b85dcb93aea","after":"bb7129f4d85beda85f2f8f30adc66d017032a47a","ref":"refs/heads/status","pushedAt":"2024-05-29T05:07:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"avoid condition that is always false in `is_collision_error`","shortMessageHtmlLink":"avoid condition that is always false in is_collision_error"}},{"before":"5fbbaaa10d919dd216badb05b2fae32d5dd955c9","after":null,"ref":"refs/heads/dir-as-ignore","pushedAt":"2024-05-28T20:02:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"}},{"before":"b3ead8a9c212a81e8b4ce4e31ca2e4c1af1e6565","after":"2cefe77203131878d0d8f5346f20f0e25b76cbea","ref":"refs/heads/main","pushedAt":"2024-05-28T20:01:45.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"Release gix-fs v0.11.1, gix-glob v0.16.3","shortMessageHtmlLink":"Release gix-fs v0.11.1, gix-glob v0.16.3"}},{"before":"5257014f49d42211a7c4f7c5c3c0a687b55d6a1d","after":"5fbbaaa10d919dd216badb05b2fae32d5dd955c9","ref":"refs/heads/dir-as-ignore","pushedAt":"2024-05-28T19:36:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"adapt to changes in `gix-glob`","shortMessageHtmlLink":"adapt to changes in gix-glob"}},{"before":null,"after":"5257014f49d42211a7c4f7c5c3c0a687b55d6a1d","ref":"refs/heads/dir-as-ignore","pushedAt":"2024-05-28T19:14:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"fix: ignore `.gitignore` files that are directories\n\nThis happens in real-life, and Git itself doesn't budge.","shortMessageHtmlLink":"fix: ignore .gitignore files that are directories"}},{"before":"226e758cef47fb235056a7d28940a59d807fa87b","after":"b3ead8a9c212a81e8b4ce4e31ca2e4c1af1e6565","ref":"refs/heads/main","pushedAt":"2024-05-28T05:47:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"Add note to inform about possibly broken dockerfile","shortMessageHtmlLink":"Add note to inform about possibly broken dockerfile"}},{"before":"bb30e52112a1b738afae557f6ba7bc23889cdcb7","after":"226e758cef47fb235056a7d28940a59d807fa87b","ref":"refs/heads/main","pushedAt":"2024-05-28T05:43:17.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"Merge branch 'belt/main'","shortMessageHtmlLink":"Merge branch 'belt/main'"}},{"before":"8da55a3488a3389ec02c56cb79d0f93d600905e7","after":"bb30e52112a1b738afae557f6ba7bc23889cdcb7","ref":"refs/heads/main","pushedAt":"2024-05-27T19:21:43.000Z","pushType":"pr_merge","commitsCount":5,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"Merge pull request #1384 from NobodyXu/feat/easier-to-compile-gix-as-dynlib\n\nRefactor: Make it easier to compile gitoxide as dynlib","shortMessageHtmlLink":"Merge pull request #1384 from NobodyXu/feat/easier-to-compile-gix-as-…"}},{"before":"2d0a3520e1df80f8f6edece0884a672cbc18839d","after":null,"ref":"refs/heads/fix-gix-ref","pushedAt":"2024-05-27T12:13:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"}},{"before":"e8b6bc257311cb7e3f5d88b2454ac306cc03d381","after":"8da55a3488a3389ec02c56cb79d0f93d600905e7","ref":"refs/heads/main","pushedAt":"2024-05-27T12:13:11.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"Merge pull request #1385 from Byron/fix-gix-ref\n\nfix gix ref","shortMessageHtmlLink":"Merge pull request #1385 from Byron/fix-gix-ref"}},{"before":null,"after":"2d0a3520e1df80f8f6edece0884a672cbc18839d","ref":"refs/heads/fix-gix-ref","pushedAt":"2024-05-27T11:08:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"Release gix-ref v0.44.1","shortMessageHtmlLink":"Release gix-ref v0.44.1"}},{"before":"9a44971705cf48af01015dc13df9254596f37bc2","after":"21278a3d2e4b446fda2f4f9a3f4f2b85dcb93aea","ref":"refs/heads/status","pushedAt":"2024-05-27T07:31:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"fix: `LineRef` is now `Copy` and remove non-exhaustive\n\nAfter all, this struct refers to what's in a reflog line, which is stable.","shortMessageHtmlLink":"fix: LineRef is now Copy and remove non-exhaustive"}},{"before":"b29f0d26ce3be39116662ec3d40bf46726c1a61a","after":"e8b6bc257311cb7e3f5d88b2454ac306cc03d381","ref":"refs/heads/main","pushedAt":"2024-05-27T05:26:35.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"Byron","name":"Sebastian Thiel","path":"/Byron","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/63622?s=80&v=4"},"commit":{"message":"Merge pull request #1383 from sthibaul/hurd\n\nhurd: fix accessing st_[mc]time","shortMessageHtmlLink":"Merge pull request #1383 from sthibaul/hurd"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEaY0IFAA","startCursor":null,"endCursor":null}},"title":"Activity · Byron/gitoxide"}