summaryrefslogtreecommitdiffstats
path: root/pkg/commands
AgeCommit message (Collapse)Author
2022-05-01allow copying commit author to clipboardJesse Duffield
2022-04-23fix: improve default editCommandTemplateRyooooooga
2022-04-18better upstream changes presentationJesse Duffield
2022-04-15fix(loaders/file.go): fix not to trim renamed file namesRyooooooga
2022-04-11feat: pull request support for bitbucket serverTheBlob42
2022-04-09Make worktrees workLuka Markušić
2022-04-06chore: typo hunting ft. codespellcasswedson
2022-04-06fix: fix diff of renamed filesRyooooooga
2022-04-02introduce Ref interfaceRyooooooga
2022-04-02add `Commit.ParentRefName()`Ryooooooga
2022-04-02fix loadersRyooooooga
2022-04-02feat: fix permission problem of temp dirsRyooooooga
2022-04-02chore: remove dead codeRyooooooga
2022-03-27show stdout in error message if stderr is blankJesse Duffield
2022-03-26Add copy commit attributes optionLuka Markušić
2022-03-25no more naked returnsJesse Duffield
2022-03-24reorderJesse Duffield
2022-03-24refactor todo file generationJesse Duffield
2022-03-24simplifyJesse Duffield
2022-03-24would you believe that I'm adding even more genericsJesse Duffield
2022-03-24more genericsJesse Duffield
2022-03-24lots more genericsJesse Duffield
2022-03-24make more use of genericsJesse Duffield
2022-03-24add gone branches statusJesse Duffield
2022-03-23pkg/commands: Don't duplicate line breaks when retrieving commit messageMoritz Haase
When using the "copy commit message to clipboard" action, the message will end up in the clipboard with duplicate line breaks. The same issue also affects the "Reword Commit" command. GetCommitMessage(), the function used to retrieve the commit message first splits the output returned by git into separate lines - without removing the line breaks. After removing the first line (which contains the commit SHA), it joins the lines of the message itself back together - adding a second set of line breaks along the way. Stop this from happening. Fixes #1808.
2022-03-19update lintersJesse Duffield
2022-03-17abbrev all commits to length 40 for consistencyJesse Duffield
2022-03-17add commit message controllerJesse Duffield
2022-03-17rename OSCommand field to osJesse Duffield
2022-03-17start moving commit panel handlers into controllerJesse Duffield
more and more move rebase commit refreshing into existing abstraction and more and more WIP and more handling clicks properly fix merge conflicts update cheatsheet lots more preparation to start moving things into controllers WIP better typing expand on remotes controller moving more code into controllers
2022-03-16fix testsJesse Duffield
2022-03-16refactor: 💡 Use new approach introduced via #1637tiwood
fix: 🐛 The root URI for Azure DevOps repositories contains _git refactor so that we don't have conditional logic based on service definition no need for this commend anymore add comment Fixed RegEx for HTTP remote git URL Added Tests pretty sure we can do this safely
2022-03-16open code in existing windowJesse Duffield
2022-03-16more explicitJesse Duffield
2022-03-16Support line offset for most common editors by defaultLuka Markušić
2022-01-27stop retrying due to index lock for nowJesse Duffield
2022-01-26select current bisect commit even if bisect was started on another branchJesse Duffield
2022-01-26add another bisect integration testJesse Duffield
2022-01-26only show commits from start ref if bad commit is reachable from thereJesse Duffield
2022-01-26add a file close that was missedJesse Duffield
2022-01-26improve merge conflict flowJesse Duffield
2022-01-26fix reflog failing to properly refreshJesse Duffield
2022-01-25run go fmtMikael Elkiaer
2022-01-25fixed indentation by swapping spaces for tabsMikael Elkiaer
2022-01-25add tests specific for URL escaping in PRsMikael Elkiaer
2022-01-25update unit tests not expecting url escapingMikael Elkiaer
2022-01-25add URL encoding in pull request branch namesMikael Elkiaer
2022-01-22exclude interactive rebase TODO commits from commit graphJesse Duffield
2022-01-22properly resolve cyclic dependencyJesse Duffield
2022-01-22add support for git bisectJesse Duffield