1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-09-16 09:16:26 +02:00

Commit Graph

  • 38fc107f94 Use a better way of pinning the version of golangci-lint Stefan Haller 2025-07-13 14:44:57 +02:00
  • d159b28dc0 Support Alt+Backspace for word deletion in text areas (#4741) Stefan Haller 2025-07-17 19:20:52 +02:00
  • 69567063f4 Support Alt+Backspace for word deletion in text areas Christian Rotzoll 2025-07-14 20:44:06 +02:00
  • 1210a645ef Fix amending commits whose commit message is empty (#4732) Stefan Haller 2025-07-14 18:00:12 +02:00
  • 0451a16510 Fix --amend when the commit message is empty aidancz 2025-07-13 14:19:11 +08:00
  • 9625ee8a59 Add confirmation for nuking the working tree (#4727) Stefan Haller 2025-07-13 15:01:22 +02:00
  • 238fdd573c Add confirmation for nuking the working tree Dawid Pietrykowski 2025-07-12 00:58:04 +02:00
  • 1795cb9315 Add new command "Checkout previous branch" (#4728) Stefan Haller 2025-07-12 18:20:11 +02:00
  • d41668f565 Fix last branch to previous branch in TranslationSet.CheckoutByNameTooltip kyu08 2025-07-13 00:48:35 +09:00
  • c75d92f270 Update cheatsheets and schema kyu08 2025-07-13 00:42:16 +09:00
  • 5b1292006d Add new command "Checkout previous branch" kyu08 2025-07-13 00:42:01 +09:00
  • 7d92260050 Fix commit searching during rebase or in divergence from upstream view (#4730) Stefan Haller 2025-07-12 17:36:26 +02:00
  • 2b41a27d92 Fix search results being off by two lines during rebase or in divergence view Stefan Haller 2025-07-12 16:19:46 +02:00
  • dd47ef7354 Make prepareConversionArrays a little more concurrency safe Stefan Haller 2025-07-12 17:25:27 +02:00
  • 228d4428ca Improve mouse handling of suggestions panel (#4726) Stefan Haller 2025-07-11 11:26:39 +02:00
  • 9baf787059 Allow double-clicking suggestions Stefan Haller 2025-07-10 18:50:03 +02:00
  • 3ff4552960 Allow switching between confirmation and suggestions by clicking Stefan Haller 2025-07-10 18:03:41 +02:00
  • 21dd901bd9 Extract helper function Stefan Haller 2025-07-10 18:06:41 +02:00
  • 8ad2637715 Allow scrolling background views with the mouse wheel when a popup is showing Stefan Haller 2025-07-10 15:11:21 +02:00
  • f6c20f2745 Cleanup: use FocusedView property for mouse bindings Stefan Haller 2025-07-10 17:46:43 +02:00
  • 2e5cf46716 Make conditions easier to understand Stefan Haller 2025-07-10 15:06:30 +02:00
  • 4a6041f3ce Exclude "." from file path suggestions Stefan Haller 2025-07-10 14:39:16 +02:00
  • fee5794c83 Remove outdated comment Stefan Haller 2025-07-10 14:38:27 +02:00
  • 43b379fb09 Detect double-clicks properly (#4725) Stefan Haller 2025-07-11 11:18:03 +02:00
  • 37197b8e9a Add proper double-click handling for list views Stefan Haller 2025-07-11 09:48:09 +02:00
  • 12df9d2b42 Assert that only one controller can set click or render functions on a BaseContext Stefan Haller 2025-07-10 19:45:04 +02:00
  • 4dfa4e8aa2 Allow more than one controller to attach OnFocus/OnFocusLost functions Stefan Haller 2025-07-10 20:03:50 +02:00
  • 9c5c459faa Cleanup: use nil for empty slice Stefan Haller 2025-07-10 19:57:47 +02:00
  • b3ca944c9e Remove GetOnRenderToMain, GetOnFocus, and GetOnFocusLost from BaseContext Stefan Haller 2025-07-10 19:53:22 +02:00
  • 0245d663c0 Bump gocui Stefan Haller 2025-07-10 18:32:20 +02:00
  • 815829d52c Hack: log commands with pids to /tmp/git.log hack-log-command-pids Stefan Haller 2025-05-02 18:20:10 +02:00
  • c2aab81f54 Fix more unstable tests (#4721) Stefan Haller 2025-07-10 09:02:41 +02:00
  • bf19475733 Fix more unstable tests Stefan Haller 2025-07-10 08:55:11 +02:00
  • 656cb3203c Fix stale main view content when entering/exiting filtering view (#4719) Stefan Haller 2025-07-09 16:03:54 +02:00
  • 4981419ba9 Fix stale main view content when entering/exiting filtering view Stefan Haller 2025-07-09 15:12:03 +02:00
  • 457cdce61d Fix unstable tests Stefan Haller 2025-07-09 15:37:47 +02:00
  • 8026fc2bb9 Provide user config defaults for UI-changeable settings (#4717) Stefan Haller 2025-07-09 13:20:28 +02:00
  • df48667253 Add a prompt for the sort order menus for branches Stefan Haller 2025-07-08 17:32:51 +02:00
  • 6bfcb3d6f0 Add tooltips for commit log menu Stefan Haller 2025-07-08 17:20:50 +02:00
  • 9650753db6 Add configuration hints to existing tooltips Stefan Haller 2025-07-08 15:00:03 +02:00
  • 0d4f0e827d Add breaking changes entry for the changed sort order for branches Stefan Haller 2025-07-08 13:19:02 +02:00
  • 3575bb9859 Add enum validation for Git.Log.Order and Git.Log.ShowGraph Stefan Haller 2025-07-08 12:22:16 +02:00
  • 562a2aaa6b Un-deprecate UserConfig.Git.Log.Order and ShowGraph Stefan Haller 2025-07-07 17:14:55 +02:00
  • 703256e92d Move LocalBranchSortOrder and RemoteBranchSortOrder to user config Stefan Haller 2025-07-07 15:37:05 +02:00
  • d79283656d Add missing validation tests Stefan Haller 2025-07-07 15:46:38 +02:00
  • f318e45e9d Move DiffContextSize and RenameSimilarityThreshold to user config Stefan Haller 2025-07-07 15:16:51 +02:00
  • 8d7bfd131e Move IgnoreWhitespaceInDiffView to user config Stefan Haller 2025-07-07 14:57:12 +02:00
  • f3164afa1e Fix keybinding display for local branches sort order to indicate it's a menu Stefan Haller 2025-07-07 14:49:25 +02:00
  • 5a5ffb3204 Bump minimum required git version to 2.32 (#4718) Stefan Haller 2025-07-09 13:14:24 +02:00
  • c739357eb9 Remove git version specific code for versions we no longer support Stefan Haller 2025-07-09 11:48:23 +02:00
  • 93c5849c86 Remove obsolete git version restrictions Stefan Haller 2025-07-09 11:28:32 +02:00
  • 6a9fe2e604 Remove obsolete tests Stefan Haller 2025-07-09 11:28:08 +02:00
  • e27422f894 Bump minimum required git version to 2.32 Stefan Haller 2025-07-09 11:21:59 +02:00
  • a1a2925c9c Remove obsolete git version restriction in test Stefan Haller 2025-07-09 11:15:45 +02:00
  • 0a1ddba1d9 Add confirmation for hard reset (#4704) Stefan Haller 2025-07-08 16:45:35 +02:00
  • 7153305174 Add confirmation for hard reset when there are uncommitted changes Stefan Haller 2025-07-06 14:24:50 +02:00
  • f872912c07 Use ConfirmIf where applicable Stefan Haller 2025-07-06 14:25:13 +02:00
  • 20600b9b5c Add convenience function ConfirmIf Stefan Haller 2025-07-06 13:50:33 +02:00
  • 1ca5f09827 Remove deprecated edit configs (#4716) Stefan Haller 2025-07-08 16:35:31 +02:00
  • 73bf49f8d8 Remove deprecated edit configs Stefan Haller 2025-07-08 16:07:46 +02:00
  • 41efd9a027 Use non-deprecated 'OS.Open' config in OpenFile test on Windows Stefan Haller 2025-07-08 16:32:14 +02:00
  • 143134fafc Remove unused code and texts (#4715) Stefan Haller 2025-07-08 16:03:08 +02:00
  • 8f48ad7572 Remove unused TranslationSet fields Stefan Haller 2025-07-08 15:54:07 +02:00
  • de19802cfb Fix wrong text being used in error message Stefan Haller 2025-07-08 15:28:01 +02:00
  • 28bb6a0e80 Remove some unused code Stefan Haller 2025-07-08 15:14:45 +02:00
  • 5587d70ec9 Fix scrolling hunk into view when selecting next hunk (#4709) Stefan Haller 2025-07-07 13:47:58 +02:00
  • 63655288a4 Fix scrolling hunk into view when selecting next hunk Stefan Haller 2025-07-07 13:41:12 +02:00
  • 29fc46dc62 Cleanup: remove unused method Focus from PatchExplorerContext Stefan Haller 2025-07-07 11:40:32 +02:00
  • 3f546f7269 Cleanup: fix comment Stefan Haller 2025-07-07 11:50:22 +02:00
  • 79f69536ed Clean up the .gitignore file (#4706) Stefan Haller 2025-07-06 16:19:15 +02:00
  • f8865c4182 Bring back files from vendor directory that we accidentally excluded Stefan Haller 2025-07-06 15:44:18 +02:00
  • 59b68f9794 Clean up .gitignore Stefan Haller 2025-07-06 15:43:24 +02:00
  • 528367b4e8 Remove the homebrew tap from the readme (#4705) Stefan Haller 2025-07-06 15:25:36 +02:00
  • 9efd4f2e73 Remove the homebrew tap from the readme Stefan Haller 2025-07-06 15:18:15 +02:00
  • 1d80730757 Update release workflow (#4703) Stefan Haller 2025-07-06 12:31:00 +02:00
  • 05d1a7a804 Make it run at 8am instead of in the middle of the night Stefan Haller 2025-07-06 12:07:32 +02:00
  • db3a23a11c Create annotated tags Stefan Haller 2025-07-05 17:49:21 +02:00
  • f735c6af17 Make the release workflow run only from stefanhaller's fork Stefan Haller 2025-07-05 15:08:17 +02:00
  • 7ef8385f2e Set a default shell for all jobs Stefan Haller 2025-07-05 16:36:46 +02:00
  • 2659a8cd90 Update goreleaser to v2 Stefan Haller 2025-07-05 16:50:33 +02:00
  • 67537c2356 README.md: Update Sponsors (#4702) Stefan Haller 2025-07-06 11:57:51 +02:00
  • 70e92d210a README.md: Update Sponsors github-actions[bot] 2025-07-06 09:55:07 +00:00
  • 4221078afe Remove redundant curlies (#4701) Jesse Duffield 2025-07-06 19:54:53 +10:00
  • cea7d1b4d0 Remove redundant curlies Jesse Duffield 2025-07-06 19:54:31 +10:00
  • 026a3583da Properly use sponsors PR token (#4700) Jesse Duffield 2025-07-06 19:43:14 +10:00
  • 878f762b6f Properly use sponsors PR token Jesse Duffield 2025-07-06 19:43:00 +10:00
  • 212ceffb4d Use fine-grained sponsors PR token (#4699) Jesse Duffield 2025-07-06 19:38:59 +10:00
  • 955d4dd80c Use fine-grained sponsors PR token Jesse Duffield 2025-07-06 19:38:29 +10:00
  • b134763348 Try using PAT on sponsors CI (#4697) Stefan Haller 2025-07-06 11:34:11 +02:00
  • 7753659c2a Try using PAT on sponsors CI Jesse Duffield 2025-07-06 19:28:15 +10:00
  • aa55ddd1e0 Update the peter-evans/create-pull-request action to v7 (#4695) Stefan Haller 2025-07-06 11:05:46 +02:00
  • f80860f8db Update the peter-evans/create-pull-request action to v7 Stefan Haller 2025-07-06 11:00:55 +02:00
  • 89c3057a9f Raise sponsors PRs as a draft (#4694) Stefan Haller 2025-07-06 10:56:20 +02:00
  • 48c3f347ce Move if to job level so that the entire thing doesn't run in forks Stefan Haller 2025-07-06 10:51:46 +02:00
  • 80da133a1a Raise sponsors PRs as a draft Jesse Duffield 2025-07-06 18:42:20 +10:00
  • 4d831b55b6 Fix broken markdown in auto-generated keybindings documentation (#4690) Stefan Haller 2025-07-06 10:16:48 +02:00
  • b11da414c5 fix: broken markdown by replace \n into <md> Kenta Yamaguchi 2025-07-06 13:21:54 +09:00
  • bc4b50f817 Add user config to use hunk mode by default when entering staging view (#4685) v0.53.0 Stefan Haller 2025-07-04 19:46:36 +02:00
  • 0a73123a66 Escape out of hunk mode only if it was turned on by the user Stefan Haller 2025-07-04 14:35:48 +02:00
  • 2961c991a4 Add user config to use hunk mode by default when entering staging view Stefan Haller 2025-07-04 13:23:37 +02:00