summaryrefslogtreecommitdiffstats
path: root/pkg
AgeCommit message (Expand)Author
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
2023-12-02fixed typo in test description (#3101)Jesse Duffield
2023-12-02commmit - enhance docs for keybinding 'c' for local branch (#3046)Jesse Duffield
2023-11-30Add coverage arg for integration testsJesse Duffield
2023-11-29Use args struct for RunTestsJesse Duffield
2023-11-22Use a PTY when calling external diff command尼诺
2023-11-04Fix unsetting upstream when it doesn't existLuka Markušić
2023-11-04Introduce failing "UnsetUpstream" testLuka Markušić
2023-11-04Rename integration test "ResetUpstream"Luka Markušić