{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":295637956,"defaultBranch":"main","name":"zsh-snap","ownerLogin":"marlonrichert","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-09-15T06:40:22.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/644725?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1675543777.699518","currentOid":""},"activityList":{"items":[{"before":"a127cc36a532c2c13e86646e485c31a2b6f08006","after":"909e3842dc301ad3588cdb505f8ed9003a34d2bb","ref":"refs/heads/main","pushedAt":"2024-06-05T13:22:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Fix typo in Readme\n\nFixes #276.","shortMessageHtmlLink":"Fix typo in Readme"}},{"before":"d9bdef2138335027e01692bec0d365ebcf966a33","after":"a127cc36a532c2c13e86646e485c31a2b6f08006","ref":"refs/heads/main","pushedAt":"2024-06-05T10:05:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"fix: use builtin cd for pull and eval commands","shortMessageHtmlLink":"fix: use builtin cd for pull and eval commands"}},{"before":"f8685ea5933335ea4cbd54780ace16ef85c346bd","after":"d9bdef2138335027e01692bec0d365ebcf966a33","ref":"refs/heads/main","pushedAt":"2024-06-05T10:04:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Use builtin cd","shortMessageHtmlLink":"Use builtin cd"}},{"before":"755566ca73bfe3cc229fe90fcc0ba87d58325771","after":"f8685ea5933335ea4cbd54780ace16ef85c346bd","ref":"refs/heads/main","pushedAt":"2024-04-04T07:26:03.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Don't auto-lock threads on GitHub\n\nOn second thought, there is more downside than upside to locking conversations.","shortMessageHtmlLink":"Don't auto-lock threads on GitHub"}},{"before":"0425bfbe74fdd313f18dcff51a42fe39e338f83d","after":"755566ca73bfe3cc229fe90fcc0ba87d58325771","ref":"refs/heads/main","pushedAt":"2023-12-14T07:01:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Check .git dir in clone migration check\n\nWhen the last part of the repository name is the same as the first part\nof it, the old -> new directory migration code is triggered, since a\n\"top level\" directory of the second part's name exists.\n\nIn the least-bad case, where the `repos-dir` is separate from the znap\nor any other git repository, this triggers an unnecessary invocation of\ngit, costing a few ms of startup time.\n\nHowever, the bad case is that some users seem to have set things up so\nthat their `repos-dir` is a subdirectory of the znap repository. This\ncauses the `git remote ...` call to succeed, triggering the full\nmigration, and cloning the repository back into the same place.\n\nInstead of just checking for a directory's existence, we can check for a\ngit repository's existence fairly cheaply by checking for the `git`\ndirectory.\n\nFixes #257","shortMessageHtmlLink":"Check .git dir in clone migration check"}},{"before":"bd7c25a8ae7d92257f165cb8a5c2f83800ce2f9b","after":"0425bfbe74fdd313f18dcff51a42fe39e338f83d","ref":"refs/heads/main","pushedAt":"2023-12-14T06:38:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Fix non-interactive compilation\n\n`.znap.compile` checks the `funcstack`, with the intent of determining\nwhether or not to output user visible messages -- they should only be\noutput when called directly from the `znap` CLI tool.\n\nUnfortunately, this check was written in a way that means that when\ncalled from outside of the main znap function (eg, compdump background\ncompilation, auto-compile), no compilation happened.\n\nThis change re-orders the checks so that `.znap.compile` works when\ncalled from other parts of znap.\n\nFixes #267","shortMessageHtmlLink":"Fix non-interactive compilation"}},{"before":"7741929695f0e4761971e951ab81cb7c2bd9910f","after":"bd7c25a8ae7d92257f165cb8a5c2f83800ce2f9b","ref":"refs/heads/main","pushedAt":"2023-12-14T06:35:42.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Add znap start to .zshrc optimization example","shortMessageHtmlLink":"Add znap start to .zshrc optimization example"}},{"before":"60d478eb470722dfc5daa14cbf447aa68310906f","after":"7741929695f0e4761971e951ab81cb7c2bd9910f","ref":"refs/heads/main","pushedAt":"2023-06-19T10:27:46.099Z","pushType":"push","commitsCount":1,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Fix handling of `git@*:*.git` URLs","shortMessageHtmlLink":"Fix handling of git@*:*.git URLs"}},{"before":"8c79f18defc47964a2a5d8ff36f6a7a5ee3e48b6","after":"60d478eb470722dfc5daa14cbf447aa68310906f","ref":"refs/heads/main","pushedAt":"2023-05-24T12:24:10.824Z","pushType":"push","commitsCount":1,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Add Znap completions back to `$fpath`\n\nFixes #249.","shortMessageHtmlLink":"Add Znap completions back to $fpath"}},{"before":"1d1a2202653be08e5d39c25395c18c397abee5c1","after":"8c79f18defc47964a2a5d8ff36f6a7a5ee3e48b6","ref":"refs/heads/main","pushedAt":"2023-05-24T12:22:55.808Z","pushType":"push","commitsCount":1,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Fix bugs in `znap prompt`\n\nFixes #248.","shortMessageHtmlLink":"Fix bugs in znap prompt"}},{"before":"9da65e873bc7581e3db4868eee2b89d6b556e6e1","after":"1d1a2202653be08e5d39c25395c18c397abee5c1","ref":"refs/heads/main","pushedAt":"2023-05-20T10:59:31.292Z","pushType":"push","commitsCount":1,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Fix directory logic in `znap clone`\n\nFixes #246.","shortMessageHtmlLink":"Fix directory logic in znap clone"}},{"before":"74943559fda2aeec6f41f0d7b499503699ad103c","after":"9da65e873bc7581e3db4868eee2b89d6b556e6e1","ref":"refs/heads/main","pushedAt":"2023-05-19T16:00:39.637Z","pushType":"push","commitsCount":1,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Handle repos correctly in `znap install`\n\nFixes #245.","shortMessageHtmlLink":"Handle repos correctly in znap install"}},{"before":"513742f17ac90c57d138b537c6c959b64684bbee","after":"74943559fda2aeec6f41f0d7b499503699ad103c","ref":"refs/heads/main","pushedAt":"2023-05-19T15:54:12.676Z","pushType":"push","commitsCount":1,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Fix `znap eval` dir handling\n\nFixes #244.","shortMessageHtmlLink":"Fix znap eval dir handling"}},{"before":"4ec387d014b3712fc8c985e051c77e58125dc023","after":"513742f17ac90c57d138b537c6c959b64684bbee","ref":"refs/heads/main","pushedAt":"2023-05-19T15:17:33.135Z","pushType":"push","commitsCount":1,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Fix support for autoloaded prompt themes in $fpath\n\nFixes #247.","shortMessageHtmlLink":"Fix support for autoloaded prompt themes in $fpath"}},{"before":"62abac78019011571c5f0e12d4b825a45f71a867","after":"4ec387d014b3712fc8c985e051c77e58125dc023","ref":"refs/heads/main","pushedAt":"2023-05-04T11:21:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Fix repo-less use of `znap eval`\n\nFixes #239.","shortMessageHtmlLink":"Fix repo-less use of znap eval"}},{"before":"d1f282bbabda1cdf14c52c5d80f5dd032587307f","after":"62abac78019011571c5f0e12d4b825a45f71a867","ref":"refs/heads/main","pushedAt":"2023-05-04T07:38:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Fix typo in README.md","shortMessageHtmlLink":"Fix typo in README.md"}},{"before":"b6af173dccb295cd7bc2f620db2da98b9234cf4d","after":"d1f282bbabda1cdf14c52c5d80f5dd032587307f","ref":"refs/heads/main","pushedAt":"2023-05-02T18:31:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Add setting for `compinit` arguments","shortMessageHtmlLink":"Add setting for compinit arguments"}},{"before":"7a87bbe793f9d48e13b8838755d3ab4d15695e54","after":"b6af173dccb295cd7bc2f620db2da98b9234cf4d","ref":"refs/heads/main","pushedAt":"2023-05-02T05:01:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Remove debugging from dir name code","shortMessageHtmlLink":"Remove debugging from dir name code"}},{"before":"cf3ff4f63880f829a8a6f71661c8f338e830054e","after":"7a87bbe793f9d48e13b8838755d3ab4d15695e54","ref":"refs/heads/main","pushedAt":"2023-05-01T19:14:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Remove `asdf` from most examples\n\nResolves #206.","shortMessageHtmlLink":"Remove asdf from most examples"}},{"before":"660fe88dd7a78fa80af3edbf31d1b0ba5ff1d1df","after":"cf3ff4f63880f829a8a6f71661c8f338e830054e","ref":"refs/heads/main","pushedAt":"2023-05-01T19:00:56.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Deprecate `znap restart`\n\nResolves #232.","shortMessageHtmlLink":"Deprecate znap restart"}},{"before":"39cf562f688ada49fa13d0603353dd9eda304748","after":"660fe88dd7a78fa80af3edbf31d1b0ba5ff1d1df","ref":"refs/heads/main","pushedAt":"2023-05-01T17:06:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Remove GitHub test workflow","shortMessageHtmlLink":"Remove GitHub test workflow"}},{"before":"ff4aee6da7d12a79548c6d9fd21239433b94d3c2","after":"39cf562f688ada49fa13d0603353dd9eda304748","ref":"refs/heads/main","pushedAt":"2023-05-01T17:01:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Condense `znap pull` output","shortMessageHtmlLink":"Condense znap pull output"}},{"before":"734f7bdee191307ed2d98776b87bcf6028d49330","after":"ff4aee6da7d12a79548c6d9fd21239433b94d3c2","ref":"refs/heads/main","pushedAt":"2023-05-01T16:49:32.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Fix a mistake in `znap clone`","shortMessageHtmlLink":"Fix a mistake in znap clone"}},{"before":"b1e0cf61f395ce370bbb626ff27aa31ac8ef1b69","after":"734f7bdee191307ed2d98776b87bcf6028d49330","ref":"refs/heads/main","pushedAt":"2023-05-01T10:03:44.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Support same-named repos from different origins\n\nResolves #167. Fixes #231.","shortMessageHtmlLink":"Support same-named repos from different origins"}},{"before":"dc6f4cffc2589972e1bd596727204bbd27a98813","after":"b1e0cf61f395ce370bbb626ff27aa31ac8ef1b69","ref":"refs/heads/main","pushedAt":"2023-04-28T06:57:13.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Fix all occurences of `${:-~}`","shortMessageHtmlLink":"Fix all occurences of ${:-~}"}},{"before":"9b8edd89c2b2303ffa253c5116a97d9138e0831d","after":"dc6f4cffc2589972e1bd596727204bbd27a98813","ref":"refs/heads/main","pushedAt":"2023-04-26T12:50:48.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"marlonrichert","name":"Marlon Richert","path":"/marlonrichert","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/644725?s=80&v=4"},"commit":{"message":"Remove unused .znap.source.find function","shortMessageHtmlLink":"Remove unused .znap.source.find function"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEXSa2KgA","startCursor":null,"endCursor":null}},"title":"Activity ยท marlonrichert/zsh-snap"}