summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/commit
AgeCommit message (Expand)Author
2024-03-22Make it easy to create "amend!" commitsStefan Haller
2024-03-11Add integration testStefan Haller
2024-03-11Extract functions AddCoAuthorToMessage and AddCoAuthorToDescriptionStefan Haller
2024-03-11Make test assertion more specificStefan Haller
2024-03-09Add integration testStefan Haller
2024-02-16Deprecate git.log.showGraph and git.log.order configAlex March
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-01-19Add range selection ability on list contextsJesse Duffield
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
2023-09-09Add coauthor (#2)Orlando Maussa
2023-08-21Add integration testStefan Haller
2023-07-22Better tag creation UXJesse Duffield
2023-07-22Keep track of authors across local commits and branch commits for suggestionsJesse Duffield
2023-07-08Add busy count for integration testsJesse Duffield
2023-07-03Add integration tests for searching/filteringJesse Duffield
2023-06-07Better prompt for discarding old file changesStefan Haller
2023-06-01Add integration test for commit highlighting on focusJesse Duffield
2023-05-25Use sentence case everywhereJesse Duffield
2023-05-23Construct arg vector manually rather than parse stringJesse Duffield
2023-05-17remove empty message check as message of commit can be emptyLukas
2023-04-30Retain commit message when cycling historyJesse Duffield
2023-04-30Split commit message panel into commit summary and commit description panelSean
2023-04-01Add integration test for amending from the files panelStefan Haller
2023-03-24Merge pull request #2377 from shinhs0506/clear-staging-after-commitJesse Duffield
2023-03-20refresh the staging panel on successful commitJohn Shin
2023-02-22migrate more testsJesse Duffield
2023-02-20add create tag from commit testJesse Duffield
2023-02-20improved commit testJesse Duffield
2023-02-19migrate revert merge testJesse Duffield
2023-02-15Select next stageable line correctly after staging a range of linesstk
2023-02-15Add test demonstrating selection bug when staging a range of linesstk
2023-02-15Make SelectedLine/SelectedLineIdx work in staging/stagingSecondary viewsstk
2022-12-28migrate discard old file change testJesse Duffield
2022-12-28move popup assertions into a structJesse Duffield
2022-12-27remove dependency on modelJesse Duffield
2022-12-27move shell into test driverJesse Duffield
2022-12-27rename input to tJesse Duffield
2022-12-27add tap functionJesse Duffield
2022-12-27combine assert and input structs, clean up interfaceJesse Duffield
2022-12-27better namespacing for assertionsJesse Duffield
2022-12-27add view asserter getter structJesse Duffield
2022-12-27refactor commit message stuff in integration testsJesse Duffield
2022-12-27add prompt asserterJesse Duffield
2022-12-27refactor prompt handling in integration testsJesse Duffield
2022-12-26allow checking if line is selected in Lines and TopLines methodsJesse Duffield