summaryrefslogtreecommitdiffstats
path: root/pkg/integration
AgeCommit message (Expand)Author
2024-03-07Show all submodules recursivelyStefan Haller
2024-03-07Fix deleting submodule where name and path are differentStefan Haller
2024-03-07Add test to check that the git dir for a deleted submodule was removedStefan Haller
2024-03-07Extend submodule tests to use a submodule where name and path are differentStefan Haller
2024-03-02Don't show branch head on rebase todos if the rebase.updateRefs config is onStefan Haller
2024-03-02Add test demonstrating the current (undesired) behaviorStefan Haller
2024-02-21Add author filtering to commit viewTristan Déplantes
2024-02-18Add integration testStefan Haller
2024-02-16Don't omit section headers when filtering the keybindings menuStefan Haller
2024-02-16Optionally keep sort order stable when filtering listsStefan Haller
2024-02-16Fix order problems when saving custom commands historyStefan Haller
2024-02-16Deprecate git.log.showGraph and git.log.order configAlex March
2024-02-16Avoid crash when hitting enter on an update-ref todoStefan Haller
2024-02-13Fix range select bugAaron Hoffman
2024-02-13Clean up test caseAaron Hoffman
2024-02-13Support range select removing files from a commitAaron Hoffman
2024-02-13Change default of git.log.showGraph to 'always'Stefan Haller
2024-01-30Fix cherrypick demoAaron Hoffman
2024-01-30Clear cherry-picked commits after pastingmolejnik88
2024-01-29Add command to squash all fixups in the current branchStefan Haller
2024-01-28Fix typoStefan Haller
2024-01-28Support selecting file range in patch builderAaron Hoffman
2024-01-28Show mode-specific keybinding suggestionsJesse Duffield
2024-01-28Improve keybinding descriptionsJesse Duffield
2024-01-26Keep same selection range when quick-starting an interactive rebaseStefan Haller
2024-01-26Add tests for preserving the selection when pressing 'i'Stefan Haller
2024-01-25Fix error message for selected linesJesse Duffield
2024-01-25Support range select for staging/discarding filesJesse Duffield
2024-01-24Refactor repo_paths.go to use git rev-parseJohn Whitley
2024-01-23Support range select in rebase actionsJesse Duffield
2024-01-23Better assertion logic for line selectionJesse Duffield
2024-01-19Keep same branch selected when refreshing branchesStefan Haller
2024-01-19Add test showing how branch should stay selected after fetching (but doesn't ...Stefan Haller
2024-01-19Enforce single-item selection in various actionsJesse Duffield
2024-01-19Support select range for cherry pickJesse Duffield
2024-01-19Clear range select upon pressing 'escape'Jesse Duffield
2024-01-19Standardise display of range selection across viewsJesse Duffield
2024-01-19Add range selection ability on list contextsJesse Duffield
2024-01-14Allow showing Disabled errors as error panel instead of toastStefan Haller
2024-01-14Use ErrorToast instead of error panel when invoking a disabled commandStefan 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-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-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-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