fix: preserve CRLF newlines in solve
and merge
commands #608
No reviewers
Labels
No labels
Compat/Breaking
Kind
Bad merge
Kind
Bug
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
New language
Kind
Security
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: mergiraf/mergiraf#608
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "581-crlf-imitation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #581.
Not sure why we were doing this only when printing to stdout. Curious.
solve
andmerge
commands18956e95fe
tobc15647373
@ -722,0 +781,4 @@
let (base_file_abs_path, left_file_abs_path, right_file_abs_path, output_file_abs_path) =
create_files_for_merge(repo_path, true);
// then try with a language specified on the CLI
Looks like a stray comment?