summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-07-17Better logic for knowing which repo we're inbronzeJesse Duffield
2023-07-17Only show worktree in status panel if not the main worktree and worktrees are...Jesse Duffield
2023-07-17Hide worktree functionality on old git versionsJesse Duffield
2023-07-17Associate branches with worktrees even when mid-rebaseJesse Duffield
2023-07-17Assume that the base of a worktree can be checked outJesse Duffield
2023-07-17i18n for worktreesJesse Duffield
2023-07-17Don't quit on errorJesse Duffield
2023-07-16Allow opening worktree in editorJesse Duffield
2023-07-16Show base ref suggestions when creating worktreeJesse Duffield
2023-07-16Refresh work trees when discarding file changesJesse Duffield
2023-07-16Checkout worktree when creating from worktree viewJesse Duffield
2023-07-16Use 'M' for months in branches panelJesse Duffield
2023-07-16Fix filtering logic in worktrees viewJesse Duffield
2023-07-16Support creating worktrees from refsJesse Duffield
2023-07-16Fix wordingJesse Duffield
2023-07-16Log when directory is changedJesse Duffield
2023-07-16Handle deleting branch attached to worktreeJesse Duffield
2023-07-16Update wordingJesse Duffield
2023-07-16Don't touch repo stack when switching worktreesJesse Duffield
2023-07-16Move status panel presentation logic into presentation packageJesse Duffield
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