summaryrefslogtreecommitdiffstats
path: root/pkg
AgeCommit message (Expand)Author
2023-04-30refactor cherry pick code to move state access out of helperJesse Duffield
2023-04-30start moving getDisplayStrings funcs into contextsJesse Duffield
2023-04-30move getModel functions into contextsJesse Duffield
2023-04-30move views into contextsJesse Duffield
2023-04-30remove context callback optsJesse Duffield
2023-04-30lots more refactoringJesse Duffield
2023-04-30Begin refactoring guiJesse Duffield
2023-04-29enforce lowercase filenamesJesse Duffield
2023-04-29Merge pull request #2558 from stefanhaller/allow-resetting-author-during-rebaseJesse Duffield
2023-04-29Merge pull request #2548 from AKARSHITJOSHI/fix/tagPushJesse Duffield
2023-04-27Add an editor preset for kakoune (kakoune.org).J. B. Rainsberger
2023-04-24Merge pull request #2557 from noahziheng/feature/add-gitea-prJesse Duffield
2023-04-18feat: add gitea to hosting serviceNoah Gao
2023-04-18Don't allow resetting non-HEAD commits (including rebase todos) during rebaseStefan Haller
2023-04-18Allow resetting author of HEAD commit during rebaseStefan Haller
2023-04-17Revert "feat: support for `push --force-if-includes`"Ryooooooga
2023-04-16Change push tag commandPersonal
2023-04-15test: check focus on commits after performing an advanced rebaseAzraelSec
2023-04-15chore: add focus on local commits after interactively rebaseAzraelSec
2023-04-15use lowercase text for menu items (as we're still yet to standardise on 'Sent...Jesse Duffield
2023-04-15test: add integration test to verify the interactive rebase correctly workAzraelSec
2023-04-15refactor: introduce a struct to pack theAzraelSec
2023-04-15extract out functionJesse Duffield
2023-04-15test: update the UI to follow the new rebase type selection instead of confir...AzraelSec
2023-04-15feat: allow to perform a rebase with breaking before the first commitAzraelSec
2023-04-15feat: let interactive rebase prepend commands to the default todo fileAzraelSec
2023-04-15Don't allow changing the type of certain rebase todosStefan Haller
2023-04-15Make moving todo commits more robustStefan Haller
2023-04-15Make EditRebaseTodo more robustStefan Haller
2023-04-15Add integration test for dropping a todo commit when there's an update-refStefan Haller
2023-04-15Add GitVersion field to NewIntegrationTestArgsStefan Haller
2023-04-15Show update-ref commands in rebase todo listStefan Haller
2023-04-15Visualize branch heads in commits panelStefan Haller
2023-04-15Make getHydratedRebasingCommits more robustStefan Haller
2023-04-15Store commit.Action as an enum instead of a stringStefan Haller
2023-04-15Store commit.Status as an enum instead of a stringStefan Haller
2023-04-14fix flaky testsJesse Duffield
2023-04-13Reorder testsStefan Haller
2023-04-13Rename test files to match test namesStefan Haller
2023-04-13Merge pull request #2544 from scallaway/git-diff-detect-renamesJesse Duffield
2023-04-13Merge pull request #2496 from jesseduffield/feature/prevent-history-custom-co...Jesse Duffield
2023-04-13Merge pull request #2523 from stefanhaller/editor-configJesse Duffield
2023-04-13Don't add custom command to history if it starts with spaceLuka Markušić
2023-04-13Show warning about deprecated edit configsStefan Haller
2023-04-13Change OpenCommand to Open and OpenLinkCommand to OpenLinkStefan Haller
2023-04-13Don't set platform defaults on OSConfig struct immediatelyStefan Haller
2023-04-13Remove line number support for "open" commandStefan Haller
2023-04-13Add support for falling back to legacy edit configStefan Haller
2023-04-13Implement edit presetsStefan Haller
2023-04-13Cleanup: fix copy/paste error in commentStefan Haller