Commit graph

  • 83356d441f Fix moving a commit across an exec todo Stefan Haller 2024-12-01 17:07:57 +01:00
  • 49c50fc95c Add tests for moving across an exec todo Stefan Haller 2024-12-01 17:06:59 +01:00
  • b719dc4d8e Add tests for moving a commit across an update-ref todo Stefan Haller 2024-12-01 17:02:51 +01:00
  • 75121384a3
    Drop merge commits (#4094) Stefan Haller 2024-12-23 12:17:26 +01:00
  • 078445db63 Allow deleting a merge commit Stefan Haller 2024-12-01 10:28:29 +01:00
  • 64eb3d560b Simplify finding rebase todos Stefan Haller 2024-11-30 19:53:42 +01:00
  • 2823a7cff0 Make equalHash more correct Stefan Haller 2024-12-01 17:29:43 +01:00
  • d5f2fb6003 Disable dropping merge commits if it's not a single selection Stefan Haller 2024-11-30 15:32:03 +01:00
  • bd0d9ef259 Disable fixup/squash for merge commits Stefan Haller 2024-11-30 15:28:07 +01:00
  • 75d2fb1df2 Disable moving merge commits Stefan Haller 2024-11-30 15:20:10 +01:00
  • 9ad1a0e9d8 Add user config git.preferRemotes to OpenInBrowser on specified remotes phanium 2024-12-13 12:27:12 +08:00
  • 13e9e1de83
    Fix typos (#4121) Stefan Haller 2024-12-18 14:17:28 +01:00
  • 93a37cf83e
    fix(config): allBranchesLogCmd description typo Sergey Kochetkov 2024-12-18 11:40:25 +01:00
  • 0f269183de
    remove duplicate secondary MouseWheelUp keybind (#4120) Stefan Haller 2024-12-17 22:46:27 +01:00
  • 4268701606 reorder keybinds to main/down, main/up, secondary/down, secondary/up Samuel Dominguez 2024-12-17 16:57:23 +00:00
  • 799827ee0e remove duplicate secondary MouseWheelUp keybind Samuel Dominguez 2024-12-17 14:00:21 +00:00
  • ab1d9e242f Revert "lib(copilot): add zelando/go-keyring 0.2.6 for saving copilot's access token" nathabonfim59 2024-12-15 08:58:10 -03:00
  • 4a7cf6040e
    Show the number of lines changed per file in working file tree view (#4015) Stefan Haller 2024-12-08 12:14:06 +01:00
  • f455f99705 Add user config gui.showNumstatInFilesView johannaschwarz 2024-12-08 12:04:45 +01:00
  • f3a5c184e1
    Fix issues with opening links and files using WSL (#3850) Stefan Haller 2024-12-04 09:46:28 +01:00
  • 1543b83d10 Fix opening links containing ampersands (&) in WSL Baptiste Ottino 2024-08-23 20:52:27 +02:00
  • 4cfeb18632 Fix opening files with explorer in WSL Baptiste Ottino 2024-08-23 20:48:28 +02:00
  • 3a4422fc68
    commits panel: add missing default sort order (#4097) Stefan Haller 2024-12-03 09:20:41 +01:00
  • 6da42b07cd add missing default sort order in commits panel phanirithvij 2024-12-02 13:06:46 +05:30
  • 954347c5bd
    Use custom context size in range diff (#4082) Stefan Haller 2024-12-02 10:39:55 +01:00
  • 01eb17310f
    Merge branch 'master' into patch-2 P A R T Z K OH 2024-12-02 00:15:27 +03:00
  • 7fb9e8fa9a Respect the diff context size when showing a range diff Stefan Haller 2024-11-27 19:45:47 +01:00
  • 5cca4c7063 Cleanup: move adding --ignore-all-space arg to DiffCmdObj Stefan Haller 2024-11-27 19:40:34 +01:00
  • 53dc23a037
    Improve editing a commit (#4090) Stefan Haller 2024-12-01 11:08:44 +01:00
  • debfe1a21f Improve editing a commit Stefan Haller 2024-11-29 16:24:28 +01:00
  • d84986880e Extract helper methods Stefan Haller 2024-11-29 16:24:12 +01:00
  • 17bb3970c1 Filter out merge commits when generating todo changes in InteractiveRebase Stefan Haller 2024-11-29 16:16:44 +01:00
  • 016d46526c Add test for editing several commits right after a merge commit Stefan Haller 2024-11-29 16:49:18 +01:00
  • 0766b14afd Add test to auto-amend a commit after pressing e on it Stefan Haller 2024-11-29 17:07:48 +01:00
  • 4624d496a2 Add test for editing the last commit of a branch in a stack Stefan Haller 2024-11-29 17:33:27 +01:00
  • ea03ae5ee3 Cleanup: remove a no-op Focus() call Stefan Haller 2024-11-29 17:27:55 +01:00
  • 51e5816dd7
    Delete range selection of branches (#4073) Stefan Haller 2024-12-01 11:02:58 +01:00
  • c1b4201726 Allow deleting a range selection of branches Stefan Haller 2024-11-23 19:32:27 +01:00
  • 0b0910573b Extract test helper function checkRemoteBranches Stefan Haller 2024-11-24 13:48:36 +01:00
  • 92bce7de43 Pass a remote branch to ConfirmDeleteRemote Stefan Haller 2024-11-23 18:03:43 +01:00
  • e98cc4d016 Extract variables Stefan Haller 2024-11-23 12:01:07 +01:00
  • 2ffd52acd1
    Fix mouse wheel scrolling of custom patch view (#4089) Stefan Haller 2024-12-01 10:50:50 +01:00
  • 24e98d1792 Fix mouse wheel scrolling of custom patch view Stefan Haller 2024-11-29 12:45:30 +01:00
  • a50712b6c2
    Cleanup background fetch (#4084) Stefan Haller 2024-12-01 10:47:43 +01:00
  • 64cebfc0a8 Remove unused texts Stefan Haller 2024-11-28 11:58:36 +01:00
  • b07109de4d Remove unused field gui.IsNewRepo Stefan Haller 2024-11-28 12:01:19 +01:00
  • 59303981f9 Simplify startBackgroundFetch Stefan Haller 2024-11-28 11:58:02 +01:00
  • 62e31efd0f
    Saner view geometry (#4085) Stefan Haller 2024-12-01 10:43:57 +01:00
  • f6f2a52dee Bump gocui and adapt lazygit code Stefan Haller 2024-12-01 10:38:45 +01:00
  • f10d986baf
    Merge f51faabefc into 579053d5a3 willparsons 2024-12-01 10:21:29 +01:00
  • 759ddd3e80 five test-haha-2 Jesse Duffield 2024-12-01 17:08:06 +11:00
  • b431a354aa four Jesse Duffield 2024-12-01 17:08:04 +11:00
  • 24a3b815c5 fixup! blah Jesse Duffield 2024-12-01 17:09:45 +11:00
  • 7efb900336 blah Jesse Duffield 2024-12-01 17:08:57 +11:00
  • ab8e1f0265 three Jesse Duffield 2024-12-01 16:47:05 +11:00
  • 8cf3d8b269 two Jesse Duffield 2024-12-01 16:47:03 +11:00
  • e6b5fb93eb one Jesse Duffield 2024-12-01 16:47:00 +11:00
  • 579053d5a3
    Let schema/config.json end with a line feed (#4092) Stefan Haller 2024-11-30 15:08:28 +01:00
  • 10db72d223 Let schema/config.json end with a line feed Stefan Haller 2024-11-30 15:03:29 +01:00
  • 649a8b7276 Improve editing a commit Stefan Haller 2024-11-29 16:24:28 +01:00
  • 345c533d64 Extract helper methods Stefan Haller 2024-11-29 16:24:12 +01:00
  • 5e542c3992 Filter out merge commits when generating todo changes in InteractiveRebase Stefan Haller 2024-11-29 16:16:44 +01:00
  • 0b33634c73 Add test for editing several commits right after a merge commit Stefan Haller 2024-11-29 16:49:18 +01:00
  • 8d6da58bfa Add test to auto-amend a commit after pressing e on it Stefan Haller 2024-11-29 17:07:48 +01:00
  • cd6d92da1d Add test for editing the last commit of a branch in a stack Stefan Haller 2024-11-29 17:33:27 +01:00
  • 46a333407d Cleanup: remove a no-op Focus() call Stefan Haller 2024-11-29 17:27:55 +01:00
  • f51faabefc change the delete menu to a prompt instead William Parsons-Heins 2024-11-28 21:55:57 +00:00
  • ee26bf3b62 Merge branch 'master' into feat/recent-repos-management William Parsons-Heins 2024-11-28 18:27:27 +00:00
  • 6246acb7a4
    Create SECURITY.md P A R T Z K OH 2024-11-27 01:47:39 +03:00
  • 711e65a16d Add hosting service definition for Azure DevOps Server Chris Huseman 2024-11-26 12:25:25 -06:00
  • c3cf48cc49
    Allow user to select remote and branch when creating a PR (#1889) Jesse Duffield 2024-11-23 12:10:51 +11:00
  • 0a71b5f837 WIP textbox Jesse Duffield 2024-11-09 16:38:14 +11:00
  • 949e131ebe pkg/gui: Allow user to select remote and branch when creating a PR Moritz Haase 2022-04-22 07:02:28 +02:00
  • b62546c391
    Allow DiffContextSize to be decreased to zero (#4050) Jesse Duffield 2024-11-19 08:27:38 +11:00
  • de8dc935a3 use unsigned integer in test and fix CI/linter complaint LU Jialin 2024-11-08 22:22:33 -08:00
  • dd765801db add test case for decreasing Diff Context length to zero LU Jialin 2024-11-07 23:10:48 -08:00
  • 111407d9a6 use an unsigned_64 for DiffContextSize and add saturated add/subtract LU Jialin 2024-11-07 23:09:32 -08:00
  • 49dee6faa3 provide recent repo policy selection William Parsons-Heins 2024-11-18 17:35:36 +00:00
  • f019575577 refactor(copilot): change refs to Keyring + cleanup nathabonfim59 2024-11-17 01:29:19 -03:00
  • 3a10346501 feat(copilot): save AccessToken in system's keyring nathabonfim59 2024-11-17 01:26:10 -03:00
  • 98073dc09a lib(copilot): add zelando/go-keyring 0.2.6 for saving copilot's access token nathabonfim59 2024-11-17 01:25:24 -03:00
  • 9f03f9e95d
    ci: update upload-artifact and download-artifact actions to v4 (#4063) Jesse Duffield 2024-11-17 12:06:22 +11:00
  • 5414ad92a0 add confirmation when adding new repos to recent repos William Parsons-Heins 2024-11-16 16:34:23 +00:00
  • 181b00b758
    ci: update upload-artifact and download-artifact actions to v4 Eng Zer Jun 2024-11-16 00:42:08 +08:00
  • e2c80f8361 Delete many branches locally Wael Mahrous 2024-11-12 20:25:27 +01:00
  • 54abf4665a Basic Subtree support Wael Mahrous 2024-11-12 18:34:09 +01:00
  • e1e4e1be1f
    Add new filter to only show tracked files in Files panel (#4024) Jesse Duffield 2024-11-12 17:00:58 +11:00
  • fdeaf9cea0 Add new filter to only show tracked files in Files panel Yaroslav Veremenko 2024-11-01 16:21:09 -06:00
  • 37d7441dec Add config option to disable push to main branches trskare 2024-11-07 23:53:16 +01:00
  • b0a766cc95
    Fixes to lazygit Ubuntu install instructions in README.md (#3970) Jesse Duffield 2024-11-09 18:57:18 +11:00
  • f858460ab9 Fixes to lazygit Ubuntu install instructions in README.md Stephen Martin 2024-10-05 22:58:10 -06:00
  • b2cbd93619
    Add config option to disable switching tabs with panel jump keys (#3927) Jesse Duffield 2024-11-09 17:23:59 +11:00
  • 8da43af924 Add config option to disable tab switching with jump keys Harris Greenstein 2024-11-09 17:04:44 +11:00
  • 7edf629eeb
    Fix installation for Ubuntu in README.md (#4031) Jesse Duffield 2024-11-09 17:18:58 +11:00
  • 72ff5eab1b WIP(copilot): add model token limits nathabonfim59 2024-11-08 02:53:34 -03:00
  • 960dbf027c refactor(copilot): contralize ApiToken in one place nathabonfim59 2024-11-08 02:38:45 -03:00
  • ef4da68cae refactor(copilot): set common headers in one place nathabonfim59 2024-11-08 02:32:16 -03:00
  • 9a225b980b feat(copilot): structured responses and error treatments nathabonfim59 2024-11-08 02:24:51 -03:00
  • a62ce9a0b1 feat(copilot): add login and chat flow nathabonfim59 2024-11-07 23:59:58 -03:00
  • 1c5ce12c07 Add text description Naimul Ferdous 2024-11-05 22:49:17 +06:00