summaryrefslogtreecommitdiffstats
path: root/pkg/commands
AgeCommit message (Expand)Author
2023-07-30rename filesJesse Duffield
2023-07-30Write unit tests with the help of aferoJesse Duffield
2023-07-30Use forward-slashes on windowsJesse Duffield
2023-07-30Use fields rather than methods on worktreesJesse Duffield
2023-07-30Centralise logic for obtaining repo pathsJesse Duffield
2023-07-30Remove IO logic from presentation code for worktreesJesse Duffield
2023-07-30Add test for opening lazygit in the worktree of a bare repoJesse Duffield
2023-07-30Fix test by making branches appear deterministicallyJesse Duffield
2023-07-30Support fastforwarding worktreeJesse Duffield
2023-07-30Add more worktree testsJesse Duffield
2023-07-30Add worktree tests for removing/detachingJesse Duffield
2023-07-30Add worktree integration testsJesse Duffield
2023-07-30Remove worktree version guardsJesse Duffield
2023-07-30Fix unit testsJesse Duffield
2023-07-30Support older versions of git when fetching worktreesJesse Duffield
2023-07-30Fix testsJesse Duffield
2023-07-30Safer fetching of linked worktree pathsJesse Duffield
2023-07-30Support opening worktree in editorJesse Duffield
2023-07-30Properly render worktrees in files panelJesse Duffield
2023-07-30Better logic for knowing which repo we're inJesse Duffield
2023-07-30Hide worktree functionality on old git versionsJesse Duffield
2023-07-30Associate branches with worktrees even when mid-rebaseJesse Duffield
2023-07-30Support creating worktrees from refsJesse Duffield
2023-07-30Log when directory is changedJesse Duffield
2023-07-30Handle deleting branch attached to worktreeJesse Duffield
2023-07-30Move current worktree to top of listJesse Duffield
2023-07-30Improve name handlingJesse Duffield
2023-07-30Update worktree modelJesse Duffield
2023-07-30Address PR commentsJoel Baranick
2023-07-30Basic support for adding a worktreeJoel Baranick
2023-07-30Improve worktree panelJoel Baranick
2023-07-30Style missing worktree as red and display better error when trying to switch ...Joel Baranick
2023-07-30Hide worktrees in the worktree panel if they point at a non-existing filesyst...Joel Baranick
2023-07-30Support for deleting a worktreeJoel Baranick
2023-07-30Initial addition of support for worktreesJoel Baranick
2023-07-29Add bisect menu entry that lets you choose bisect termsStefan Haller
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-29Refactor reflog commit loaderJesse Duffield
2023-07-29Speed up remote loaderJesse Duffield
2023-07-29Use wait groups to speed up commit loadingJesse Duffield
2023-07-29Log duration of commandsJesse Duffield
2023-07-24Revert "Fix flakey pull_merge_conflict test"Jesse Duffield
2023-07-23Prompt for commit message when moving a custom patch to a new commitStefan 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-18Fix crash when a background fetch prompts for credentialsStefan 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