summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git_commands
AgeCommit message (Expand)Author
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-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-23Prompt for commit message when moving a custom patch to a new commitStefan Haller
2023-07-22Better tag creation UXJesse Duffield
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-14config: rely on .gitconfig for verbose commit messagesScott Callaway
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 interactive rebase with git 2.25.1 and earlierStefan Haller
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-02Use comment char config on interactive rebaseGustavo Krieger
2023-07-02Bump git-todo-parserGustavo Krieger
2023-06-28Always show branch heads in diff paneStefan Haller
2023-06-26Use remote upstreams of main branches to determine merged status of commitsStefan Haller
2023-06-22Insert fake todo entry for a conflicting commit that is being appliedStefan Haller
2023-06-01show commits against branchesJesse Duffield