summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git_commands/commit_loader_test.go
AgeCommit message (Expand)Author
2024-04-12rename sha to hashpikomonde
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-07-31Fix merge status of commits when update-ref command is presentStefan Haller
2023-07-31Add tests for setCommitMergedStatusesStefan Haller
2023-07-29Support random order of command execution in unit testsJesse Duffield
2023-07-15Fix populating the Commit.Tags fieldStefan Haller
2023-07-15Extend commit_loader test to show how the Tags field is populatedStefan Haller
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-16Add config git.mainBranchesStefan 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-16fix(commit_loader): fix log commandRyooooooga
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
2022-11-14fix: fix ambiguous branch nameRyooooooga
2022-11-14Merge loaders package into git_commands packagesudoburt