summaryrefslogtreecommitdiffstats
path: root/pkg
AgeCommit message (Expand)Author
2023-03-04Keep side context in context stack when pushing a main contextStefan Haller
2023-03-03Fix setting gui.selectedRangeBgColor as a hex valueStefan Haller
2023-03-03Add some tests for GetTextStyleStefan Haller
2023-03-01Store WorkingTreeState in modelStefan Haller
2023-03-01Don't put "<--- YOU ARE HERE" in the commit model's nameStefan Haller
2023-03-01Merge pull request #2478 from stefanhaller/make-test-more-robustJesse Duffield
2023-02-28Merge pull request #2476 from pereBohigas/feature/add_kotlin_iconJesse Duffield
2023-02-27Make integration test more robustStefan Haller
2023-02-26show file tree by default in integration testsJesse Duffield
2023-02-26cleanup integration test codeJesse Duffield
2023-02-26remove legacy integration testsJesse Duffield
2023-02-26migrate merge conflict testsJesse Duffield
2023-02-25Add icon for Kotlin script filesPere Bohigas
2023-02-25give CI longer wait times before failing assertionsJesse Duffield
2023-02-25migrate patch building testsJesse Duffield
2023-02-25Add icon for Kotlin filesPere Bohigas
2023-02-25fix PullMergeConflict integration testJesse Duffield
2023-02-25Improve staging panel integration testsJesse Duffield
2023-02-23migrate staging testsJesse Duffield
2023-02-22migrate more testsJesse Duffield
2023-02-22migrate more testsJesse Duffield
2023-02-22migrate reflog integration testsJesse Duffield
2023-02-22migrate interactive rebase integration testsJesse Duffield
2023-02-21Merge pull request #2293 from jesseduffield/feature/make-discarding-harderJesse Duffield
2023-02-21migrate push testsJesse Duffield
2023-02-20migrate stash testsJesse Duffield
2023-02-20rerun test generatorJesse Duffield
2023-02-20migrate switch tab from menu testJesse Duffield
2023-02-20remove x keybinding for opening menu so we now only use '?'Jesse Duffield
2023-02-20mention path in tooltipsJesse Duffield
2023-02-20Add tooltips for discardingLuka Markušić
2023-02-20Make discarding items less error proneLuka Markušić
2023-02-20Merge pull request #2453 from stefanhaller/allow-rebasing-to-first-commitJesse Duffield
2023-02-20add create tag from commit testJesse Duffield
2023-02-20add reset to tag testJesse Duffield
2023-02-20add tag checkout testJesse Duffield
2023-02-20add tag testsJesse Duffield
2023-02-20show tag messageJesse Duffield
2023-02-20Allow squashing fixups above the first commit of a repoStefan Haller
2023-02-20improved commit testJesse Duffield
2023-02-20migrate undo2Jesse Duffield
2023-02-20Merge pull request #2421 from Ryooooooga/tag-on-branchJesse Duffield
2023-02-20Update pkg/integration/tests/branch/create_tag.goJesse Duffield
2023-02-20Add integration tests for rebasing to the initial commitStefan Haller
2023-02-20Allow interactive rebasing all the way down to the first commitStefan Haller
2023-02-20Better error message for trying to squash or fixup the first commitStefan Haller
2023-02-19Revert "fix: improve backward compatibility"Stefan Haller
2023-02-19test: fix TagNamesAtRyoga
2023-02-19test: add an integration test for creating tag on branchesRyooooooga
2023-02-19feat: support to create tag on branchRyooooooga