summaryrefslogtreecommitdiffstats
path: root/pkg/commands
AgeCommit message (Expand)Author
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
2020-03-04fix testJesse Duffield
2020-03-04more generic way of supporting custom pagersJesse Duffield
2020-03-04supporing custom pagers step 1Jesse Duffield
2020-03-01chore: keeping coverage up :DWilliam Wagner Moraes Artero
2020-03-01fix: accidentally escaped %sWilliam Wagner Moraes Artero
2020-03-01fix: owner groups (GitLab)William Wagner Moraes Artero
2020-03-01feat: flexible service configurationWilliam Wagner Moraes Artero
2020-03-01feat: configurable servicesWilliam Wagner Moraes Artero
2020-02-27set --abbrev-commit to return 8-digit hash stringsv0.15.6David Chen
2020-02-27fix #680: unpushed commits still appear to be green instead of redDavid Chen
2020-02-27Fix OutOfBound array access when looking for ReflogCommitsv0.15.5Corentin Rossignon
2020-02-27fix bug where commits appeared as green despite not being pushedv0.15.4Jesse Duffield
2020-02-25show file list when diffing commitsJesse Duffield