summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git.go
AgeCommit message (Expand)Author
2020-07-12fix platform specific quoting when using GPGRandshot
2020-07-10add oneline-graphJasper Mendiola
2020-05-30add overrideGpg switch, which prevents lazygit from spawning a separate proce...Randshot
2020-05-15check if user has configured to push to current by defaultJesse 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-20support configurable merge argsJesse Duffield
2020-03-29add new diff modeJesse 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-28move working tree state function into git.goJesse 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-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-26better handling of current branch nameJesse Duffield
2020-03-25support reflog action prefixJesse Duffield
2020-03-25use reflog undo history pointerJesse Duffield
2020-03-23more compatible commandsJesse Duffield
2020-03-18better upstream tracking and allow renaming a branchJesse Duffield
2020-03-08use selected branch as base when creating a new branchJesse Duffield
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-02-27Fix OutOfBound array access when looking for ReflogCommitsv0.15.5Corentin Rossignon
2020-02-25show file list when diffing commitsJesse Duffield
2020-02-24show diff statJesse Duffield
2020-02-20Reflog: Use 20 sha digits instead of 7Glenn Vriesman
2020-02-18allow fastforwarding the current branchv0.14.4Jesse Duffield
2020-02-06Moved function to git.goGlenn Vriesman
2020-02-04Check cached when showing new file diffsGlenn Vriesman
2020-02-02make amend more non-interactiveChris Taylor
2020-01-29handle files that were deleted downstream but modified upstreamJesse Duffield
2020-01-29make use of branch config when pushing/pullingJesse Duffield
2020-01-12allow fast flicking through any list panelJesse Duffield
2020-01-09add reflog tab in commits panelJesse Duffield
2020-01-07allow commits to be checked outJesse Duffield
2020-01-07allow hard resetting to upstream branchJesse Duffield
2020-01-05fix applying patch on Windows machineJamie Brynes
2019-12-07allow fetching remotes with 'f'Jesse Duffield
2019-11-21don't pass single commands directly to RunCommand (or equivalent function)Jesse Duffield