summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
12 daysAdd vision and design principles docvisionJesse Duffield
12 daysFixes to lazygit Ubuntu install instructions in README.md (#3970)Jesse Duffield
12 daysFixes to lazygit Ubuntu install instructions in README.mdStephen Martin
12 daysAdd config option to disable switching tabs with panel jump keys (#3927)Jesse Duffield
12 daysAdd config option to disable tab switching with jump keysHarris Greenstein
12 daysFix installation for Ubuntu in README.md (#4031)Jesse Duffield
2024-11-05Fix installation for Ubuntu in README.mdShaobo Song
2024-10-18Fix scroll position when entering staging view by clicking in the main view (...Stefan Haller
2024-10-18Cleanup: remove isFocused parameter from GetContentToRender and related methodsStefan Haller
2024-10-18Don't render staging view when it loses focusStefan Haller
2024-10-18Change NewRenderStringWith{out}ScrollTask to reuse the task key of the existi...Stefan Haller
2024-10-18Fix non-sticky range select after clicking in staging view (#3998)Stefan Haller
2024-10-18Fix pressing shift-down after clicking in diff viewStefan Haller
2024-10-18Add test demonstrating a bug with clicking in the staging viewStefan Haller
2024-10-18Fix clicking multiple times in an integration testStefan Haller
2024-10-13Allow pasting commits multiple times (#3983)Stefan Haller
2024-10-13Allow pasting commits more than onceStefan Haller
2024-10-13Wrap an overly long lineStefan Haller
2024-10-13Get rid of error return value of PostRefreshUpdate and a few related onesStefan Haller
2024-10-13Fix file icons (#3975)Stefan Haller
2024-10-13Add test to ensure that file icons are one runeStefan Haller
2024-10-13Fix many file iconsStefan Haller
2024-10-13Fix merge conflict resolution when file doesn't end with a LF (#3976)Stefan Haller
2024-10-09Fix ForEachLineInFile to not lose the last line if it doesn't end with a LFStefan Haller
2024-10-09Add regression test for resolving conflicts in a file without a trailing LFStefan Haller
2024-10-09Add test demonstrating problem with ForEachLineInFileStefan Haller
2024-10-09Extract helper function for easier testingStefan Haller
2024-09-28Auto-render hyperlinks (#3914)Stefan Haller
2024-09-28Use AutoRenderHyperLinks in confirmation viewStefan Haller
2024-09-28Use AutoRenderHyperLinks in main viewsStefan Haller
2024-09-28Turn on AutoRenderHyperLinks in the Command Log panelStefan Haller
2024-09-28Bump gocuiStefan Haller
2024-09-28Add a menu item to delete both local and remote branch at once (#3916)Stefan Haller
2024-09-28Add a menu item to delete both local and remote branch at onceStefan Haller
2024-09-28Better branch delete confirmation (#3915)Stefan Haller
2024-09-28Better local branch delete confirmationStefan Haller
2024-09-28Fix bug with deleting remote branch whose name doesn't match local branchStefan Haller
2024-09-28Add test that demonstrates bug with deleting remote branch with different nameStefan Haller
2024-09-28Add question marks to questionsStefan Haller
2024-09-28Remove unused textsStefan Haller
2024-09-28Remove obsolete TODO commentStefan Haller
2024-09-28Fix copying commit author to clipboard (#3936)Stefan Haller
2024-09-23Fix copying commit author to clipboardStefan Haller
2024-09-23Add test for copying a commit author to the clipboardStefan Haller
2024-09-18Add performance improvements section to release notes (#3922)Jesse Duffield
2024-09-18Add performance improvements section to release notesJesse Duffield
2024-09-18Fix crash when viewing the divergence of a branch which is up to date with it...v0.44.1Stefan Haller
2024-09-18Fix crash when viewing the divergence of a branch which is up to date with it...Stefan Haller
2024-09-18Improve performance with large numbers of untracked or modified files (#3919)Stefan Haller
2024-09-18Use map to quickly find children in BuildTreeFromFilespartho.kunda