{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":134017286,"defaultBranch":"master","name":"lazygit","ownerLogin":"jesseduffield","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2018-05-19T00:53:06.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/8456633?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1719755507.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"5b70c9a9180bee3932509b04ae8b6c7c9dbd12b2","ref":"refs/heads/crowdin","pushedAt":"2024-06-30T13:51:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"stefanhaller","name":"Stefan Haller","path":"/stefanhaller","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225667?s=80&v=4"},"commit":{"message":"Update translations from Crowdin\n\nNo content changes yet, because nobody has edited anything in Crowdin so far.\n\nHowever, this changes a few `\\u003` to `<` (pretty sure that was an artefact of\nhow we manually generated the json files in #3649), and it removes all the\ntranslations that are identical to the English version, which I guess is a good\nthing (but doesn't make a difference in practice).","shortMessageHtmlLink":"Update translations from Crowdin"}},{"before":null,"after":"81cf2362b802c6e10c89cc5534d2c229a71e39a9","ref":"refs/heads/fix-go-generate-on-windows","pushedAt":"2024-06-30T09:48:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"stefanhaller","name":"Stefan Haller","path":"/stefanhaller","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225667?s=80&v=4"},"commit":{"message":"Re-add a vendor .gitattributes file\n\nThis was previously ignored by our top-level .gitignore file; now that we no\nlonger do that, running `go mod vendor` brings it back.","shortMessageHtmlLink":"Re-add a vendor .gitattributes file"}},{"before":null,"after":"398ceb1dd94f2ce99f753daf6e95f434116390d9","ref":"refs/heads/fix-loading-translation-file-on-windows","pushedAt":"2024-06-30T09:43:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"stefanhaller","name":"Stefan Haller","path":"/stefanhaller","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225667?s=80&v=4"},"commit":{"message":"Fix loading translation set json files on Windows\n\nIt seems that the embed.FS always uses foreward slashes, even on\nWindows.\n\nThis not only affected generating the cheatsheets, but also loading a\ntranslation file in production.","shortMessageHtmlLink":"Fix loading translation set json files on Windows"}},{"before":"c389cead3ad03f7ec35dca27cc893a072dc3607e","after":null,"ref":"refs/heads/make-author-length-configurable","pushedAt":"2024-06-30T08:34:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"stefanhaller","name":"Stefan Haller","path":"/stefanhaller","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225667?s=80&v=4"}},{"before":"3ee9035f96cd07ab390f1dfc287925e0e9a5b9af","after":"0318caf3fd0742c52a222485decc17b2fbdd3c48","ref":"refs/heads/create-pull-request/patch","pushedAt":"2024-06-30T08:33:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"README.md: Update Sponsors","shortMessageHtmlLink":"README.md: Update Sponsors"}},{"before":"1285554cb28262a5b4d559ac75ac6742a8d0989b","after":"6788825ed36874659b0840bf4909efe8539ff771","ref":"refs/heads/master","pushedAt":"2024-06-30T08:32:51.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"stefanhaller","name":"Stefan Haller","path":"/stefanhaller","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225667?s=80&v=4"},"commit":{"message":"Make opening git difftool more consistent (#3691)\n\nThe default shortcut to open git difftool (`ctrl+t`) is not available on\r\nthe \"Local Branches\" window. It is available when selecting a commit\r\nfrom a local branch, a remote branch, or a tag from the \"Local Branches\"\r\nwindow.\r\n\r\nThis is inconsistent since branches or tags are also commits, the\r\nshortcut should also work on them directly.\r\n\r\nThis commit remedies this inconsistency by allowing the use of the\r\nshortcut directly on a branch or a tag. The shortcut works both in the\r\n\"standard\" mode and the \"diffing\" mode.","shortMessageHtmlLink":"Make opening git difftool more consistent (#3691)"}},{"before":"c324ed274abd9acf3839e996115b10d0b7ed9088","after":"3ee9035f96cd07ab390f1dfc287925e0e9a5b9af","ref":"refs/heads/create-pull-request/patch","pushedAt":"2024-06-30T01:05:22.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"README.md: Update Sponsors","shortMessageHtmlLink":"README.md: Update Sponsors"}},{"before":"89900263586c87880af12ffcbb62c976f7592e8e","after":"1285554cb28262a5b4d559ac75ac6742a8d0989b","ref":"refs/heads/master","pushedAt":"2024-06-30T01:05:09.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jesseduffield","name":"Jesse Duffield","path":"/jesseduffield","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8456633?s=80&v=4"},"commit":{"message":"Add Squash merge (#3566)\n\n- **PR Description**\r\n\r\nHello,\r\n\r\nThis PR add merge --squash. A PR already exist\r\nhttps://github.com/jesseduffield/lazygit/pull/3130, but the author\r\nabandoned it, so I remake it.\r\nI modified to fit most of the comment made except this one\r\nhttps://github.com/jesseduffield/lazygit/pull/3130/files#r1404808121. I\r\ndidn't find an existing example and thus didn't know to modify the code\r\nto fit it to the new way of doing things.\r\n\r\nThere's still the choice box to commit or not to do as discussed\r\nhttps://github.com/jesseduffield/lazygit/pull/3130#issuecomment-2112324990.\r\nI'll do it when I have time, I first need to read the code to see how it\r\nreally works.\r\n\r\nAlso only english has been made for now. \r\n\r\n\r\n![image](https://github.com/jesseduffield/lazygit/assets/94681915/f648ca13-3d16-4703-a074-a83fe9a1eb0f)\r\n\r\n\r\n- **Please check if the PR fulfills these requirements**\r\n\r\n* [x] Cheatsheets are up-to-date (run `go generate ./...`)\r\n* [x] Code has been formatted (see\r\n[here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#code-formatting))\r\n* [x] Tests have been added/updated (see\r\n[here](https://github.com/jesseduffield/lazygit/blob/master/pkg/integration/README.md)\r\nfor the integration test guide)\r\n* [x] Text is internationalised (see\r\n[here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#internationalisation))\r\n* [x] Docs (specifically `docs/Config.md`) have been updated if\r\nnecessary\r\n* [x] You've read through your own file changes for silly mistakes etc\r\n\r\n","shortMessageHtmlLink":"Add Squash merge (#3566)"}},{"before":"da0cb66a173e5049d2327b635549e1624a2d6ae7","after":"c324ed274abd9acf3839e996115b10d0b7ed9088","ref":"refs/heads/create-pull-request/patch","pushedAt":"2024-06-29T09:32:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"README.md: Update Sponsors","shortMessageHtmlLink":"README.md: Update Sponsors"}},{"before":"bd782f16ddde1bdff6ee6e5237826be25e90fa9d","after":null,"ref":"refs/heads/make-author-length-configurable-2","pushedAt":"2024-06-29T09:31:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"stefanhaller","name":"Stefan Haller","path":"/stefanhaller","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225667?s=80&v=4"}},{"before":"5dbdbd8425b0319c4c78bc2453c10f8bf988f252","after":"89900263586c87880af12ffcbb62c976f7592e8e","ref":"refs/heads/master","pushedAt":"2024-06-29T09:31:52.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"stefanhaller","name":"Stefan Haller","path":"/stefanhaller","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225667?s=80&v=4"},"commit":{"message":"Make commit author length configurable, take 2 (#3688)\n\n- **PR Description**\r\n\r\nThis reverts #3625, and instead adds two new config keys\r\n`commitAuthorShortLength` and `commitAuthorLongLength` for achieving the\r\nsame thing, but with more flexibility.\r\n\r\n- **Please check if the PR fulfills these requirements**\r\n\r\n* [x] Cheatsheets are up-to-date (run `go generate ./...`)\r\n* [x] Code has been formatted (see\r\n[here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#code-formatting))\r\n* [ ] Tests have been added/updated (see\r\n[here](https://github.com/jesseduffield/lazygit/blob/master/pkg/integration/README.md)\r\nfor the integration test guide)\r\n* [ ] Text is internationalised (see\r\n[here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#internationalisation))\r\n* [x] Docs have been updated if necessary\r\n* [x] You've read through your own file changes for silly mistakes etc","shortMessageHtmlLink":"Make commit author length configurable, take 2 (#3688)"}},{"before":"c6b384f1c58d3216a1d64892d8e05ab98691a3a1","after":"bd782f16ddde1bdff6ee6e5237826be25e90fa9d","ref":"refs/heads/make-author-length-configurable-2","pushedAt":"2024-06-29T09:28:49.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stefanhaller","name":"Stefan Haller","path":"/stefanhaller","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225667?s=80&v=4"},"commit":{"message":"Provide two config keys for configuring the author length in commits view\n\nOne is for the normal view, the other for the expanded view.","shortMessageHtmlLink":"Provide two config keys for configuring the author length in commits …"}},{"before":"b48aa9bd8d84fff7d8172d934c48a89519d6a4e7","after":"da0cb66a173e5049d2327b635549e1624a2d6ae7","ref":"refs/heads/create-pull-request/patch","pushedAt":"2024-06-29T09:27:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"README.md: Update Sponsors","shortMessageHtmlLink":"README.md: Update Sponsors"}},{"before":"9b73b68f95399e90da501a0be9d751c7d893a413","after":null,"ref":"refs/heads/no-highlight-in-inactive-suggestions-panel","pushedAt":"2024-06-29T09:27:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"stefanhaller","name":"Stefan Haller","path":"/stefanhaller","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225667?s=80&v=4"}},{"before":"696b8ba457915baea6e3ac73f22c8b994624048b","after":"5dbdbd8425b0319c4c78bc2453c10f8bf988f252","ref":"refs/heads/master","pushedAt":"2024-06-29T09:27:26.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"stefanhaller","name":"Stefan Haller","path":"/stefanhaller","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225667?s=80&v=4"},"commit":{"message":"Turn off the highlight of the suggestions panel when it loses focus (#3696)\n\n- **PR Description**\r\n\r\nThe highlight is normally turned off in HandleFocusLost, but that's not\r\ncalled when using ReplaceContext (and changing this would be a lot of\r\nwork, it seems), so turn it off manually for now.\r\n\r\nFor a moment I considered whether we want to show the new inactive\r\nhighlight when switching from suggestions to the prompt (actually this\r\ndid happen on master), but I decided against it for several reasons:\r\n- it's not quite the right concept (the suggestions view is not the\r\n\"parent\" context of the prompt),\r\n- there's no benefit from seeing one of the suggestions selected (and\r\nthe selection would change arbitrarily when changing the filter string)\r\n- there would be visual problems when the suggestions become empty, in\r\nwhich case we would still highlight the first empty row (which you can\r\nonly see if you set the gui.theme.inactiveViewSelectedLineBgColor config\r\nto some color). Now this could be considered a bug in the focus\r\nmanagement of the suggestions panel, but it doesn't seem worth fixing\r\nthis; the problem goes away by turning off the highlight.","shortMessageHtmlLink":"Turn off the highlight of the suggestions panel when it loses focus (#…"}},{"before":"275e5ac1fcb47db47cbbd1880e292bfcde58b095","after":"9b73b68f95399e90da501a0be9d751c7d893a413","ref":"refs/heads/no-highlight-in-inactive-suggestions-panel","pushedAt":"2024-06-29T09:24:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stefanhaller","name":"Stefan Haller","path":"/stefanhaller","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225667?s=80&v=4"},"commit":{"message":"Turn off the highlight of the suggestions panel when it loses focus\n\nThe highlight is normally turned off in HandleFocusLost, but that's not called\nwhen using ReplaceContext (and changing this would be a lot of work, it seems),\nso turn it off manually here for now.","shortMessageHtmlLink":"Turn off the highlight of the suggestions panel when it loses focus"}},{"before":"5bb447f5c412697b71ead00ac415b033e1b3130f","after":"b48aa9bd8d84fff7d8172d934c48a89519d6a4e7","ref":"refs/heads/create-pull-request/patch","pushedAt":"2024-06-29T09:23:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"README.md: Update Sponsors","shortMessageHtmlLink":"README.md: Update Sponsors"}},{"before":"e205c6ba7f65e566eeee0a08c08cde245a0493f9","after":null,"ref":"refs/heads/fix-reapply-filter","pushedAt":"2024-06-29T09:23:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"stefanhaller","name":"Stefan Haller","path":"/stefanhaller","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225667?s=80&v=4"}},{"before":"26c3e0d333a0e4404080b9fa3081fc2364367f20","after":"696b8ba457915baea6e3ac73f22c8b994624048b","ref":"refs/heads/master","pushedAt":"2024-06-29T09:23:38.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"stefanhaller","name":"Stefan Haller","path":"/stefanhaller","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225667?s=80&v=4"},"commit":{"message":"Always reapply filters on filtered views when model changes, even inactive ones (#3697)\n\n- **PR Description**\r\n\r\nA filtered view would show stale data when the model changes but the\r\nview is inactive. I think this could only happen when changing some git\r\nstate outside of lazygit; for example, when creating a new branch while\r\nthe branches panel has a filter set, but doesn't have the focus. (See\r\nthe added test for an example.)","shortMessageHtmlLink":"Always reapply filters on filtered views when model changes, even ina…"}},{"before":"bcb70119bbb4b48a60fbe0786e026e50acc52cdf","after":"a8edf269f11a642c42b595a2f171b09bbb741fb6","ref":"refs/heads/gh-integration-3","pushedAt":"2024-06-29T08:08:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jesseduffield","name":"Jesse Duffield","path":"/jesseduffield","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8456633?s=80&v=4"},"commit":{"message":"WIP","shortMessageHtmlLink":"WIP"}},{"before":"319ca04ab8d7ab503588da53262d9e416623ab86","after":"bcb70119bbb4b48a60fbe0786e026e50acc52cdf","ref":"refs/heads/gh-integration-3","pushedAt":"2024-06-29T07:57:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jesseduffield","name":"Jesse Duffield","path":"/jesseduffield","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/8456633?s=80&v=4"},"commit":{"message":"Show github pull request status against branch","shortMessageHtmlLink":"Show github pull request status against branch"}},{"before":null,"after":"e205c6ba7f65e566eeee0a08c08cde245a0493f9","ref":"refs/heads/fix-reapply-filter","pushedAt":"2024-06-28T06:38:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"stefanhaller","name":"Stefan Haller","path":"/stefanhaller","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225667?s=80&v=4"},"commit":{"message":"Always reapply filters on filtered views, even inactive ones","shortMessageHtmlLink":"Always reapply filters on filtered views, even inactive ones"}},{"before":null,"after":"275e5ac1fcb47db47cbbd1880e292bfcde58b095","ref":"refs/heads/no-highlight-in-inactive-suggestions-panel","pushedAt":"2024-06-28T06:25:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"stefanhaller","name":"Stefan Haller","path":"/stefanhaller","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225667?s=80&v=4"},"commit":{"message":"Turn off the highlight of the suggestions panel when it loses focus\n\nThe highlight is normally turned off in HandleFocusLost, but that's not called\nwhen using ReplaceContext (and changing this would be a lot of work, it seems),\nso turn it off manually here for now.","shortMessageHtmlLink":"Turn off the highlight of the suggestions panel when it loses focus"}},{"before":"a9c9b854db28419a802e700143c7a950607f215b","after":"5bb447f5c412697b71ead00ac415b033e1b3130f","ref":"refs/heads/create-pull-request/patch","pushedAt":"2024-06-28T06:17:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"README.md: Update Sponsors","shortMessageHtmlLink":"README.md: Update Sponsors"}},{"before":"4b6479b25f8fcbacb360ee18ef3359cfeee8bd8c","after":null,"ref":"refs/heads/stagger-popup-panels","pushedAt":"2024-06-28T06:17:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"stefanhaller","name":"Stefan Haller","path":"/stefanhaller","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225667?s=80&v=4"}},{"before":"63a523c2fcfac708c1c070cd4b550b4f41986555","after":"26c3e0d333a0e4404080b9fa3081fc2364367f20","ref":"refs/heads/master","pushedAt":"2024-06-28T06:17:36.000Z","pushType":"pr_merge","commitsCount":11,"pusher":{"login":"stefanhaller","name":"Stefan Haller","path":"/stefanhaller","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225667?s=80&v=4"},"commit":{"message":"Stagger popup panels (#3694)\n\n- **PR Description**\r\n\r\nSometimes we open a popup panel on top of another one; an example is the\r\n`` menu in the commit message editor, or the \"add co-author\" prompt\r\nthat appears on top of the commit message panel. We just added a new one\r\nin #3676, which is the confirmation that appears when pasting a commit\r\nmessage over an existing one.\r\n\r\nCurrently, these panels are sized and positioned independently of each\r\nother, which looks ugly and makes it hard to see what's going on:\r\n\"image\"\r\nsrc=\"https://github.com/jesseduffield/lazygit/assets/1225667/6d84fc85-fadb-4f03-a973-868bc29d79f5\"\r\n\r\nImprove this by offsetting the new panel a bit down and to the right\r\nfrom the one below it:\r\n\"image\"\r\nsrc=\"https://github.com/jesseduffield/lazygit/assets/1225667/c0c39f88-356b-4add-b335-4db2e54496ed\"\r\n\r\nAlong the way we clean up the code a bit and fix a few minor issues; see\r\nthe individual commit messages for details.\r\n\r\n- **Please check if the PR fulfills these requirements**\r\n\r\n* [x] Cheatsheets are up-to-date (run `go generate ./...`)\r\n* [x] Code has been formatted (see\r\n[here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#code-formatting))\r\n* [ ] Tests have been added/updated (see\r\n[here](https://github.com/jesseduffield/lazygit/blob/master/pkg/integration/README.md)\r\nfor the integration test guide)\r\n* [ ] Text is internationalised (see\r\n[here](https://github.com/jesseduffield/lazygit/blob/master/CONTRIBUTING.md#internationalisation))\r\n* [ ] Docs have been updated if necessary\r\n* [x] You've read through your own file changes for silly mistakes etc","shortMessageHtmlLink":"Stagger popup panels (#3694)"}},{"before":"68642f1d2872f1f56fa447313f91ec62f2131ea1","after":"4b6479b25f8fcbacb360ee18ef3359cfeee8bd8c","ref":"refs/heads/stagger-popup-panels","pushedAt":"2024-06-28T06:14:42.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"stefanhaller","name":"Stefan Haller","path":"/stefanhaller","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225667?s=80&v=4"},"commit":{"message":"Stagger popup panels\n\nWhen opening a popup panel on top of another one, offset the new one a little\nbit down and to the right.","shortMessageHtmlLink":"Stagger popup panels"}},{"before":"920bbd74689a97528ed6a1fee002f69f9626f3d3","after":"68642f1d2872f1f56fa447313f91ec62f2131ea1","ref":"refs/heads/stagger-popup-panels","pushedAt":"2024-06-27T13:24:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"stefanhaller","name":"Stefan Haller","path":"/stefanhaller","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225667?s=80&v=4"},"commit":{"message":"fixup! Stagger popup panels","shortMessageHtmlLink":"fixup! Stagger popup panels"}},{"before":null,"after":"920bbd74689a97528ed6a1fee002f69f9626f3d3","ref":"refs/heads/stagger-popup-panels","pushedAt":"2024-06-27T09:00:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"stefanhaller","name":"Stefan Haller","path":"/stefanhaller","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1225667?s=80&v=4"},"commit":{"message":"Stagger popup panels\n\nWhen opening a popup panel on top of another one, offset the new one a little\nbit down and to the right.","shortMessageHtmlLink":"Stagger popup panels"}},{"before":"0993121fe51ac616f2f46c1c989cdca006906f28","after":"a9c9b854db28419a802e700143c7a950607f215b","ref":"refs/heads/create-pull-request/patch","pushedAt":"2024-06-27T06:37:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"github-actions[bot]","name":null,"path":"/apps/github-actions","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/15368?s=80&v=4"},"commit":{"message":"README.md: Update Sponsors","shortMessageHtmlLink":"README.md: Update Sponsors"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEcwO7GwA","startCursor":null,"endCursor":null}},"title":"Activity · jesseduffield/lazygit"}