summaryrefslogtreecommitdiffstats
path: root/pkg
AgeCommit message (Expand)Author
2024-01-14Allow showing Disabled errors as error panel instead of toastStefan Haller
2024-01-14Make DisabledReason a structStefan Haller
2024-01-14Use ErrorToast instead of error panel when invoking a disabled commandStefan Haller
2024-01-14Add ErrorToast functionStefan Haller
2024-01-14Make it mandatory to acknowledge toasts in testsStefan Haller
2024-01-14Make it possible to handle toasts in integration testsStefan Haller
2024-01-13Do not perform IO work when getting disabled reason with local commitsJesse Duffield
2024-01-13Add ability to start an interactive rebase onto an appropriate baseJesse Duffield
2024-01-12Pass -f as single arg in integration testJesse Duffield
2024-01-12Set working directory in lazygit test commandJesse Duffield
2024-01-10Bump gocuiStefan Haller
2024-01-10Obtain remote URL by calling "ls-remote --get-url" instead of using git configStefan Haller
2024-01-10Allow multiple fetch commands (or fetch and pull) to run concurrentlyStefan Haller
2024-01-10Extract a function fetchCommandBuilderStefan Haller
2024-01-10Add a method GitVersion.IsAtLeastStefan Haller
2024-01-10Warn when there are hunks with only added linesStefan Haller
2024-01-10Add command to find base commit for creating a fixupStefan Haller
2024-01-09Add config setting for side panel location (left or top) in half screen modeStefan Haller
2024-01-09Preserve the commit message correctly even if the description has blank linesStefan Haller
2024-01-09Add test demonstrating a bug with preserving the commit messageStefan Haller
2024-01-09Remove unused functionStefan Haller
2024-01-09Simplify GetCommitMessageStefan Haller
2024-01-09Add command to open git difftoolStefan Haller
2024-01-09Remove unused functionStefan Haller
2024-01-09Fix checking out a tag when a branch with the same name existsStefan Haller
2024-01-09Add test demonstrating the problemStefan Haller
2024-01-09Replace copy commit SHA with copy commit subject on the y s keybind in the co...Stefan Haller
2024-01-03Replace copy SHA with copy subject on commit 'y s'Karim Khaleel
2024-01-02Update error messageSimon Whitaker
2024-01-02Show a friendly error message when starting lazygit from a non-existent cwdSimon Whitaker
2023-12-27Add integration test for local branch sort orderAlex March
2023-12-27Add a sort order menu for local branchesAlex March
2023-12-27chore: use null char as a stash entries divider during loadingAzraelSec
2023-12-27feat: add age on stash linesAzraelSec
2023-12-22Add integration test for remote branch sort orderStefan Haller
2023-12-22Implement a sort order menu for remote branchesAlex March
2023-12-15fix(config): add yaml struct tag to `CustomCommandPrompt.[]Options`Emre Deger
2023-12-10Fall back to WithWaitingStatus if item is scrolled out of viewStefan Haller
2023-12-10Fall back to WithWaitingStatus if view showing the item is not visibleStefan Haller
2023-12-10Return only visible views from TopViewInWindowStefan Haller
2023-12-09Add WithWaitingStatusSync for reverting commitsStefan Haller
2023-12-09Use WithWaitingStatusSync for move commit up/downStefan Haller
2023-12-09Add WithWaitingStatusSyncStefan Haller
2023-12-09Add tests for window arrangement codeJesse Duffield
2023-12-09Refactor window arrangement helper to use pure functionJesse Duffield
2023-12-09Layout the bottom line view using spacer viewsJesse Duffield
2023-12-09Fix an incorrect commentStefan Haller
2023-12-07feat: introduce a copy menu into the file viewAzraelSec
2023-12-06Re-enable 'Unset upstream' option when upstream branch is missing (#3086)Jesse Duffield
2023-12-02Add UserConfig jsonschema generation scriptKarim Khaleel