1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-02 23:27:32 +02:00
Stefan Haller 1191aca60f Actually look for conflict markers in GetHasInlineMergeConflicts
So far, lazygit has always auto-staged files as soon as the conflict markers
disappeared from them, which means that we could rely on any file that still had
a status of "UU" to still contain conflict markers.

We are going to make the auto-staging optional in the next commit, and in that
case the user will want to manually stage "UU" files; so we must now check
whether the file contains conflict markers, and disallow the staging in that
case.
2024-09-02 18:12:47 +02:00
..
2024-04-12 08:33:47 +02:00
2024-08-24 10:51:25 +02:00
2024-08-24 10:36:01 +02:00
2023-04-30 13:19:53 +10:00
2024-08-27 10:33:06 +02:00
2021-09-16 21:38:43 +08:00