mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 23:56:24 -04:00
Add co-author to commits Add addCoAuthor command for commits - Implement the `addCoAuthor` command to add co-authors to commits. - Utilize suggestions helpers to populate author names from the suggestions list. - Added command to gui at `LocalCommitsController`. This commit introduces the `addCoAuthor` command, which allows users to easily add co-authors to their commits. The co-author names are populated from the suggestions list, minimizing the chances of user input errors. The co-authors are added using the Co-authored-by metadata format recognized by GitHub and GitLab. |
||
|---|---|---|
| .. | ||
| add_co_author.go | ||
| amend.go | ||
| commit.go | ||
| commit_multiline.go | ||
| commit_switch_to_editor.go | ||
| commit_wip_with_prefix.go | ||
| commit_with_prefix.go | ||
| create_tag.go | ||
| discard_old_file_change.go | ||
| highlight.go | ||
| history.go | ||
| history_complex.go | ||
| new_branch.go | ||
| reset_author.go | ||
| revert.go | ||
| revert_merge.go | ||
| reword.go | ||
| search.go | ||
| set_author.go | ||
| stage_range_of_lines.go | ||
| staged.go | ||
| staged_without_hooks.go | ||
| unstaged.go | ||