@@ -590,13 +590,15 @@ fn worktree_changes_unified_diffs_json_example() -> anyhow::Result<()> {
590590 "newLines": 1,
591591 "diff": "@@ -1,0 +1,1 @@\n+content\n"
592592 }
593- ]
593+ ],
594+ "isResultOfBinaryToTextConversion": false
594595 }
595596 },
596597 {
597598 "type": "Patch",
598599 "subject": {
599- "hunks": []
600+ "hunks": [],
601+ "isResultOfBinaryToTextConversion": false
600602 }
601603 },
602604 {
@@ -610,7 +612,8 @@ fn worktree_changes_unified_diffs_json_example() -> anyhow::Result<()> {
610612 "newLines": 1,
611613 "diff": "@@ -1,0 +1,1 @@\n+link-target\n"
612614 }
613- ]
615+ ],
616+ "isResultOfBinaryToTextConversion": false
614617 }
615618 },
616619 {
@@ -624,7 +627,8 @@ fn worktree_changes_unified_diffs_json_example() -> anyhow::Result<()> {
624627 "newLines": 1,
625628 "diff": "@@ -1,0 +1,1 @@\n+content not to add to the index\n"
626629 }
627- ]
630+ ],
631+ "isResultOfBinaryToTextConversion": false
628632 }
629633 },
630634 {
@@ -638,7 +642,8 @@ fn worktree_changes_unified_diffs_json_example() -> anyhow::Result<()> {
638642 "newLines": 1,
639643 "diff": "@@ -1,0 +1,1 @@\n+change-in-index\n"
640644 }
641- ]
645+ ],
646+ "isResultOfBinaryToTextConversion": false
642647 }
643648 },
644649 {
@@ -652,13 +657,15 @@ fn worktree_changes_unified_diffs_json_example() -> anyhow::Result<()> {
652657 "newLines": 1,
653658 "diff": "@@ -1,0 +1,1 @@\n+change-in-worktree\n"
654659 }
655- ]
660+ ],
661+ "isResultOfBinaryToTextConversion": false
656662 }
657663 },
658664 {
659665 "type": "Patch",
660666 "subject": {
661- "hunks": []
667+ "hunks": [],
668+ "isResultOfBinaryToTextConversion": false
662669 }
663670 },
664671 {
@@ -672,19 +679,22 @@ fn worktree_changes_unified_diffs_json_example() -> anyhow::Result<()> {
672679 "newLines": 1,
673680 "diff": "@@ -1,0 +1,1 @@\n+worktree-change\n"
674681 }
675- ]
682+ ],
683+ "isResultOfBinaryToTextConversion": false
676684 }
677685 },
678686 {
679687 "type": "Patch",
680688 "subject": {
681- "hunks": []
689+ "hunks": [],
690+ "isResultOfBinaryToTextConversion": false
682691 }
683692 },
684693 {
685694 "type": "Patch",
686695 "subject": {
687- "hunks": []
696+ "hunks": [],
697+ "isResultOfBinaryToTextConversion": false
688698 }
689699 }
690700 ]
0 commit comments