summaryrefslogtreecommitdiffstats
path: root/pkg
AgeCommit message (Expand)Author
2023-07-23Fix crash caused by simultaneous read/write of scanner bufferJesse Duffield
2023-07-22Better tag creation UXJesse Duffield
2023-07-22Use fuzzy search when filtering a viewJesse Duffield
2023-07-22Keep track of authors across local commits and branch commits for suggestionsJesse Duffield
2023-07-22Fix rendering to main view on windowsv0.39.2Andrew Savinykh
2023-07-20Only apply right-alignment on first column of keybindings menuJesse Duffield
2023-07-20Add test for crashing on empty menuJesse Duffield
2023-07-20Fix crash on empty menuJesse Duffield
2023-07-19Add integration test for accordion modeJesse Duffield
2023-07-19Properly fix accordion issueJesse 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
2023-07-15Fix potentially wrong help text in commit message panelStefan Haller
2023-07-15Add test for cmd obj cloningJesse Duffield
2023-07-14config: rely on .gitconfig for verbose commit messagesScott Callaway
2023-07-13Allow checking for merge conflicts after running a custom commandJesse Duffield
2023-07-11Do not quote initial branch arg when creating repoJesse Duffield
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-10Retry tests on CIJesse Duffield
2023-07-10Fix interactive rebase with git 2.25.1 and earlierStefan Haller
2023-07-10Retry on index.lock errorJesse Duffield
2023-07-10Ensure background refreshes don't bunch upJesse Duffield
2023-07-10Fix flakey pull_merge_conflict testJesse Duffield
2023-07-10Fix flakey misc/initial_open testJesse Duffield
2023-07-10RefactorJesse Duffield
2023-07-10Use an interface for tasks instead of a concrete structJesse Duffield
2023-07-09Use mutex on cached git configJesse Duffield
2023-07-09Use first class task objects instead of global counterJesse Duffield
2023-07-09Add dev doc for busy/idle trackingJesse Duffield
2023-07-09Fix testJesse Duffield
2023-07-09Fix race conditionJesse Duffield
2023-07-09Only attempt integration tests onceJesse Duffield
2023-07-09Add mutex for refreshing branchesJesse Duffield
2023-07-09Remove retry logic in integration testsJesse Duffield
2023-07-08Wait for intro before doing any of our refresh functionsJesse Duffield
2023-07-08Remove redundant waitgroupJesse Duffield
2023-07-08Handle pending actions properly in git commands that require credentialsJesse Duffield
2023-07-08Add busy count for integration testsJesse Duffield
2023-07-03View filtering (#2680)Jesse Duffield
2023-07-03Add mutex to filtered list to avoid concurrency issuesJesse Duffield
2023-07-03Differentiate between different filter modesJesse Duffield
2023-07-03Use searching, not filtering, in file tree viewsJesse Duffield