{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":26095474,"defaultBranch":"master","name":"plan9port","ownerLogin":"9fans","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-11-02T22:40:13.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/9520248?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1578953444.0","currentOid":""},"activityList":{"items":[{"before":"b1b88c75fd763ee768d88cd60e61aabf9efeb642","after":"ace7bcb75bf2f4e27abbd413b45d04ab4314fbb1","ref":"refs/heads/master","pushedAt":"2024-04-06T15:14:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rsc","name":"Russ Cox","path":"/rsc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104030?s=80&v=4"},"commit":{"message":"INSTALL: fix $PLAN9 in message","shortMessageHtmlLink":"INSTALL: fix $PLAN9 in message"}},{"before":"be7c68f6954f7dcaa53403e0f600716f65a13d32","after":"b1b88c75fd763ee768d88cd60e61aabf9efeb642","ref":"refs/heads/master","pushedAt":"2024-04-06T15:14:01.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"rsc","name":"Russ Cox","path":"/rsc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104030?s=80&v=4"},"commit":{"message":"tpic: clean up","shortMessageHtmlLink":"tpic: clean up"}},{"before":"897625ff9b8d718555baa408b05398ad178d986e","after":"be7c68f6954f7dcaa53403e0f600716f65a13d32","ref":"refs/heads/master","pushedAt":"2024-01-10T00:00:21.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"dancrossnyc","name":"Dan Cross","path":"/dancrossnyc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1592064?s=80&v=4"},"commit":{"message":".github/workflows/actions.yaml: Run CI on pull requests too\nNot just on pushes","shortMessageHtmlLink":".github/workflows/actions.yaml: Run CI on pull requests too"}},{"before":"f8681acb374fa0d5ed1568dbedb00a4abe1ca6f1","after":"897625ff9b8d718555baa408b05398ad178d986e","ref":"refs/heads/master","pushedAt":"2024-01-09T20:25:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dancrossnyc","name":"Dan Cross","path":"/dancrossnyc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1592064?s=80&v=4"},"commit":{"message":"mntgen: import mntgen(4) from Plan 9\n\nnew file: man/man4/mntgen.4\nnew file: src/cmd/mntgen.c","shortMessageHtmlLink":"mntgen: import mntgen(4) from Plan 9"}},{"before":"3a877764da1fcfe981d4d9696621cbee2655e55a","after":"f8681acb374fa0d5ed1568dbedb00a4abe1ca6f1","ref":"refs/heads/master","pushedAt":"2023-12-30T13:58:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dancrossnyc","name":"Dan Cross","path":"/dancrossnyc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1592064?s=80&v=4"},"commit":{"message":"ramfs: update to work\n\nramfs: update to work\r\n\r\nerealloc(p, 0) is handled correctly\r\nremoved fprint(2, ...\r\nremoved assert()","shortMessageHtmlLink":"ramfs: update to work"}},{"before":"984c2824e3569479bace65bdaf9e78a2eb36dd58","after":"3a877764da1fcfe981d4d9696621cbee2655e55a","ref":"refs/heads/master","pushedAt":"2023-12-18T15:10:55.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"dancrossnyc","name":"Dan Cross","path":"/dancrossnyc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1592064?s=80&v=4"},"commit":{"message":"9l: silence the 'ignoring duplicate libraries' warning on macOS","shortMessageHtmlLink":"9l: silence the 'ignoring duplicate libraries' warning on macOS"}},{"before":"dfbafb68e22de866ab0a708862230acbac50910a","after":"984c2824e3569479bace65bdaf9e78a2eb36dd58","ref":"refs/heads/master","pushedAt":"2023-09-13T14:48:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rsc","name":"Russ Cox","path":"/rsc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/104030?s=80&v=4"},"commit":{"message":"page: fix viewing of graphics\n\n940f1fd6af broke page on non-PDF files.","shortMessageHtmlLink":"page: fix viewing of graphics"}},{"before":"65c090346a38a8c30cb242d345aa71060116340c","after":"dfbafb68e22de866ab0a708862230acbac50910a","ref":"refs/heads/master","pushedAt":"2023-09-05T16:55:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dancrossnyc","name":"Dan Cross","path":"/dancrossnyc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1592064?s=80&v=4"},"commit":{"message":"acme: have Dump save both low and high DPI fontnames\n\nInstead of only saving a window's currently displayed font's name to the\ndump file, have Acme's Dump command save that window's combined low DPI\nand high DPI font names when both are available.\n\nSee 9fans/plan9port#630","shortMessageHtmlLink":"acme: have Dump save both low and high DPI fontnames"}},{"before":"a36e66f0d200f99802ad32171c55d26ad44f501d","after":"65c090346a38a8c30cb242d345aa71060116340c","ref":"refs/heads/master","pushedAt":"2023-08-23T18:47:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dancrossnyc","name":"Dan Cross","path":"/dancrossnyc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1592064?s=80&v=4"},"commit":{"message":"libframe: Match the color of tick\n\nPreviously the vertical bar in tick was always black; fine if you\nuse the standard black-on-white for everything, but any attempt to\nadd a dark mode ran into trouble with the tick being half hard-coded\nblack, half the new text color.","shortMessageHtmlLink":"libframe: Match the color of tick"}},{"before":"cc4571fec67407652b03d6603ada6580de2194dc","after":"a36e66f0d200f99802ad32171c55d26ad44f501d","ref":"refs/heads/master","pushedAt":"2023-08-21T15:38:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dancrossnyc","name":"Dan Cross","path":"/dancrossnyc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1592064?s=80&v=4"},"commit":{"message":"libdraw: fix subfont scaling\n\nA subfont with n chars has n+1 Fontchars, so scalesubfont() needs to\nscale all n+1 info entries.","shortMessageHtmlLink":"libdraw: fix subfont scaling"}},{"before":"727ce0e1235dec1fec65ab2b95469d5a276d006e","after":"cc4571fec67407652b03d6603ada6580de2194dc","ref":"refs/heads/master","pushedAt":"2023-03-31T15:50:53.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dancrossnyc","name":"Dan Cross","path":"/dancrossnyc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1592064?s=80&v=4"},"commit":{"message":"libregexp: allow up to 127 captured subexpressions in one regexp\n\n128 counting with the entire expression match ($0).","shortMessageHtmlLink":"libregexp: allow up to 127 captured subexpressions in one regexp"}},{"before":"4cd06ff66ca157d8450526963a004ebb5fd3cae0","after":"727ce0e1235dec1fec65ab2b95469d5a276d006e","ref":"refs/heads/master","pushedAt":"2023-03-31T12:17:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dancrossnyc","name":"Dan Cross","path":"/dancrossnyc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1592064?s=80&v=4"},"commit":{"message":"plumber: increase NMATCHSUBEXP up to 100\n\nThus up to two-digit subexpression match variables are supported\n($1 through $99) in addition to the entire expression match ($0).","shortMessageHtmlLink":"plumber: increase NMATCHSUBEXP up to 100"}},{"before":"6eaa52d3f7d3835b5cf4c04c1994d6a8cc4ef610","after":"4cd06ff66ca157d8450526963a004ebb5fd3cae0","ref":"refs/heads/master","pushedAt":"2023-03-31T12:16:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dancrossnyc","name":"Dan Cross","path":"/dancrossnyc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1592064?s=80&v=4"},"commit":{"message":"libregexp: allow up to 128 character classes in one regexp","shortMessageHtmlLink":"libregexp: allow up to 128 character classes in one regexp"}},{"before":"a4d35dc3fde82457d1998c89aec8127914913b61","after":"6eaa52d3f7d3835b5cf4c04c1994d6a8cc4ef610","ref":"refs/heads/master","pushedAt":"2023-03-30T19:04:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dancrossnyc","name":"Dan Cross","path":"/dancrossnyc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1592064?s=80&v=4"},"commit":{"message":"README.md: Drop travis-ci badge\n\nService is dead.","shortMessageHtmlLink":"README.md: Drop travis-ci badge"}},{"before":"0392f49cfc9d0fc94282fdf85854b31c67b1cd02","after":"a4d35dc3fde82457d1998c89aec8127914913b61","ref":"refs/heads/master","pushedAt":"2023-03-30T14:44:31.091Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"dancrossnyc","name":"Dan Cross","path":"/dancrossnyc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1592064?s=80&v=4"},"commit":{"message":"plumber: use strtoul to parse subexpression match variable substitutions","shortMessageHtmlLink":"plumber: use strtoul to parse subexpression match variable substitutions"}},{"before":"e2a141ae0952c2d28a9f500bb9da6dc72e57be3c","after":"0392f49cfc9d0fc94282fdf85854b31c67b1cd02","ref":"refs/heads/master","pushedAt":"2023-03-29T17:13:42.153Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"dancrossnyc","name":"Dan Cross","path":"/dancrossnyc","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1592064?s=80&v=4"},"commit":{"message":"devdraw: Fix mouse wheel scrolling in 1-tick increments on macOS","shortMessageHtmlLink":"devdraw: Fix mouse wheel scrolling in 1-tick increments on macOS"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEKaqmYAA","startCursor":null,"endCursor":null}},"title":"Activity ยท 9fans/plan9port"}