summaryrefslogtreecommitdiffstats
path: root/pkg/commands
AgeCommit message (Expand)Author
2020-07-10add oneline-graphJasper Mendiola
2020-05-30add overrideGpg switch, which prevents lazygit from spawning a separate proce...Randshot
2020-05-19fix https://github.com/jesseduffield/lazygit/issues/848Jesse Duffield
2020-05-15additional password prompt regexJesse Duffield
2020-05-15check if user has configured to push to current by defaultJesse Duffield
2020-05-15prevent flicker from bolding background of selected lineJesse Duffield
2020-05-09Add option to split patch into a new commitGary Yendell
2020-04-27fix issue #640 add catCmd and OS-specific valuesTyler Davis
2020-04-22totally screwed up the last commitv0.20.2Jesse Duffield
2020-04-22handle comments in todo filesv0.20.1Jesse Duffield
2020-04-20support configurable merge argsJesse Duffield
2020-04-20fix: fixed gpg breaking terminalGlenn Vriesman
2020-04-15support copying stuff to clipboardJesse Duffield
2020-03-29add new diff modeJesse Duffield
2020-03-29remove old diff mode codeJesse Duffield
2020-03-29rename to filtered modeJesse Duffield
2020-03-29allow scoped mode where the commits/reflog/stash panels are scoped to a fileJesse Duffield
2020-03-28fix up some things with the patch handling stuffJesse Duffield
2020-03-28autostash changes when pulling file into indexJesse Duffield
2020-03-28move working tree state function into git.goJesse Duffield
2020-03-28better error handlingJesse Duffield
2020-03-28fix testJesse Duffield
2020-03-28in fact we don't need any of these optionsJesse Duffield
2020-03-28actually don't even bother limitingJesse Duffield
2020-03-28load reflog commits in two stages to speed up startup timeJesse Duffield
2020-03-28discard old reflog commits when in new contextJesse Duffield
2020-03-28more smart refreshingJesse Duffield
2020-03-28better presentation of remotesJesse Duffield
2020-03-28more centralised handling of refreshingJesse Duffield
2020-03-28use reflogs from state to work out branch recenciesJesse Duffield
2020-03-28remove redundant fetch of reflogJesse Duffield
2020-03-27use GIT_EDITORJesse Duffield
2020-03-27*: update go-git importMáximo Cuadros
2020-03-26only load new reflog entriesJesse Duffield
2020-03-26relax limit on commit list and reset on branch changeJesse Duffield
2020-03-26separate commits from cherry pick stateJesse Duffield
2020-03-26better handling of current branch nameJesse Duffield
2020-03-26more lenient getting of short shasJesse Duffield
2020-03-25pkg: use upstream pty packageDawid Dziurla
2020-03-25fix testsJesse Duffield
2020-03-25support reflog action prefixJesse Duffield
2020-03-25use reflog undo history pointerJesse Duffield
2020-03-23more compatible commandsJesse Duffield
2020-03-19fix branch buildingv0.17.1Jesse Duffield
2020-03-18fix branch parserv0.17.0Jesse Duffield
2020-03-18better upstream tracking and allow renaming a branchJesse Duffield
2020-03-09big golangci-lint cleanupJesse Duffield
2020-03-08use selected branch as base when creating a new branchJesse Duffield
2020-03-06update tests to match changed commandskwerlman
2020-03-06make branches and files non-ambiguous for git-logskwerlman