1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-10-30 23:57:43 +02:00

Commit Graph

  • 335cbf7fe6 WIP Add draft state, iterate on UI design gh-integration-3 Stefan Haller 2025-10-18 18:06:14 +02:00
  • 3d879bf94a Show PR information in main view above the branch log when a branch is selected Stefan Haller 2025-10-17 14:08:27 +02:00
  • ebc97cf2b7 Use github icon instead of just coloring the branch icon Stefan Haller 2025-10-16 14:42:08 +02:00
  • 8c9a076179 WIP use origin remote Stefan Haller 2025-10-13 18:38:45 +02:00
  • 3005d806b0 WIP Jesse Duffield 2024-06-29 18:08:17 +10:00
  • 55d2ac6fe7 Show github pull request status against branch Jesse Duffield 2024-06-03 22:12:09 +10:00
  • 37367828d7 README.md: Update Sponsors create-pull-request/patch github-actions[bot] 2025-10-20 05:59:50 +00:00
  • 32a701cb9c Use ignore directive to ignore test files not to be passes to gofumpt (#4936) master Stefan Haller 2025-10-20 07:59:40 +02:00
  • 64bcc72e45 Specify return value where named return value is used kyu08 2025-09-22 22:42:58 +09:00
  • beb05d4a61 Fix makeAtomic in branches_test kyu08 2025-10-19 19:16:23 +02:00
  • 65c27dd8ce Remove workaround for "make format" kyu08 2025-10-19 19:23:02 +02:00
  • 76452a0bcc Add ignore directive in go.mod kyu08 2025-09-22 22:36:53 +09:00
  • 6782f04e8c Add no-ff merge option (#4966) Stefan Haller 2025-10-19 21:26:31 +02:00
  • 62854026a3 Add no-ff merge option Stefan Haller 2025-10-15 14:59:04 +02:00
  • c88381b9ce Rename texts to be consistent with our conventions Stefan Haller 2025-10-15 17:37:23 +02:00
  • afbef40258 Reorder texts so that they are grouped together, and ordered in a sensible way Stefan Haller 2025-10-15 17:36:07 +02:00
  • 4e0194d8f7 Replace MergeOpts struct with MergeVariant enum Stefan Haller 2025-10-14 14:57:59 +02:00
  • d334bae0a0 Add synchronize event to the hooks of "Check Required Labels" (#4974) Stefan Haller 2025-10-19 17:29:17 +02:00
  • 76948f82c1 Add synchronize event to the hooks of "Check Required Labels" kyu08 2025-10-19 21:56:17 +09:00
  • 075b5fad42 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
  • e557c73720 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
  • 3cdcc23667 Extract some functions from CommitFilesController to a new CommitFilesHelper Stefan Haller 2024-10-11 18:09:17 +02:00
  • 103ac30c6c Press enter in main view of files/commitFiles to enter staging/patch-building Stefan Haller 2024-09-16 20:38:22 +02:00
  • f1807f635d Select line that is in the middle of the screen Stefan Haller 2025-03-25 15:01:16 +01:00
  • 4976bb32ac Press enter in focused main view when user config is on Stefan Haller 2025-04-01 23:03:55 +02:00
  • 833d7f2e33 Add user config gui.showSelectionInFocusedMainView Stefan Haller 2025-04-01 16:14:10 +02:00
  • 6a5672a7ad [gocui] Fix FocusPoint when Wrap is true Stefan Haller 2024-12-08 13:10:25 +01:00
  • a22aced1bb Avoid auto-stashing when only submodules are out of date (#4969) Stefan Haller 2025-10-16 12:08:48 +02:00
  • 40cc008a5a Avoid auto-stashing when only submodules are out of date Stefan Haller 2025-10-16 11:46:08 +02:00
  • 7282159f78 Show a better error message if the temp directory is not writeable (#4968) Stefan Haller 2025-10-16 10:10:30 +02:00
  • e02f073cd0 Show a better error message if the temp directory is not writeable Stefan Haller 2025-10-16 10:04:47 +02:00
  • 853b54b069 Add config option gui.skipSwitchWorktreeOnCheckoutWarning (#4964) Stefan Haller 2025-10-14 14:24:36 +02:00
  • 80f860beb7 Add config option gui.skipSwitchWorktreeOnCheckoutWarning Stefan Haller 2025-10-14 14:03:58 +02:00
  • d3fb22a673 Fix lazygit getting unresponsive when pasting commits that become empty (#4958) Stefan Haller 2025-10-14 12:30:15 +02:00
  • 3ac9003298 Add tests Stefan Haller 2025-10-11 10:25:12 +02:00
  • e858bad3f8 Fix lazygit getting unresponsive when pasting commits that become empty Stefan Haller 2025-10-11 15:39:02 +02:00
  • 9adcc8ec79 Fix window arrangement when a popup or the search prompt is open (#4961) Stefan Haller 2025-10-14 12:27:16 +02:00
  • 8eeb16c8da Fix window arrangement when a popup or the search prompt is open Stefan Haller 2025-10-13 16:27:43 +02:00
  • 442ede95c2 Offer to force-delete a worktree if it contains submodules (#4959) Stefan Haller 2025-10-14 12:22:38 +02:00
  • 3415ed975b Offer to force-delete a worktree if it contains submodules Stefan Haller 2025-10-13 15:00:09 +02:00
  • 7568f5bf05 Add test demonstrating the problem Stefan Haller 2025-10-13 15:15:14 +02:00
  • 5812466145 Support multiple pagers (#4953) Stefan Haller 2025-10-14 12:19:32 +02:00
  • 32bf6d685c Add config migration of paging section to pagers array Stefan Haller 2025-10-10 15:23:32 +02:00
  • 823b2e9aab Update cheatsheets Stefan Haller 2025-10-08 17:31:17 +02:00
  • e44d6ec330 Replace paging config with an array of pagers Stefan Haller 2025-10-08 16:22:17 +02:00
  • 765c9eb85c Add PagerConfig Stefan Haller 2025-10-09 15:42:45 +02:00
  • ed05470732 Cleanup: remove unused method ConfiguredPager Stefan Haller 2025-10-08 16:12:52 +02:00
  • 1c87776470 When pasting multi-line text into a prompt, don't treat the line feeds as "confirm" (#4955) Stefan Haller 2025-10-14 12:15:44 +02:00
  • fbaea583a5 When pasting multi-line text into a prompt, don't treat the line feeds as "confirm" Stefan Haller 2025-10-10 20:52:04 +02:00
  • 6b5b493237 Fix support for Git copy status when status.renames=copies (#4892) Stefan Haller 2025-10-14 12:07:04 +02:00
  • e6f3313d9a Fix support for Git copy status when status.renames=copies Karen Grigoryan 2025-09-13 12:59:27 +02:00
  • 1fd771f818 Update README.md Jesse Duffield 2025-10-11 15:50:08 +11:00
  • f7a4092a29 Wrap long lines in comments in Config.md (#4951) Stefan Haller 2025-10-10 21:27:56 +02:00
  • db9fb216fd Wrap long comment lines in Config.md Stefan Haller 2025-10-10 11:35:20 +02:00
  • c9eef8079e Add missing Portuguese language Stefan Haller 2025-10-10 11:14:39 +02:00
  • 396f87b46b Unwrap paragraphs in user_config comments Stefan Haller 2025-10-10 11:14:14 +02:00
  • 30169bd258 Fix dropping submodule changes from a commit (#4937) Stefan Haller 2025-10-10 12:58:06 +02:00
  • c1e52fc807 Fix dropping submodule changes from a commit Stefan Haller 2025-10-05 10:51:55 +02:00
  • 0904bf9969 Add test demonstrating the problem Stefan Haller 2025-10-05 14:52:28 +02:00
  • 21483b259c Rename AddFileInWorktree to AddFileInWorktreeOrSubmodule Stefan Haller 2025-10-05 14:23:05 +02:00
  • 8e00bbd939 Show "Log (x of y)" in the title bar when there is more than one branch log command (#4943) Stefan Haller 2025-10-10 12:51:54 +02:00
  • 5d02cba721 Show "Log (x of y)" in the title bar when there is more than one branch log command Stefan Haller 2025-10-07 17:15:19 +02:00
  • bf56a61b71 Change condition that determines whether we are showing the dashboard Stefan Haller 2025-10-07 17:05:32 +02:00
  • 220cde1376 Fix potential crash when reloading the config after removing a branch log command Stefan Haller 2025-10-07 17:22:56 +02:00
  • 19f88290a2 Change allBranchesLogCmdIndex to an int Stefan Haller 2025-10-07 17:19:24 +02:00
  • 47ca08240b Don't depend on en_US locale to be installed (#4949) Stefan Haller 2025-10-09 13:19:58 +02:00
  • 99a83efc34 Set LC_MESSAGES too Stefan Haller 2025-10-09 13:08:14 +02:00
  • b755f52754 Use C locale instead of en_US.UTF-8 to force English language Stefan Haller 2025-10-09 13:07:33 +02:00
  • c31b604c9d Document a workaround for using custom pagers on Windows (#4941) Stefan Haller 2025-10-09 10:06:44 +02:00
  • 2abd76eaa3 Add documentation for pager workaround on Windows stk 2025-10-06 16:45:49 +02:00
  • 43811cdad8 Export a LAZYGIT_COLUMNS variable to "pty" tasks on Windows stk 2025-10-06 16:07:55 +02:00
  • 4b59f9855e When entering a commit in path filtering mode, select the filtered path (#4942) Stefan Haller 2025-10-09 10:00:38 +02:00
  • 7fe73c1ee2 When entering a commit in path filtering mode, select the filtered path Stefan Haller 2025-10-06 10:31:24 +02:00
  • 5811f2945c Extract a InternalTreePathForFilePath helper function Stefan Haller 2025-10-06 17:29:27 +02:00
  • fb00584f4d Update diff of conflicted file in the main view after conflicts have been resolved (#4945) Stefan Haller 2025-10-09 09:04:32 +02:00
  • 5fad3ab047 Refresh the main view for the current side panel when a popup is showing Stefan Haller 2025-10-08 13:38:04 +02:00
  • 3f30008224 Add merge menu with conflict resolver (#4889) Stefan Haller 2025-10-09 08:51:04 +02:00
  • 703f053a7e Add merge options menu Krystof Gartner 2025-09-11 14:09:09 +02:00
  • 1f002af06b fix(nix): use nixos-unstable (#4948) Stefan Haller 2025-10-09 08:43:26 +02:00
  • 610ac68635 fix(nix): use nixos-unstable doprz 2025-10-08 11:39:07 -05:00
  • 60a7d6ac57 Fix normalisedSelectedNodes function (#4920) Stefan Haller 2025-10-08 15:12:03 +02:00
  • 302b621b68 Fix: make isDescendentOfSelectedNodes work for the root item Stefan Haller 2025-09-28 14:20:47 +02:00
  • d0c6e27fee Cleanup: move variable assignment out of the loop Stefan Haller 2025-09-28 14:17:24 +02:00
  • 6478bf456b feat(nix): add comprehensive Nix flake (#4826) Stefan Haller 2025-10-08 15:08:44 +02:00
  • 6b8853c027 feat(nix): add comprehensive nix flake doprz 2025-08-14 21:49:49 -05:00
  • 97762f484f Update Merge conflicts menu keybinding to use p instead of k (#4934) Stefan Haller 2025-10-05 10:26:33 +02:00
  • b32b55201e Update resolve conflict using p instead of k Marco Zingoni 2025-10-04 09:51:55 +02:00
  • f45e7ca705 Update go to 1.25 (#4844) Stefan Haller 2025-10-05 10:21:49 +02:00
  • 93b8d70209 Update go to 1.25 kyu08 2025-08-23 12:05:31 +09:00
  • 47b1ededf3 Bump golangci-lint to v.2.4.0 from v2.2.1 kyu08 2025-09-21 22:06:24 +09:00
  • 7544de03c0 Give better visual feedback when checking out the previous branch (#4929) Stefan Haller 2025-10-05 10:04:06 +02:00
  • e585accd37 Give better feedback when checking out the previous branch Stefan Haller 2025-10-02 18:28:17 +02:00
  • ba0e2d12da README.md: Update Sponsors (#4897) Stefan Haller 2025-10-02 17:32:53 +02:00
  • 385f796c90 README.md: Update Sponsors github-actions[bot] 2025-10-02 15:30:45 +00:00
  • 05b6588e39 Don't break line after footnote symbol in commit messages (#4912) Stefan Haller 2025-10-02 17:30:32 +02:00
  • ef92e30315 Bump gocui Stefan Haller 2025-10-02 17:25:46 +02:00
  • cb2b5c3738 Hide the cursor when the password prompt is showing (#4878) Stefan Haller 2025-09-20 11:14:05 +02:00
  • 851afe94f5 Hide the cursor when the password prompt is showing Stefan Haller 2025-09-06 16:20:07 +02:00
  • 6941b81992 Don't log the git rev-list command that we use for IsBranchMerged (#4896) Stefan Haller 2025-09-20 11:11:00 +02:00
  • 2b152dcf5e Don't log the git rev-list command that we use for IsBranchMerged Stefan Haller 2025-09-15 17:01:14 +02:00