1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2026-05-16 09:48:37 +02:00

Commit Graph

  • b88bc3855b Bump golang.org/x/sys from 0.43.0 to 0.44.0 dependabot/go_modules/golang.org/x/sys-0.44.0 dependabot[bot] 2026-05-13 01:25:38 +00:00
  • fed0206e24 Bump github.com/sahilm/fuzzy from 0.1.1 to 0.1.2 dependabot/go_modules/github.com/sahilm/fuzzy-0.1.2 dependabot[bot] 2026-05-13 01:25:28 +00:00
  • 901ae58b69 README.md: Update Sponsors create-pull-request/patch github-actions[bot] 2026-05-11 14:28:55 +00:00
  • c493503620 Remove the invitation to submit PRs from the issue template (#5603) master Stefan Haller 2026-05-11 16:28:36 +02:00
  • 52ffc5465a Remove the invitation to submit PRs from the issue template Stefan Haller 2026-05-11 16:01:49 +02:00
  • 353e3a1e4a Dont log GitHub PR fetching errors to the Command log (#5600) Stefan Haller 2026-05-10 15:49:43 +02:00
  • 58abf24862 Log errors from fetching GitHub PRs to the debug log, not to the Command Log Stefan Haller 2026-05-10 15:43:40 +02:00
  • d9aceaf0da Keep GitHub PR refresh error logging in one place Stefan Haller 2026-05-10 15:40:09 +02:00
  • 18ddc9ca9c Support GitHub Enterprise for the Pull Requests feature (#5596) Stefan Haller 2026-05-10 15:30:54 +02:00
  • 692f56a61b Optimize regex compilations Stefan Haller 2026-05-08 13:21:40 +02:00
  • eba1df11a8 Document that the services entry also enables GHE pull-request icons Stefan Haller 2026-05-08 07:00:00 +02:00
  • d955ba8fb8 Remove now unused code Stefan Haller 2026-05-08 10:28:54 +02:00
  • 1c79fe24d0 Support GitHub Enterprise for the pull-requests feature Stefan Haller 2026-05-08 06:59:10 +02:00
  • 21d58085f4 Expose service info (provider, host, owner, repo) from the hosting service Stefan Haller 2026-05-07 22:49:13 +02:00
  • 88c540db12 Fix cherry-picking a range selection of commits (#5599) Stefan Haller 2026-05-09 14:08:20 +02:00
  • 7a2d1ab544 Clear cherry-pick buffer when copying after a paste Stefan Haller 2026-05-09 08:10:06 +02:00
  • f264d43a1a Add test for missing commits when range-copying after a paste Stefan Haller 2026-05-09 08:07:48 +02:00
  • 1cab15eba8 Some additions to AGENTS.md Stefan Haller 2026-05-04 20:54:22 +02:00
  • 84be8e130f Improve inline spinner performance (#5592) Stefan Haller 2026-05-09 14:01:33 +02:00
  • 4734bab896 Improve performance of inline status spinner Stefan Haller 2026-05-07 19:28:20 +02:00
  • 76211eea68 Remove Render() from ListContextTrait.HandleRender Stefan Haller 2026-05-07 08:43:10 +02:00
  • 8675862228 Bounce setGithubPullRequests' Branches render to UI thread Antoine Gaudreau Simard 2026-05-07 20:55:00 -04:00
  • 225bcaa619 Bounce commit files selection render to UI thread Antoine Gaudreau Simard 2026-05-07 19:52:46 -04:00
  • 3d324ed7fb Bounce SuggestionsContext.SetSuggestions to UI thread Stefan Haller 2026-05-07 08:31:03 +02:00
  • a364a8d75c Bounce explicit LocalCommits render in refreshBranches to UI thread Stefan Haller 2026-05-07 08:30:43 +02:00
  • 0d1caf5c22 Bounce refreshView to the UI thread Stefan Haller 2026-05-07 08:28:50 +02:00
  • 79440c0945 Set the view color on the UI thread too Stefan Haller 2026-05-07 20:40:09 +02:00
  • 670565c175 Have renderAppStatus trigger a full layout when the appStatus width changes Stefan Haller 2026-05-07 14:11:57 +02:00
  • b3deef31ad When drawing tainted views in ForceFlushViewsContentOnly, also draw views that overlap them Antoine Gaudreau Simard 2026-05-07 21:49:00 -04:00
  • 4f0393f97b Fix visual glitch with status bar spinner at very slow spinner rates Stefan Haller 2026-05-08 22:37:00 +02:00
  • 49bb072088 Redraw only the spinner when nothing else has changed (#5571) Stefan Haller 2026-05-06 20:42:06 +02:00
  • b7edcbad3a Improve performance of spinner in Synchronized events Antoine Gaudreau Simard 2026-05-05 18:39:07 -04:00
  • 5dcc93e8cc Validate that gui.spinner.frames must all have the same width Stefan Haller 2026-05-03 14:14:23 +02:00
  • 0d195077e4 Improve performance when drawing the spinner on background events Antoine Gaudreau Simard 2026-05-05 18:35:50 -04:00
  • 9c3e7dac88 Support to request a content-only UI refresh Antoine Gaudreau Simard 2026-05-05 18:34:51 -04:00
  • 79727f1780 Honor the spinner rate configurate with sync spinner Antoine Gaudreau Simard 2026-05-04 14:53:33 -04:00
  • 164f7da33d Fix missing layout call after switching repos Stefan Haller 2026-05-04 18:39:54 +02:00
  • e1dff3ffa7 Fix the check_for_fixups.sh script again (#5590) Stefan Haller 2026-05-06 18:53:12 +02:00
  • af0cdf6d6e Fix the check_for_fixups.sh script again Stefan Haller 2026-05-06 18:44:59 +02:00
  • 434abc7994 Remove modifiers from keybinding (#5588) Stefan Haller 2026-05-06 09:55:46 +02:00
  • ee94e215e7 Remove dead Modifier field from keybindings Stefan Haller 2026-05-03 18:39:59 +02:00
  • 1bce7ed1c7 Remove unused function DeleteKeybinding Stefan Haller 2026-05-05 18:25:16 +02:00
  • 6ed87bd5e4 Disable gh telemetry when running integration tests (#5587) Stefan Haller 2026-05-06 09:50:37 +02:00
  • df8385e556 Bump github.com/gookit/color from 1.6.0 to 1.6.1 dependabot/go_modules/github.com/gookit/color-1.6.1 dependabot[bot] 2026-05-06 00:05:23 +00:00
  • cb0ecda3e4 Disable gh telemetry when running integration tests Stefan Haller 2026-05-05 18:40:57 +02:00
  • 146f004918 Revert the change of <ctrl+j>/<ctrl+k> to <alt+down>/<alt+up> (#5582) Stefan Haller 2026-05-04 18:25:16 +02:00
  • 2332d9b27b Revert the change of <ctrl+j>/<ctrl+k> to <alt+down>/<alt+up> Stefan Haller 2026-05-04 18:17:37 +02:00
  • abe9e6c041 Add an AGENTS.md file (#5581) Stefan Haller 2026-05-04 14:21:17 +02:00
  • 9a2891818e Add an AGENTS.md file Stefan Haller 2026-04-19 11:29:14 +02:00
  • c6d73ace9a Show push URLs for remotes that have any (#5576) Stefan Haller 2026-05-04 13:13:17 +02:00
  • 127dd9d325 Expose PushUrls to custom commands Stefan Haller 2026-05-03 14:35:41 +02:00
  • 6f1c57b604 Show PushUrls for selected remote if there are any Stefan Haller 2026-05-03 14:35:37 +02:00
  • d0ed65e0fd Add PushUrls field to models.Remote Stefan Haller 2026-05-03 14:35:33 +02:00
  • 59b9b5959d Use more widely-supported Unicode symbols for the commit graph (#5573) Stefan Haller 2026-05-04 13:09:28 +02:00
  • 35d3659cce Use more widely-supported Unicode symbols for the commit graph Stefan Haller 2026-05-01 15:32:39 +02:00
  • bbc254253d Fix new gopls linter warnings (#5580) Stefan Haller 2026-05-04 13:05:21 +02:00
  • 8dbdd74400 Fix linter warnings about ignoring errors from bufio.Scanner Stefan Haller 2026-05-03 16:38:03 +02:00
  • 562d0541a1 Fix linter warning about inefficient string concatenation Stefan Haller 2026-05-03 16:35:21 +02:00
  • f2ff1eb24b Fix failing windows tests (#5574) Stefan Haller 2026-05-02 18:04:34 +02:00
  • 7fbc2a8c14 Close temp file handles before cleanup on Windows stk 2026-05-02 17:49:18 +02:00
  • 3ffc4ac832 Remove now unnecessary Setenv call stk 2026-05-02 17:37:14 +02:00
  • 5761f92e16 Make UnixToDateSmart timezone-deterministic stk 2026-05-02 15:47:58 +02:00
  • a03048ff30 WIP fix-windows-cmd-quoting Stefan Haller 2026-05-02 15:52:51 +02:00
  • 8ba0fd4297 WIP Stefan Haller 2026-05-02 15:18:50 +02:00
  • 8bc329a5a6 Clear LC_* env vars when running LANG tests (#5568) Stefan Haller 2026-05-01 08:16:22 +02:00
  • f4e0e9e93c Clear LC_* env vars when running LANG tests Antoine Gaudreau Simard 2026-04-30 17:38:34 -04:00
  • 749bb2901a Fix regressions with alternate edit bindings for backspace and move-cursor-right (#5570) Stefan Haller 2026-05-01 08:11:09 +02:00
  • dadc5ffede Fix regressions with alternate edit bindings for backspace and move-cursor-right Stefan Haller 2026-05-01 08:00:35 +02:00
  • 1f7e510e55 WIP After going straight to patch building from main view, esc goes all the way back out use-delta-hyperlinks-for-clicking-in-diff Stefan Haller 2025-03-29 16:52:55 +01:00
  • 2c8dffaa20 Press enter in main view of commits panel to enter patch building for clicked line Stefan Haller 2024-10-11 16:44:59 +02:00
  • ec896881f2 Extract some functions from CommitFilesController to a new CommitFilesHelper Stefan Haller 2024-10-11 18:09:17 +02:00
  • 868b94dc4a Press enter in main view of files/commitFiles to enter staging/patch-building Stefan Haller 2024-09-16 20:38:22 +02:00
  • 246d2d3993 Select line that is in the middle of the screen Stefan Haller 2025-03-25 15:01:16 +01:00
  • b943d1ff39 Press enter in focused main view when user config is on Stefan Haller 2025-04-01 23:03:55 +02:00
  • 482c931e28 Add user config gui.showSelectionInFocusedMainView Stefan Haller 2025-04-01 16:14:10 +02:00
  • dc44e0e231 Change canonical keybinding syntax (<ctrl+a> instead of <c-a>) (#5565) Stefan Haller 2026-04-30 22:46:03 +02:00
  • 6663867bb5 Change keybinding syntax to spell out full modifier names, and use + instead of - Stefan Haller 2026-04-30 14:18:18 +02:00
  • 74a6ea85c8 Remove the keybindings legend in the cheatsheets Stefan Haller 2026-04-30 18:48:21 +02:00
  • ccae993b40 Platform-specific edit bindings for move-by-word and backspace-word (#5564) Stefan Haller 2026-04-30 22:38:35 +02:00
  • bfdea2bb4f Add a forwardDeleteWord keybinding Stefan Haller 2026-04-08 22:21:59 +02:00
  • 976dbec9ff Make edit keybindings for move-by-word and backspace-word configurable Stefan Haller 2026-04-08 22:03:50 +02:00
  • 396e1ae8b9 Keybinding revamp (#5563) Stefan Haller 2026-04-30 22:30:27 +02:00
  • 8a6c97a920 Add breaking changes note for the changed bindings Stefan Haller 2026-04-30 21:48:13 +02:00
  • f5cefc8a58 Change bindings for moving commits to a-up/down Stefan Haller 2026-04-02 19:06:36 +02:00
  • 578ee9a31b Change a-enter keybinding to m-enter on mac, and c-enter elsewhere Stefan Haller 2026-04-02 16:45:22 +02:00
  • 09d671e642 Document custom keybinding syntax Stefan Haller 2026-04-30 18:06:11 +02:00
  • 22169e22ff Move modifiers into Key Stefan Haller 2026-04-02 18:04:07 +02:00
  • 30b619b3db Get rid of pkg/gui/keybindings package Stefan Haller 2026-04-02 10:21:30 +02:00
  • c41fae9fc4 Unexport the labelByKey and keyByLabel maps Stefan Haller 2026-04-02 10:10:31 +02:00
  • 69e99ffd64 Move keybindings.LabelFromKey to config package Stefan Haller 2026-04-02 10:09:41 +02:00
  • c455fca062 Add config.KeyFromLabel Stefan Haller 2026-04-02 09:58:07 +02:00
  • a5b760f8d1 Fix typo in keybinding Stefan Haller 2026-04-02 15:55:39 +02:00
  • 69635f379c Update to tcell v3 (#5562) Stefan Haller 2026-04-30 22:22:30 +02:00
  • 5d3715f96b Bump tcell dependency to v3 Stefan Haller 2026-04-01 16:12:16 +02:00
  • 64996d12d9 Add Key type Stefan Haller 2026-03-31 17:58:05 +02:00
  • bff77fc4f9 Rename Key to KeyName Stefan Haller 2026-04-07 07:55:06 +02:00
  • e633ae6aa6 Cleanup: use named constant Stefan Haller 2026-04-01 15:17:30 +02:00
  • 679a196dc7 Cleanup: fix typo in comment Stefan Haller 2026-04-01 14:51:18 +02:00
  • ff58687b68 Cleanup: remove unnecessary function Label() Stefan Haller 2025-11-16 18:38:18 +01:00
  • f866f04b7c Cleanup: simplify code Stefan Haller 2026-04-01 14:35:22 +02:00