summaryrefslogtreecommitdiffstats
path: root/pkg/gui/presentation/commits.go
AgeCommit message (Expand)Author
2023-07-31Remove the old experimentalShowBranchHeads mechanism and configStefan Haller
2023-06-22Insert fake todo entry for a conflicting commit that is being appliedStefan Haller
2023-05-26More compact and flexible date formatJesse Duffield
2023-05-02Add config gui.experimentalShowBranchHeadsStefan Haller
2023-04-15Show update-ref commands in rebase todo listStefan Haller
2023-04-15Visualize branch heads in commits panelStefan Haller
2023-04-15Store commit.Action as an enum instead of a stringStefan Haller
2023-04-15Store commit.Status as an enum instead of a stringStefan Haller
2023-03-01Don't put "<--- YOU ARE HERE" in the commit model's nameStefan Haller
2022-08-07add deadlock mutex packageJesse Duffield
2022-05-18feat: add ability to customize time formatRyooooooga
2022-05-08add author email to commitsJesse Duffield
2022-04-23feat(gui): show commit iconsRyooooooga
2022-03-24make more use of genericsJesse Duffield
2022-03-19update lintersJesse Duffield
2022-01-26fix panic on rebaseJesse Duffield
2022-01-26better rendering of bisect markets in commits panelJesse Duffield
2022-01-26only show commits from start ref if bad commit is reachable from thereJesse Duffield
2022-01-22exclude interactive rebase TODO commits from commit graphJesse Duffield
2022-01-22add support for git bisectJesse Duffield
2021-11-05fix bugJesse Duffield
2021-11-05add some configJesse Duffield
2021-11-05render commit graphJesse Duffield
2021-10-30move author name colouring code into its own fileJesse Duffield
2021-10-30only use a single initial for double sized runesJesse Duffield
2021-10-30Fix multibyte initial charactersRyooooooga
2021-10-30associate random colours with authorsJesse Duffield
2021-09-30Make cherry pick commit color customisableSam Burville
2021-08-01color fixupsJesse Duffield
2021-07-31simplify code a bitJesse Duffield
2021-07-30Switch to github.com/gookit/color for terminal colorsmjarkk
2021-07-16parse github emoji config optionmjarkk
2020-09-29move models folder into commands folderJesse Duffield
2020-09-29move commits model into models packageJesse Duffield
2020-08-27drop merge commits when interactive rebasing just like git CLIJesse Duffield
2020-03-29add new diff modeJesse Duffield
2020-03-29remove old diff mode codeJesse Duffield
2020-03-28more smart refreshingJesse Duffield
2020-03-28more centralised handling of refreshingJesse Duffield
2020-03-26separate commits from cherry pick stateJesse Duffield
2020-03-26more lenient getting of short shasJesse Duffield
2020-02-25refactor the way we render listsJesse Duffield
2020-02-25better commit lines in fullscreen modeJesse Duffield