Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
Nickbyrwa pushed 31 commits to master Nickbyrwa/lazygit
- ci: update `upload-artifact` and `download-artifact` actions to v4 v3 of `actions/upload-artifact` and `actions/down... 181b00b
- ci: update `upload-artifact` and `download-artifact` actions to v4 (#4063) - **PR Description** v3 of `actions/up... 9f03f9e
- use an unsigned_64 for DiffContextSize and add saturated add/subtract 111407d
- add test case for decreasing Diff Context length to zero dd76580
- use unsigned integer in test and fix CI/linter complaint de8dc93
- Allow DiffContextSize to be decreased to zero (#4050) - **PR Description** Per #4012, the diff context size shoul... b62546c
- pkg/gui: Allow user to select remote and branch when creating a PR When creating a PR against a selected branch (via... 949e131
- Allow user to select remote and branch when creating a PR (#1889) When creating a PR against a selected branch (via ... c3cf48c
- Let schema/config.json end with a line feed Some editors add one automatically when saving the file, which causes co... 10db72d
- Let schema/config.json end with a line feed (#4092) - **PR Description** Some editors add one automatically when ... 579053d
- Bump gocui and adapt lazygit code Original commit message of the gocui change: This fixes View.Size, Width and Heig... f6f2a52
- Saner view geometry (#4085) 62e31ef
- Simplify startBackgroundFetch This code had a lot of logic that (fortunately) didn't work because it was buggy: - i... 5930398
- Remove unused field gui.IsNewRepo b07109d
- Remove unused texts 64cebfc
- Cleanup background fetch (#4084) a50712b
- Fix mouse wheel scrolling of custom patch view Mouse wheel scrolling of the custom patch view worked *unless* a file... 24e98d1
- Fix mouse wheel scrolling of custom patch view (#4089) - **PR Description** Mouse wheel scrolling of the custom p... 2ffd52a
- Extract variables Besides being a useful cleanup on its own, it will make it easier to support a multiselection of b... e98cc4d
- Pass a remote branch to ConfirmDeleteRemote Since we want to select multiselections, this will make it easier to pas... 92bce7d
- and 11 more ...