summaryrefslogtreecommitdiffstats
path: root/pkg
AgeCommit message (Expand)Author
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-28remove dead codeJesse Duffield
2020-03-28fix testJesse Duffield
2020-03-28better documentationJesse 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-28smarter refreshing for tags and remotesJesse Duffield
2020-03-28stop switching focus to commit files view while staging line by lineJesse Duffield
2020-03-28smart refreshing filesJesse Duffield
2020-03-28more smart refreshingJesse Duffield
2020-03-28better presentation of remotesJesse Duffield
2020-03-28clean up signatureJesse Duffield
2020-03-28better refreshing for stashJesse Duffield
2020-03-28more centralised handling of refreshingJesse Duffield
2020-03-28use wait groups when refreshingJesse Duffield
2020-03-28more efficient 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-26allow applying patch directlyv0.18Jesse Duffield
2020-03-26limit size of menu panelJesse Duffield
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-25just disallow undo/redo while rebasing because you need more info than just t...Jesse Duffield
2020-03-25ignore redundant actions when undoing and redoingJesse Duffield
2020-03-25vastly improve the logic for undo and redoJesse Duffield
2020-03-25fix testsJesse Duffield
2020-03-25move into undoing fileJesse Duffield
2020-03-25refactor undo and redoJesse Duffield
2020-03-25stateless undos and redosJesse Duffield
2020-03-25more explicit env varsJesse Duffield
2020-03-25support reflog action prefixJesse Duffield
2020-03-25redoingJesse Duffield
2020-03-25add waiting status to checkout ref handlerJesse Duffield
2020-03-25undoing statusJesse Duffield
2020-03-25note that undo functionality is experimentalJesse Duffield
2020-03-25better formatted reflog listJesse Duffield
2020-03-25use reflog undo history pointerJesse Duffield
2020-03-25autostash changes when hard resettingJesse Duffield
2020-03-25undo via rebaseJesse Duffield