1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-01-10 04:07:18 +02:00
lazygit/pkg/integration/tests/commit
Orlando Maussa db409fa69f
Add coauthor (#2)
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.
2023-09-09 07:18:47 -05:00
..
add_co_author.go Add coauthor (#2) 2023-09-09 07:18:47 -05:00
amend.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
commit_multiline.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
commit_switch_to_editor.go Add integration test 2023-08-21 10:03:34 +02:00
commit_wip_with_prefix.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
commit_with_prefix.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
commit.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
create_tag.go Better tag creation UX 2023-07-22 14:36:35 +10:00
discard_old_file_change.go Better prompt for discarding old file changes 2023-06-07 12:47:03 +02:00
highlight.go Add integration test for commit highlighting on focus 2023-06-01 22:20:30 +10:00
history_complex.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
history.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
new_branch.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
reset_author.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
revert_merge.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
revert.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
reword.go Add busy count for integration tests 2023-07-08 22:54:52 +10:00
search.go Add integration tests for searching/filtering 2023-07-03 12:54:14 +10:00
set_author.go Keep track of authors across local commits and branch commits for suggestions 2023-07-22 10:47:04 +10:00
stage_range_of_lines.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
staged_without_hooks.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
staged.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
unstaged.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00