summaryrefslogtreecommitdiffstats
path: root/pkg/commands
AgeCommit message (Expand)Author
2021-08-04fix backward compatibilityRyooooooga
2021-08-03fix out of range errorRyooooooga
2021-08-03introduce edit command template to open a specifig line of a fileRyooooooga
2021-08-01color fixupsJesse Duffield
2021-07-31simplify code a bitJesse Duffield
2021-07-30Switch to github.com/gookit/color for terminal colorsmjarkk
2021-07-27Minor refactorJesse Duffield
2021-07-27review fixes: PR URL refactoring, target branch selection promptDenis Palashevskii
2021-07-27Fix translations, make formatter happyDenis Palashevskii
2021-07-27Remove doubled string formatting in pull request URL generationDenis Palashevskii
2021-07-27Apply suggestions from code reviewDenis Palashevskii
2021-07-27Add testsDenis Palashevskii
2021-07-27Implement pull request options menuDenis Palashevskii
2021-07-27Extract git service URL formatting to a separate methodDenis Palashevskii
2021-07-27add tests for open file cmd on linuxFrancisco Miamoto
2021-07-27add extra quoting for shell cmd string on linuxFrancisco Miamoto
2021-07-26Merge pull request #1396 from mjarkk/fix-1385Mark Kopenga
2021-07-26branches check for split parts lengthmjarkk
2021-07-22Change the way file statuses are loadedmjarkk
2021-07-01:art: prefer the long switch over the short one for easier readingDavyd McColl
2021-07-01:white_check_mark: add a test around ignoring whitespaceDavyd McColl
2021-07-01:white_check_mark: update test to pass in default ignore-whitespace flag (false)Davyd McColl
2021-07-01:sparkles: facilitate toggling whitespace in the diff view with a hotkey (c-w...Davyd McColl
2021-06-15Add test cases for pull modeEmiliano Ruiz Carletti
2021-06-15Fix wrong ff-only configurationEmiliano Ruiz Carletti
2021-06-06more refactoringJesse Duffield
2021-06-05support reverting merge commitsJesse Duffield
2021-06-05fix testsJesse Duffield
2021-06-05Docs for EditCommand.caojoshua
2021-06-05Edit command as user OS config optioncaojoshua
2021-06-05Simplify sorting of git tags by using git's functionsRobert Verst
2021-06-05Remove config, make default sort order `descending`Robert Verst
2021-06-05Add user config to change the sort order of tagsRobert Verst
2021-04-18refactor merge panelJesse Duffield
2021-04-18refactor line by line panelJesse Duffield
2021-04-11fix testJesse Duffield
2021-04-11log TODO content when interactive rebasingJesse Duffield
2021-04-11no need to log thisJesse Duffield
2021-04-11full coverage for logging commandsJesse Duffield
2021-04-11more logging of commandsJesse Duffield
2021-04-11fix bug where mixed reset is actually a soft resetJesse Duffield
2021-04-11start adding support for logging of commandsJesse Duffield
2021-04-11add cmdLog panelJesse Duffield
2021-04-11allow opening merge toolJesse Duffield
2021-04-10fix commit amendJesse Duffield
2021-04-06don't kill the index.lock file until I decide whether it's actually a good ideaJesse Duffield
2021-04-06amend reword testJesse Duffield
2021-04-06prevent adding staged files when renaming top commitJesse Duffield
2021-04-06try better logging for CIJesse Duffield
2021-04-06add retry logic for running git commands to avoid index.lock problemsJesse Duffield