summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git_commands/commit_loader.go
AgeCommit message (Expand)Author
13 daysMake GetMergeBase a method of ExistingMainBranchesStefan Haller
13 daysFactor out CommitLoader.mainBranches into its own class, and store it in ModelStefan Haller
13 daysRemove the cache invalidation logic from getMergeBaseStefan Haller
2024-05-19Remove redundant variable dedeclarationsJesse Duffield
2024-05-15Put subject last in git log's prettyFormatStefan Haller
2024-04-22Switch git-todo-parser from fsmiamoto original repo to stefanhaller's forkStefan Haller
2024-04-12rename sha to hash 5pikomonde
2024-04-12rename sha to hashpikomonde
2024-04-12renaming variable to CommitHashpikomonde
2024-04-12standardize 'Commit Sha' to 'Commit Hash'pikomonde
2024-03-16Store full ref in Name field of update-ref commitsStefan Haller
2024-03-02Remove support for old-style non-interactive rebasesStefan Haller
2024-02-21Add author filtering to commit viewTristan Déplantes
2024-02-16Deprecate git.log.showGraph and git.log.order configAlex March
2023-08-29Add option RefToShowDivergenceFrom to GetCommitsOptionsStefan Haller
2023-08-29Don't return commits from setCommitMergedStatusesStefan Haller
2023-08-19Fix yellow/red coloring while rebasingStefan Haller
2023-08-19Fix the blue sha color of todo commits while rebasingStefan Haller
2023-07-31Fix merge status of commits when update-ref command is presentStefan Haller
2023-07-31Make setCommitMergedStatuses a non-member functionStefan Haller
2023-07-30Standardise on using lo for slice functionsJesse Duffield
2023-07-30Centralise logic for obtaining repo pathsJesse Duffield
2023-07-29Use wait groups to speed up commit loadingJesse Duffield
2023-07-15Fix populating the Commit.Tags fieldStefan Haller
2023-07-10Fix interactive rebase with git 2.25.1 and earlierStefan Haller
2023-07-02Use comment char config on interactive rebaseGustavo Krieger
2023-07-02Bump git-todo-parserGustavo Krieger
2023-06-26Use remote upstreams of main branches to determine merged status of commitsStefan Haller
2023-06-22Insert fake todo entry for a conflicting commit that is being appliedStefan Haller
2023-05-23Construct arg vector manually rather than parse stringJesse Duffield
2023-05-20Add convenience builder for git commandsJesse Duffield
2023-05-16Add config git.mainBranchesStefan Haller
2023-05-12Make "merged" take precedence over "unpushed"Stefan Haller
2023-04-15Show update-ref commands in rebase todo listStefan Haller
2023-04-15Make getHydratedRebasingCommits more robustStefan 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-04-01Cleanup: use commit.isTODO() consistentlyStefan Haller
2023-03-16fix(commit_loader): fix log commandRyooooooga
2023-03-01Don't put "<--- YOU ARE HERE" in the commit model's nameStefan Haller
2023-02-19Fix yellow/red coloring of pushed/unpushed commits in branch commits panel (#...Stefan Haller
2023-01-28feat(log): allow to disable `git.log.order`Ryooooooga
2023-01-06refactor: simplify log formatRyooooooga
2022-11-14fix: fix ambiguous branch nameRyooooooga
2022-11-14Merge loaders package into git_commands packagesudoburt