jesseduffield.lazygit/pkg/integration/tests/commit
Stefan Haller 287195b5b2 Make test assertion more specific
It's safe to rely on git padding the log messages with exactly four spaces (I
think). This makes the diff of the following commit slightly clearer.
2024-03-11 09:18:40 +01:00
..
add_co_author.go Make test assertion more specific 2024-03-11 09:18:40 +01:00
amend.go Use sentence case everywhere 2023-05-25 23:52:19 +10:00
auto_wrap_message.go Add integration test 2024-03-09 10:00:44 +01:00
commit.go Construct arg vector manually rather than parse string 2023-05-23 19:49: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
create_tag.go Better tag creation UX 2023-07-22 14:36:35 +10:00
discard_old_file_changes.go Fix range select bug 2024-02-13 09:10:15 -06:00
find_base_commit_for_fixup.go Add command to find base commit for creating a fixup 2024-01-10 09:11:40 +01:00
find_base_commit_for_fixup_warning_for_added_lines.go Warn when there are hunks with only added lines 2024-01-10 09:11:40 +01:00
highlight.go Deprecate git.log.showGraph and git.log.order config 2024-02-16 13:23:35 +01:00
history.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00
history_complex.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
preserve_commit_message.go Preserve the commit message correctly even if the description has blank lines 2024-01-09 14:31:53 +01:00
reset_author.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
revert_merge.go Use sentence case everywhere 2023-05-25 23:52: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 Add range selection ability on list contexts 2024-01-19 10:47:21 +11:00
staged.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
unstaged.go Construct arg vector manually rather than parse string 2023-05-23 19:49:19 +10:00