mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
- Fix "if if" typo in enableGithubCli config description - Guard nerd font icons in PR state badges and main view display behind icons.IsIconEnabled() so non-nerd-font users see plain text - Add tests for GenerateGithubPullRequestMap and getRepoInfoFromURL - Update branch display test expectations for new icon column - Fix integration tests that matched "* branchname" patterns (now need to account for icon column between recency and name) - Remove commented-out dead code in branches.go - Regenerate docs and schema with corrected config description Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| fetch_and_auto_forward_branches_all_branches.go | ||
| fetch_and_auto_forward_branches_all_branches_checked_out_in_other_worktree.go | ||
| fetch_and_auto_forward_branches_none.go | ||
| fetch_and_auto_forward_branches_only_main_branches.go | ||
| fetch_prune.go | ||
| fetch_when_sorted_by_date.go | ||
| force_push.go | ||
| force_push_multiple_matching.go | ||
| force_push_multiple_upstream.go | ||
| force_push_remote_branch_not_stored_locally.go | ||
| force_push_triangular.go | ||
| pull.go | ||
| pull_and_set_upstream.go | ||
| pull_merge.go | ||
| pull_merge_conflict.go | ||
| pull_rebase.go | ||
| pull_rebase_conflict.go | ||
| pull_rebase_interactive_conflict.go | ||
| pull_rebase_interactive_conflict_drop.go | ||
| push.go | ||
| push_and_auto_set_upstream.go | ||
| push_and_set_upstream.go | ||
| push_follow_tags.go | ||
| push_no_follow_tags.go | ||
| push_tag.go | ||
| push_with_credential_prompt.go | ||
| rename_branch_and_pull.go | ||
| shared.go | ||