summaryrefslogtreecommitdiffstats
path: root/pkg/commands
AgeCommit message (Expand)Author
2022-08-07Merge pull request #2087 from xxdavid/bitbucket_custom_usernameJesse Duffield
2022-08-07Merge pull request #2004 from mark2185/fix-add-to-gitignore-newlineJesse Duffield
2022-08-07add deadlock mutex packageJesse Duffield
2022-08-07move merge conflicts code into controllerJesse Duffield
2022-08-06support custom SSH usernames on BitBucket, fixes #1890David Pavlík
2022-08-06refactor to only have one context per viewJesse Duffield
2022-08-04Test appending to empty fileLuka Markušić
2022-08-03Use tmpdir for testsLuka Markušić
2022-08-03Update pkg/commands/oscommands/os.goLuka Markušić
2022-08-03Fix the integration testLuka Markušić
2022-08-03Add AppendLineToFile testsLuka Markušić
2022-08-03Preserve trailing newline setting when adding to gitignoreLuka Markušić
2022-08-01add build info when building from sourceJesse Duffield
2022-07-31remove double negativesJesse Duffield
2022-07-31add optimistic rendering for staging and unstaging filesJesse Duffield
2022-07-05Merge pull request #2027 from jesseduffield/gozes-jesseJesse Duffield
2022-07-05Allow adding a file to the .git/info/exclude fileJuan Sanchez Montalvo
2022-06-18better process killingJesse Duffield
2022-06-12fix: use todo parser to properly read rebase todo fileFrancisco Miamoto
2022-06-11run integration tests in parallel and properly cache windows buildJesse Duffield
2022-06-09support setting the author of a commitJesse Duffield
2022-05-15Merge pull request #1930 from mark2185/feature/discard-staged-onlyJesse Duffield
2022-05-15Merge pull request #1944 from Ryooooooga/feature/fix-ambiguous-refnameJesse Duffield
2022-05-13fix: fix ambiguous refnameRyooooooga
2022-05-10chore(loaders): add `-c log.showSignature=false` flag to the rebasing commit ...Ryooooooga
2022-05-10perf: improve loading speed of commits and reflog when `log.showSignature=true`Ryooooooga
2022-05-08Discard staged changes onlyLuka Markušić
2022-05-08add author email to commitsJesse Duffield
2022-05-08fixup! Add command to reset the commit author from the commits panel.Jens Pfeifle
2022-05-08fixup! Add command to reset the commit author from the commits panel.Jens Pfeifle
2022-05-08Add command to reset the commit author from the commits panel.Jens Pfeifle
2022-05-07fix: fix copying author name to clipboardRyooooooga
2022-05-07clearer separation of concerns when bootstrapping applicationJesse Duffield
2022-05-06feat: add ability to edit hunkRyooooooga
2022-05-06Merge pull request #1870 from mark2185/feature/stash-unstagedJesse Duffield
2022-05-06Merge pull request #1869 from mark2185/feature/unset-upstreamJesse Duffield
2022-05-01allow copying commit author to clipboardJesse Duffield
2022-04-23fix: improve default editCommandTemplateRyooooooga
2022-04-18better upstream changes presentationJesse Duffield
2022-04-17Add integration testsLuka Markušić
2022-04-15fix(loaders/file.go): fix not to trim renamed file namesRyooooooga
2022-04-14The four horsemen of stashingLuka Markušić
2022-04-11Add option to (un)set upstream for a local branchLuka Markušić
2022-04-11feat: pull request support for bitbucket serverTheBlob42
2022-04-10Add option to stash only unstaged filesLuka Markušić
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