summaryrefslogtreecommitdiffstats
path: root/pkg/commands/oscommands
AgeCommit message (Expand)Author
2023-07-30Log when directory is changedJesse Duffield
2023-07-29feat: add os.copyToClipboardCmd to allow for a custom command #1055 (#2784)Jesse Duffield
2023-07-29feat: add os.copyToClipboardCmd to allow for a custom commandRed S
2023-07-29Support random order of command execution in unit testsJesse Duffield
2023-07-29Log duration of commandsJesse Duffield
2023-07-24Revert "Fix flakey pull_merge_conflict test"Jesse Duffield
2023-07-18Fix crash when a background fetch prompts for credentialsStefan Haller
2023-07-15Add test for cmd obj cloningJesse Duffield
2023-07-10Retry on index.lock errorJesse Duffield
2023-07-10Fix flakey pull_merge_conflict testJesse Duffield
2023-07-10Use an interface for tasks instead of a concrete structJesse Duffield
2023-07-09Use first class task objects instead of global counterJesse Duffield
2023-07-08Handle pending actions properly in git commands that require credentialsJesse Duffield
2023-06-03Appease linterJesse Duffield
2023-05-23Construct arg vector manually rather than parse stringJesse Duffield
2023-04-13Change OpenCommand to Open and OpenLinkCommand to OpenLinkStefan Haller
2023-04-13Don't set platform defaults on OSConfig struct immediatelyStefan Haller
2023-04-13Remove line number support for "open" commandStefan Haller
2023-04-13Fix windows testsStefan Haller
2023-04-13Rename test files so that test discovery works againStefan Haller
2023-03-19appease golangci-lint (#2512)Jesse Duffield
2023-03-19Fix checking for credentials performance (#2452)Luka Markušić
2022-11-30Add credential prompts for U2F-backed SSH keysBartłomiej Dach
2022-11-13use tempdir in tests to prevent polluting worktreeJesse Duffield
2022-09-23Merge pull request #2167 from xiaoliwang/remove_deprecatedJesse Duffield
2022-09-19fix(loaders/file.go): changed to ignore stderr when loading git statusRyooooooga
2022-09-17formatterTomCao New Macbook Pro
2022-09-17remove deprecated callsjiepeng
2022-08-30chore: remove duplicate word in commentsAbirdcfly
2022-08-07Merge pull request #2004 from mark2185/fix-add-to-gitignore-newlineJesse Duffield
2022-08-07add deadlock mutex packageJesse Duffield
2022-08-07move merge conflicts code into controllerJesse Duffield
2022-08-04Test appending to empty fileLuka Markušić
2022-08-03Use tmpdir for testsLuka Markušić
2022-08-03Update pkg/commands/oscommands/os.goLuka Markušić
2022-08-03Fix the integration testLuka Markušić
2022-08-03Add AppendLineToFile testsLuka Markušić
2022-08-03Preserve trailing newline setting when adding to gitignoreLuka Markušić
2022-08-01add build info when building from sourceJesse Duffield
2022-06-18better process killingJesse Duffield
2022-06-11run integration tests in parallel and properly cache windows buildJesse Duffield
2022-04-02feat: fix permission problem of temp dirsRyooooooga
2022-04-02chore: remove dead codeRyooooooga
2022-03-27show stdout in error message if stderr is blankJesse Duffield
2022-03-25no more naked returnsJesse Duffield
2022-03-24more genericsJesse Duffield
2022-03-19update lintersJesse Duffield
2022-03-17add commit message controllerJesse Duffield
2022-03-17rename OSCommand field to osJesse Duffield
2022-03-17start moving commit panel handlers into controllerJesse Duffield