summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-07-16Land in the same panel when switching to a worktreecopperJesse Duffield
2023-07-16Move current worktree to top of listJesse Duffield
2023-07-16Prompt to switch to worktree when branch is checked out by other worktreeJesse Duffield
2023-07-16Use git lingoJesse Duffield
2023-07-16Improve name handlingJesse Duffield
2023-07-16Use sentence caseJesse Duffield
2023-07-16RefactorJesse Duffield
2023-07-16Update worktree modelJesse Duffield
2023-07-16Alert when attempting to enter the current worktreeJesse Duffield
2023-07-16Remove commentJesse Duffield
2023-07-16Address PR commentsJoel Baranick
2023-07-16Basic support for adding a worktreeJoel Baranick
2023-07-16Put all worktree i18n strings togetherJoel Baranick
2023-07-16Improve worktree panelJoel Baranick
2023-07-16Style missing worktree as red and display better error when trying to switch ...Joel Baranick
2023-07-16Hide worktrees in the worktree panel if they point at a non-existing filesyst...Joel Baranick
2023-07-16Update status to differentiate the main vs linked worktreesJoel Baranick
2023-07-16Support for deleting a worktreeJoel Baranick
2023-07-16Initial addition of support for worktreesJoel Baranick
2023-07-15Show all tags in commits panel (#2776)Stefan Haller
2023-07-15Fix populating the Commit.Tags fieldStefan Haller
2023-07-15Extend commit_loader test to show how the Tags field is populatedStefan Haller
2023-07-15Fix potentially wrong help text in commit message panel (#2777)Stefan Haller
2023-07-15Fix potentially wrong help text in commit message panelStefan Haller
2023-07-15Updated README.mdREADME-bot
2023-07-15Add test for cmd obj cloning (#2780)Jesse Duffield
2023-07-15Add test for cmd obj cloningJesse Duffield
2023-07-14config: rely on .gitconfig for verbose commit messages (#2664)Stefan Haller
2023-07-14config: rely on .gitconfig for verbose commit messagesScott Callaway
2023-07-13Allow checking for merge conflicts after running a custom command (#2773)Jesse Duffield
2023-07-13Allow checking for merge conflicts after running a custom commandJesse Duffield
2023-07-11Updated README.mdREADME-bot
2023-07-11Do not quote initial branch arg when creating repo (#2771)Jesse Duffield
2023-07-11Do not quote initial branch arg when creating repoJesse Duffield
2023-07-10Run integration tests with all supported git versions (#2754)Stefan Haller
2023-07-10Run integration tests with various git versionsStefan Haller
2023-07-10Update checkout and cache action versionsStefan Haller
2023-07-10Fix pull rebase testsStefan Haller
2023-07-10Fix conflict testRyooooooga
2023-07-10Replace uses of "git stash save" with "git stash push"Stefan Haller
2023-07-10Fix git stash calls for older git versionsStefan Haller
2023-07-10Fix Shell.Stash() for older versions of gitStefan Haller
2023-07-10Remove StashWithMessage functionStefan Haller
2023-07-10Use -c init.defaultBranch=master to pass the desired main branch to git initStefan Haller
2023-07-10Remove mainBranch parameter from Shell.Init()Stefan Haller
2023-07-10Add script to run integration testsStefan Haller
2023-07-10Retry tests on CI (#2769)Jesse Duffield
2023-07-10Retry tests on CIJesse Duffield
2023-07-10Fix interactive rebase with git 2.25.1 and earlier (#2747)Stefan Haller
2023-07-10Fix interactive rebase with git 2.25.1 and earlierStefan Haller