summaryrefslogtreecommitdiffstats
path: root/pkg/git
AgeCommit message (Expand)Author
2019-11-05Support building and moving patchesJesse Duffield
2019-11-05use array of ints instead of rangeJesse Duffield
2019-11-05fix headerRegexpDawid Dziurla
2019-11-05please golang-ciDawid Dziurla
2019-11-05rewrite staging to support line ranges and reversingJesse Duffield
2019-07-27err was assigned but never checkedChristian Muehlhaeuser
2019-07-27Swallow errors entirely, instead of assigning and ignoring themChristian Muehlhaeuser
2019-07-14fix typohaowei
2019-05-12Support opening lazygit in a submodulev0.8Jesse Duffield
2019-04-06fixed some #397skanehira
2019-03-02Revert "remove old rebase code now that we're only ever interactively rebasing"Jesse Duffield
2019-03-02fix up testsJesse Duffield
2019-02-24cleanupJesse Duffield Duffield
2019-02-24change type of cherryPickedCommits from []string to []*CommitJesse Duffield Duffield
2019-02-24support cherry picking commitsJesse Duffield Duffield
2019-02-24remove old rebase code now that we're only ever interactively rebasingJesse Duffield Duffield
2019-02-24some i18n and restricting rewording during interactive rebaseJesse Duffield
2019-02-19work towards more interactive rebase optionsJesse Duffield
2019-02-19pull commit list builder functions into their own builder structJesse Duffield
2019-02-11use go-errors package to display stacktrace of errors that cause panicsJesse Duffield
2018-12-05staging lines and hunksJesse Duffield
2018-12-04initial support for staging individual linesJesse Duffield
2018-12-04add patch modifier structJesse Duffield
2018-11-14change how we build our list of branches to support detached headsJesse Duffield
2018-11-14refactor obtaining current branch nameJesse Duffield
2018-09-17standardise rendering of lists in panelsJesse Duffield
2018-08-26anonymous reporting dataJesse Duffield
2018-08-23Sirupsen -> sirupsenDawid Dziurla
2018-08-15more robust reading of reflog to get branch nameJesse Duffield
2018-08-15try rev-parse of git symbolic-ref returns nothingJesse Duffield
2018-08-14fix reflog commandJesse Duffield
2018-08-14refactor commands to depend less on the shellJesse Duffield
2018-08-13progress on refactorJesse Duffield
2018-08-12Mid refactor change some more stuffAndrei Miulescu
2018-08-12Restrucure project in a way where it is more modularAndrei Miulescu